Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/ipc/ipc_stress/
Dmessage_queue_test_05.c126 int nqueues = 0; /* Current number of message queues */ in main() local
137 while (nqueues < max_queues) { in main()
141 printf("\tcreating queue [%d]\n", nqueues); in main()
142 if ((msqid_array[nqueues++] in main()
144 cleanup(nqueues); in main()
148 if (nqueues > MAX_MESSAGE_QUEUES) in main()
155 if (msgctl(msqid_array[--nqueues], IPC_RMID, 0) < 0) in main()
158 printf("\tremoved queue [%d]\n", nqueues); in main()
162 cleanup(nqueues); in main()
/external/libnl/lib/route/
Dlink.c2302 void rtnl_link_set_num_tx_queues(struct rtnl_link *link, uint32_t nqueues) in rtnl_link_set_num_tx_queues() argument
2304 link->l_num_tx_queues = nqueues; in rtnl_link_set_num_tx_queues()
2333 void rtnl_link_set_num_rx_queues(struct rtnl_link *link, uint32_t nqueues) in rtnl_link_set_num_rx_queues() argument
2335 link->l_num_rx_queues = nqueues; in rtnl_link_set_num_rx_queues()
/external/libnl/doc/
Droute.txt623 void rtnl_link_set_num_tx_queues(struct rtnl_link *link, uint32_t nqueues);
626 void rtnl_link_set_num_rx_queues(struct rtnl_link *link, uint32_t nqueues);