Home
last modified time | relevance | path

Searched refs:out_cnt (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/infiniband/hw/mlx5/
H A Dmad.c215 void *out_cnt; in process_pma_cmd() local
252 out_cnt = kvzalloc(sz, GFP_KERNEL); in process_pma_cmd()
253 if (!out_cnt) { in process_pma_cmd()
260 port_num, out_cnt, sz, 1); in process_pma_cmd()
262 pma_cnt_ext_assign_ppcnt(pma_cnt_ext, out_cnt); in process_pma_cmd()
266 out_cnt); in process_pma_cmd()
268 pma_cnt_ext_assign(pma_cnt_ext, out_cnt); in process_pma_cmd()
275 out_cnt = kvzalloc(sz, GFP_KERNEL); in process_pma_cmd()
276 if (!out_cnt) { in process_pma_cmd()
283 out_cnt, sz, 0); in process_pma_cmd()
[all …]
/linux/drivers/crypto/nx/
H A Dnx_csbcpb.h37 u8 out_cnt[16]; member
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c2171 int out_cnt; in bpf_int_jit_compile() local
2219 out_cnt = bpf_out_stack_arg_cnt(env, prog); in bpf_int_jit_compile()
2220 if (out_cnt) { in bpf_int_jit_compile()
2221 int nr_on_stack = out_cnt - NR_STACK_ARG_REGS; in bpf_int_jit_compile()
/linux/mm/
H A Dslub.c4296 goto out_cnt; in free_debug_processing()
4316 out_cnt: in free_debug_processing()