Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/vm/
H A Dvm_unix.c1880 #define MAX_CHANNELS 8 /* should be more than enough */ macro
1893 struct kern_channel *channel_array[MAX_CHANNELS]; in networking_defunct_callout()
1926 if (channel_count < MAX_CHANNELS) { in networking_defunct_callout()
1945 if (channel_count != 0 && channel_count <= MAX_CHANNELS) { in networking_defunct_callout()