Searched refs:tl (Results 1 – 4 of 4) sorted by relevance
293 vnode_trim_list(vnode_t vp, struct trim_list *tl, boolean_t route_only) in vnode_trim_list() argument307 if (tl == NULL) { in vnode_trim_list()331 while (tl) { in vnode_trim_list()338 current_offset = tl->tl_offset; in vnode_trim_list()339 remaining_length = tl->tl_length; in vnode_trim_list()347 while (trimmed < tl->tl_length) { in vnode_trim_list()383 tl = tl->tl_next; in vnode_trim_list()
1913 struct trim_list *tl = NULL; in vm_swap_free() local1918 tl = kalloc_type(struct trim_list, Z_WAITOK); in vm_swap_free()1938 tl->tl_offset = f_offset & SWAP_SLOT_MASK; in vm_swap_free()1939 tl->tl_length = compressed_swap_chunk_size; in vm_swap_free()1941 tl->tl_next = swf->swp_delayed_trim_list_head; in vm_swap_free()1942 swf->swp_delayed_trim_list_head = tl; in vm_swap_free()1944 tl = NULL; in vm_swap_free()1958 if (tl != NULL) { in vm_swap_free()1959 kfree_type(struct trim_list, tl); in vm_swap_free()2032 struct trim_list *tl, *tl_head; in vm_swap_do_delayed_trim() local[all …]
666 u_int32_t vnode_trim_list(struct vnode *vp, struct trim_list *tl, boolean_t route_only);
139 u_int32_t *tl; in nfsrv_rephead() local165 tl = mbuf_data(mrep); in nfsrv_rephead()166 tl += 80 / sizeof(*tl); /* XXX max_hdr? XXX */ in nfsrv_rephead()167 mbuf_setdata(mrep, tl, 6 * NFSX_UNSIGNED); in nfsrv_rephead()