Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/bpf/
Dcore.c1577 u32 request_cnt) in bpf_prog_array_copy_core() argument
1587 if (++i == request_cnt) { in bpf_prog_array_copy_core()
1705 u32 *prog_ids, u32 request_cnt, in bpf_prog_array_copy_info() argument
1716 if (!request_cnt || !cnt) in bpf_prog_array_copy_info()
1720 return bpf_prog_array_copy_core(array, prog_ids, request_cnt) ? -ENOSPC in bpf_prog_array_copy_info()
/Linux-v4.19/drivers/net/ethernet/packetengines/
Dyellowfin.c779 yp->tx_ring[j].request_cnt = sizeof(*yp->tx_status); in yellowfin_init_ring()
786 yp->tx_ring[j].request_cnt = 2; in yellowfin_init_ring()
849 yp->tx_ring[entry<<1].request_cnt = len; in yellowfin_start_xmit()
/Linux-v4.19/include/linux/
Dbpf.h377 u32 *prog_ids, u32 request_cnt,