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()
1917 struct trim_list *tl = NULL; in vm_swap_free() local1922 tl = kalloc_type(struct trim_list, Z_WAITOK); in vm_swap_free()1942 tl->tl_offset = f_offset & SWAP_SLOT_MASK; in vm_swap_free()1943 tl->tl_length = compressed_swap_chunk_size; in vm_swap_free()1945 tl->tl_next = swf->swp_delayed_trim_list_head; in vm_swap_free()1946 swf->swp_delayed_trim_list_head = tl; in vm_swap_free()1948 tl = NULL; in vm_swap_free()1962 if (tl != NULL) { in vm_swap_free()1963 kfree_type(struct trim_list, tl); in vm_swap_free()2036 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);
142 u_int32_t *tl; in nfsrv_rephead() local168 tl = mbuf_data(mrep); in nfsrv_rephead()169 tl += 80 / sizeof(*tl); /* XXX max_hdr? XXX */ in nfsrv_rephead()170 mbuf_setdata(mrep, tl, 6 * NFSX_UNSIGNED); in nfsrv_rephead()