Searched refs:first_pass (Results 1 – 2 of 2) sorted by relevance
| /xnu-8792.61.2/bsd/vfs/ |
| H A D | vfs_cluster.c | 214 …nternal(vnode_t vp, struct cl_extent *cl, int flags, boolean_t defer_writes, boolean_t *first_pass, 3244 boolean_t first_pass = TRUE; in cluster_update_state() local 3253 cluster_update_state_internal(vp, &cl, 0, TRUE, &first_pass, s_offset, (int)(e_offset - s_offset), in cluster_update_state() 3260 boolean_t *first_pass, off_t write_off, int write_cnt, off_t newEOF, in cluster_update_state_internal() argument 3307 if (*first_pass == TRUE) { in cluster_update_state_internal() 3316 *first_pass = FALSE; in cluster_update_state_internal() 3548 boolean_t first_pass = FALSE; in cluster_write_copy() local 3644 first_pass = TRUE; in cluster_write_copy() 3941 cluster_update_state_internal(vp, &cl, flags, defer_writes, &first_pass, in cluster_write_copy()
|
| /xnu-8792.61.2/osfmk/ipc/ |
| H A D | ipc_importance.c | 1907 boolean_t first_pass = TRUE; in ipc_importance_for_task() local 1935 if (!first_pass) { in ipc_importance_for_task() 1938 first_pass = FALSE; in ipc_importance_for_task()
|