Home
last modified time | relevance | path

Searched refs:is_null (Results 1 – 15 of 15) sorted by relevance

/linux-6.12.1/rust/kernel/
Dlist.rs245 self.first.is_null() in is_empty()
262 if self.first.is_null() { in push_back()
302 if self.first.is_null() { in push_front()
328 if self.first.is_null() { in pop_back()
340 if self.first.is_null() { in pop_front()
369 debug_assert_eq!(next.is_null(), prev.is_null()); in remove()
370 if !next.is_null() { in remove()
495 if self.first.is_null() { in cursor_front()
549 if self.current.is_null() { in next()
Drbtree.rs330 while !(*child_field_of_parent).is_null() { in raw_entry()
378 while !node.is_null() { in get()
425 while !node.is_null() { in cursor_lower_bound()
488 while !next.is_null() { in drop()
1016 if self.next.is_null() { in next()
Dkunit.rs65 if kunit_test.is_null() {
Derror.rs150 if ptr.is_null() { in name()
Dtypes.rs64 if ptr.is_null() { in try_from_foreign()
Dstr.rs821 if !ptr.is_null() { in try_from_fmt()
/linux-6.12.1/drivers/crypto/intel/qat/qat_common/
Dqat_comp_algs.c33 bool is_null; member
134 if (qat_req->dir == DECOMPRESSION && qat_req->dst.is_null) { in qat_comp_generic_callback()
251 qat_req->dst.is_null = false; in qat_comp_alg_compress_decompress()
259 qat_req->dst.is_null = true; in qat_comp_alg_compress_decompress()
/linux-6.12.1/drivers/infiniband/hw/mlx5/
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()
/linux-6.12.1/rust/kernel/alloc/
Dbox_ext.rs65 if ptr.is_null() { in new_uninit()
Dvec_ext.rs152 if new_ptr.is_null() { in reserve()
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_vm_types.h296 bool is_null; member
Dxe_vm.c774 op->map.is_null = xe_vma_is_null(vma); in xe_vm_populate_rebind()
918 bool is_null = (flags & VMA_CREATE_FLAG_IS_NULL); in xe_vma_create() local
928 if (!bo && !is_null) { in xe_vma_create()
940 if (is_null) in xe_vma_create()
982 if (!is_null) { in xe_vma_create()
1969 op->map.is_null = flags & DRM_XE_VM_BIND_FLAG_NULL; in vm_bind_ioctl_ops_create()
2157 flags |= op->map.is_null ? in vm_bind_ioctl_ops_parse()
2759 bool is_null = flags & DRM_XE_VM_BIND_FLAG_NULL; in vm_bind_ioctl_check_args() local
2783 XE_IOCTL_DBG(xe, obj && is_null) || in vm_bind_ioctl_check_args()
2784 XE_IOCTL_DBG(xe, obj_offset && is_null) || in vm_bind_ioctl_check_args()
[all …]
Dxe_pt.c495 bool is_null = xe_vma_is_null(xe_walk->vma); in xe_pt_stage_bind_entry() local
499 pte = vm->pt_ops->pte_encode_vma(is_null ? 0 : in xe_pt_stage_bind_entry()
521 if (!is_null) in xe_pt_stage_bind_entry()
/linux-6.12.1/drivers/gpu/drm/
Ddrm_panic_qr.rs951 if url.is_null() { in drm_panic_qr_generate()
/linux-6.12.1/kernel/bpf/
Dverifier.c15084 bool is_null) in mark_ptr_or_null_reg() argument
15103 if (is_null) { in mark_ptr_or_null_reg()
15133 bool is_null) in mark_ptr_or_null_regs() argument
15140 if (ref_obj_id && ref_obj_id == id && is_null) in mark_ptr_or_null_regs()
15148 mark_ptr_or_null_reg(state, reg, id, is_null); in mark_ptr_or_null_regs()