Searched refs:free_slots (Results 1 – 2 of 2) sorted by relevance
| /freebsd-10-stable/sys/dev/xen/netback/ |
| D | netback_unit_tests.c | 1421 int free_slots = 64; in xnb_mbufc2pkt_empty() local 1431 xnb_mbufc2pkt(mbuf, &pkt, 0, free_slots); in xnb_mbufc2pkt_empty() 1442 int free_slots = 64; in xnb_mbufc2pkt_short() local 1451 xnb_mbufc2pkt(mbuf, &pkt, start, free_slots); in xnb_mbufc2pkt_short() 1468 int free_slots = 32; in xnb_mbufc2pkt_1cluster() local 1477 xnb_mbufc2pkt(mbuf, &pkt, start, free_slots); in xnb_mbufc2pkt_1cluster() 1495 int free_slots = 32; in xnb_mbufc2pkt_2short() local 1514 xnb_mbufc2pkt(mbufc2, &pkt, start, free_slots); in xnb_mbufc2pkt_2short() 1537 int free_slots = 15; in xnb_mbufc2pkt_long() local 1554 xnb_mbufc2pkt(mbufc, &pkt, start, free_slots); in xnb_mbufc2pkt_long() [all …]
|
| /freebsd-10-stable/sys/dev/netmap/ |
| D | netmap_monitor.c | 119 int rel_slots, free_slots, busy; in netmap_monitor_parent_sync() local 148 free_slots = mlim - busy; in netmap_monitor_parent_sync() 150 if (!free_slots) { in netmap_monitor_parent_sync() 156 if (free_slots < rel_slots) { in netmap_monitor_parent_sync() 157 beg += (rel_slots - free_slots); in netmap_monitor_parent_sync() 160 rel_slots = free_slots; in netmap_monitor_parent_sync()
|