RING_SIZE 959 drivers/atm/zatm.c zatm_vcc->ring = kzalloc(RING_SIZE,GFP_KERNEL); RING_SIZE 109 drivers/crypto/qat/qat_common/adf_transport_access_macros.h #define ADF_MAX_INFLIGHTS(RING_SIZE, MSG_SIZE) \ RING_SIZE 110 drivers/crypto/qat/qat_common/adf_transport_access_macros.h ((((1 << (RING_SIZE - 1)) << 3) >> ADF_SIZE_TO_POW(MSG_SIZE)) - 1) RING_SIZE 127 drivers/xen/pvcalls-front.c *req_id = bedata->ring.req_prod_pvt & (RING_SIZE(&bedata->ring) - 1); RING_SIZE 163 include/xen/interface/io/ring.h (RING_SIZE(_r) - ((_r)->req_prod_pvt - (_r)->rsp_cons)) RING_SIZE 178 include/xen/interface/io/ring.h unsigned int rsp = RING_SIZE(_r) - \ RING_SIZE 185 include/xen/interface/io/ring.h (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].req)) RING_SIZE 202 include/xen/interface/io/ring.h (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].rsp)) RING_SIZE 206 include/xen/interface/io/ring.h (((_cons) - (_r)->rsp_prod_pvt) >= RING_SIZE(_r)) RING_SIZE 210 include/xen/interface/io/ring.h (((_prod) - (_r)->rsp_prod_pvt) > RING_SIZE(_r)) RING_SIZE 117 tools/testing/selftests/bpf/progs/test_l4lb.c #define CH_RINGS_SIZE (MAX_VIPS * RING_SIZE) RING_SIZE 222 tools/testing/selftests/bpf/progs/test_l4lb.c __u32 hash = get_packet_hash(pckt, is_ipv6) % RING_SIZE; RING_SIZE 223 tools/testing/selftests/bpf/progs/test_l4lb.c __u32 key = RING_SIZE * vip_info->vip_num + hash; RING_SIZE 113 tools/testing/selftests/bpf/progs/test_l4lb_noinline.c #define CH_RINGS_SIZE (MAX_VIPS * RING_SIZE) RING_SIZE 219 tools/testing/selftests/bpf/progs/test_l4lb_noinline.c __u32 key = RING_SIZE * vip_info->vip_num + hash % RING_SIZE;