Searched refs:first_pass (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215.81.4/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, 3575 boolean_t first_pass = TRUE; in cluster_update_state() local 3584 cluster_update_state_internal(vp, &cl, 0, TRUE, &first_pass, s_offset, (int)(e_offset - s_offset), in cluster_update_state() 3591 boolean_t *first_pass, off_t write_off, int write_cnt, off_t newEOF, in cluster_update_state_internal() argument 3638 if (*first_pass == TRUE) { in cluster_update_state_internal() 3647 *first_pass = FALSE; in cluster_update_state_internal() 3879 boolean_t first_pass = FALSE; in cluster_write_copy() local 3975 first_pass = TRUE; in cluster_write_copy() 4272 cluster_update_state_internal(vp, &cl, flags, defer_writes, &first_pass, in cluster_write_copy()
|
| /xnu-11215.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()
|