Searched refs:tl (Results 1 - 5 of 5) sorted by relevance

/xnu-2422.115.4/security/
H A Dmac_task.c109 mac_task_label_associate_kernel(struct task *t, struct label *tl, struct label *tportl) argument
113 mac_label_journal(tl, MLJ_TASK_OP_CREATE_K);
114 MAC_PERFORM(task_label_associate_kernel, t, tl, tportl);
/xnu-2422.115.4/bsd/vm/
H A Dvm_compressor_backing_file.c246 u_int32_t vnode_trim_list (vnode_t vp, struct trim_list *tl) argument
258 if (tl == NULL)
272 while (tl) {
279 current_offset = tl->tl_offset;
280 remaining_length = tl->tl_length;
288 while (trimmed < tl->tl_length) {
321 tl = tl->tl_next;
/xnu-2422.115.4/osfmk/vm/
H A Dvm_compressor_backing_store.c1208 struct trim_list *tl; local
1230 tl = kalloc(sizeof(struct trim_list));
1232 tl->tl_offset = f_offset & SWAP_SLOT_MASK;
1233 tl->tl_length = COMPRESSED_SWAP_CHUNK_SIZE;
1235 tl->tl_next = swf->swp_delayed_trim_list_head;
1236 swf->swp_delayed_trim_list_head = tl;
1280 struct trim_list *tl, *tl_head; local
1292 while ((tl = tl_head) != NULL) {
1299 segidx = (unsigned int) (tl->tl_offset / COMPRESSED_SWAP_CHUNK_SIZE);
1319 tl_head = tl
[all...]
H A Dvm_protos.h517 u_int32_t vnode_trim_list(struct vnode *vp, struct trim_list *tl);
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_socket.c5548 u_int32_t *tl; local
5573 tl = mbuf_data(mrep);
5574 tl += 80/sizeof(*tl); /* XXX max_hdr? XXX */
5575 mbuf_setdata(mrep, tl, 6 * NFSX_UNSIGNED);

Completed in 93 milliseconds