Lines Matching refs:bitmap
1306 unsigned long *bitmap) in all_packets_received() argument
1311 __set_bit(sock_num, bitmap); in all_packets_received()
1316 __set_bit(sock_num, bitmap); in all_packets_received()
1317 if (bitmap_full(bitmap, test->nb_sockets)) in all_packets_received()
1327 DECLARE_BITMAP(bitmap, test->nb_sockets); in receive_pkts()
1341 if ((all_packets_received(test, xsk, sock_num, bitmap))) in receive_pkts()
1511 bool all_packets_sent(struct test_spec *test, unsigned long *bitmap) in all_packets_sent() argument
1513 return bitmap_full(bitmap, test->nb_sockets); in all_packets_sent()
1519 DECLARE_BITMAP(bitmap, test->nb_sockets); in send_pkts()
1522 while (!(all_packets_sent(test, bitmap))) { in send_pkts()
1528 __set_bit(i, bitmap); in send_pkts()