Home
last modified time | relevance | path

Searched refs:is_null (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H A Dcmd.c12 bool is_terminate, is_dump, is_null; in mlx5r_cmd_query_special_mkeys() local
17 is_null = MLX5_CAP_GEN(dev->mdev, null_mkey); in mlx5r_cmd_query_special_mkeys()
20 if (!is_terminate && !is_dump && !is_null) in mlx5r_cmd_query_special_mkeys()
33 if (is_null) in mlx5r_cmd_query_special_mkeys()
/kernel/linux/linux-6.6/rust/alloc/vec/
H A Dis_zero.rs48 (*self).is_null() in is_zero()
55 (*self).is_null() in is_zero()
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
H A Dqat_comp_algs.c42 bool is_null; member
206 if (qat_req->dir == DECOMPRESSION && qat_req->dst.is_null) { in qat_comp_generic_callback()
335 qat_req->dst.is_null = false; in qat_comp_alg_compress_decompress()
343 qat_req->dst.is_null = true; in qat_comp_alg_compress_decompress()
/kernel/linux/linux-6.6/rust/kernel/
H A Dkunit.rs65 if kunit_test.is_null() {
H A Dstr.rs576 if !ptr.is_null() {
/kernel/linux/linux-5.10/kernel/bpf/
H A Dverifier.c8021 bool is_null) in mark_ptr_or_null_reg()
8035 if (is_null) { in mark_ptr_or_null_reg()
8055 if (is_null) { in mark_ptr_or_null_reg()
8078 bool is_null) in mark_ptr_or_null_regs()
8085 if (ref_obj_id && ref_obj_id == id && is_null) in mark_ptr_or_null_regs()
8093 mark_ptr_or_null_reg(state, reg, id, is_null); in mark_ptr_or_null_regs()
8019 mark_ptr_or_null_reg(struct bpf_func_state *state, struct bpf_reg_state *reg, u32 id, bool is_null) mark_ptr_or_null_reg() argument
8077 mark_ptr_or_null_regs(struct bpf_verifier_state *vstate, u32 regno, bool is_null) mark_ptr_or_null_regs() argument
/kernel/linux/linux-6.6/kernel/bpf/
H A Dverifier.c14272 bool is_null) in mark_ptr_or_null_reg()
14291 if (is_null) { in mark_ptr_or_null_reg()
14321 bool is_null) in mark_ptr_or_null_regs()
14328 if (ref_obj_id && ref_obj_id == id && is_null) in mark_ptr_or_null_regs()
14336 mark_ptr_or_null_reg(state, reg, id, is_null); in mark_ptr_or_null_regs()
14270 mark_ptr_or_null_reg(struct bpf_func_state *state, struct bpf_reg_state *reg, u32 id, bool is_null) mark_ptr_or_null_reg() argument
14320 mark_ptr_or_null_regs(struct bpf_verifier_state *vstate, u32 regno, bool is_null) mark_ptr_or_null_regs() argument

Completed in 41 milliseconds