Searched refs:NUM_STACK_ENTRIES (Results 1 - 1 of 1) sorted by relevance

/xnu-2782.1.97/bsd/miscfs/devfs/
H A Ddevfs_tree.c124 #define NUM_STACK_ENTRIES 5 macro
814 struct devfs_vnode_event stackbuf[NUM_STACK_ENTRIES];
825 if (log_count > NUM_STACK_ENTRIES) {
844 if (devfs_init_event_log(&event_log, NUM_STACK_ENTRIES, &stackbuf[0]) == 0) {
1560 struct devfs_vnode_event stackbuf[NUM_STACK_ENTRIES];
1587 if (log_count > NUM_STACK_ENTRIES) {
1595 log_count = NUM_STACK_ENTRIES;

Completed in 21 milliseconds