Searched defs:unbound (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip_squeue.c | 39 * bound to that CPU, plus one additional set known as the unbound set. Sets 42 * packets. The unbound set also has a linked list of squeues, but no default 46 * are moved to the unbound set. When a CPU comes online, a new squeue set is 90 * unbound from the CPU. This allows the CPU unconfig code to move it to 139 static squeue_set_t **sqset_global_list; /* list 0 is the unbound list */ 174 * Create a new squeue_set. If id == -1, then we're creating the unbound set, 180 * new set. We search the unbound set for candidates, and if none are found we 205 * cpu id on the unbound squeue set. If no such squeue is found, 362 * The minimum value of sqset_global_size is 2, one for the unbound 376 * sqset_global_list[0] corresponds to the unbound squeu 703 squeue_set_t *sqs, *unbound = sqset_global_list[0]; local [all...] |
H A D | ip6_if.c | 406 boolean_t unbound = B_FALSE; local 729 unbound = B_TRUE; 828 ire->ire_unbound = unbound;
|
H A D | ip_if.c | 5419 boolean_t unbound = B_FALSE; local 5750 unbound = B_TRUE; 5853 ire->ire_unbound = unbound; 13405 * update IPMP so that ipifs for data addresses are unbound. We dont 18054 * streams have to be unbound. When all the DLPI exchanges are done,
|
/illumos-gate/usr/src/uts/common/xen/public/ |
H A D | event_channel.h | 60 * a port that is unbound and marked as accepting bindings from the calling 131 * interdomain then the remote end is placed in the unbound state 177 } unbound; /* EVTCHNSTAT_unbound */ member in union:evtchn_status::__anon9298
|
Completed in 120 milliseconds