Home
last modified time | relevance | path

Searched refs:cl_sparse_push_error (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/bsd/kern/
H A Dkern_shutdown.c183 extern uint32_t cl_sparse_push_error;
268 if (cl_sparse_push_error) { in reboot_kernel()
269 panic("system_shutdown cluster_push_err failed with ENOSPC %d times\n", cl_sparse_push_error); in reboot_kernel()
/xnu-12377.61.12/bsd/vfs/
H A Dvfs_cluster.c6540 uint32_t cl_sparse_push_error = 0; variable
6643 os_atomic_inc(&cl_sparse_push_error, relaxed); in cluster_push_err()