Searched refs:first_pass (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.81.4/bsd/vfs/ |
| H A D | vfs_cluster.c | 220 …nternal(vnode_t vp, struct cl_extent *cl, int flags, boolean_t defer_writes, boolean_t *first_pass, 3884 boolean_t first_pass = TRUE; in cluster_update_state() local 3893 cluster_update_state_internal(vp, &cl, 0, TRUE, &first_pass, s_offset, (int)(e_offset - s_offset), in cluster_update_state() 3900 boolean_t *first_pass, off_t write_off, int write_cnt, off_t newEOF, in cluster_update_state_internal() argument 3947 if (*first_pass == TRUE) { in cluster_update_state_internal() 3956 *first_pass = FALSE; in cluster_update_state_internal() 4188 boolean_t first_pass = FALSE; in cluster_write_copy() local 4284 first_pass = TRUE; in cluster_write_copy() 4581 cluster_update_state_internal(vp, &cl, flags, defer_writes, &first_pass, in cluster_write_copy()
|
| /xnu-12377.81.4/osfmk/ipc/ |
| H A D | ipc_importance.c | 1927 boolean_t first_pass = TRUE; in ipc_importance_for_task() local 1953 if (!first_pass) { in ipc_importance_for_task() 1956 first_pass = FALSE; in ipc_importance_for_task()
|