Searched refs:first_pass (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215.1.10/bsd/vfs/ |
| H A D | vfs_cluster.c | 216 …nternal(vnode_t vp, struct cl_extent *cl, int flags, boolean_t defer_writes, boolean_t *first_pass, 3582 boolean_t first_pass = TRUE; in cluster_update_state() local 3591 cluster_update_state_internal(vp, &cl, 0, TRUE, &first_pass, s_offset, (int)(e_offset - s_offset), in cluster_update_state() 3598 boolean_t *first_pass, off_t write_off, int write_cnt, off_t newEOF, in cluster_update_state_internal() argument 3645 if (*first_pass == TRUE) { in cluster_update_state_internal() 3654 *first_pass = FALSE; in cluster_update_state_internal() 3886 boolean_t first_pass = FALSE; in cluster_write_copy() local 3982 first_pass = TRUE; in cluster_write_copy() 4279 cluster_update_state_internal(vp, &cl, flags, defer_writes, &first_pass, in cluster_write_copy()
|
| /xnu-11215.1.10/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()
|