Searched defs:fanout (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dbitset.c43 * Initialize a bitset_t using a fanout. The fanout factor is platform
47 bitset_init_fanout(bitset_t *b, uint_t fanout) argument
50 b->bs_fanout = fanout;
283 * set bits. Operands must have the same fanout, if any.
H A Dcallout.c2092 long bits, fanout; local
2099 for (fanout = 1; (fanout < max_ncpus); fanout <<= 1)
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c993 sctp_tf_t *fanout; member in struct:fanout_walk_data
1076 (uintptr_t)(fw->fanout + fw->index)) == -1) {
1078 fw->fanout + fw->index);
1100 mdb_warn("can't read sctp fanout at %p",
1109 lw->fanout = (sctp_tf_t *)kaddr;
1624 { "sctp_listen_fanout", "walk the sctp listen fanout for all stacks",
1627 { "sctp_conn_fanout", "walk the sctp conn fanout for all stacks",
1630 { "sctp_bind_fanout", "walk the sctp bind fanout for all stacks",
1634 "walk the sctp listen fanout for one stack",
1638 { "sctp_stack_conn_fanout", "walk the sctp conn fanout fo
[all...]
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_client.c5034 mac_cpu_mode_t fanout; local
5063 fanout = mrp->mrp_fanout_mode;
5064 if (fanout < 0 || fanout > MCM_CPUS)
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c257 * any fanout list.
416 * Call me to initialize a security association fanout.
440 * Call me to initialize an acquire fanout
592 sadb_dump_fanout(queue_t *pfkey_q, mblk_t *mp, minor_t serial, isaf_t *fanout, argument
615 mutex_enter(&fanout[i].isaf_lock);
616 for (walker = fanout[i].isaf_ipsa; walker != NULL;
642 mutex_exit(&fanout[i].isaf_lock);
711 * Call me to free up a security association fanout. Use the forever
2481 * only on the outbound fanout, and the corresponding inbound bucket
3573 * Unlink from larval holding cell in the "inbound" fanout
[all...]

Completed in 120 milliseconds