Home
last modified time | relevance | path

Searched refs:ZERO_OR_NULL_PTR (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/mm/
Dusercopy.c155 if (ZERO_OR_NULL_PTR(ptr)) in check_bogus_address()
Dslob.c390 if (unlikely(ZERO_OR_NULL_PTR(block))) in slob_free()
542 if (unlikely(ZERO_OR_NULL_PTR(block))) in kfree()
Dslub.c3795 if (unlikely(ZERO_OR_NULL_PTR(s))) in __kmalloc()
3843 if (unlikely(ZERO_OR_NULL_PTR(s))) in __kmalloc_node()
3942 if (unlikely(ZERO_OR_NULL_PTR(x))) in kfree()
4331 if (unlikely(ZERO_OR_NULL_PTR(s))) in __kmalloc_track_caller()
4361 if (unlikely(ZERO_OR_NULL_PTR(s))) in __kmalloc_node_track_caller()
Dslab.c3612 if (unlikely(ZERO_OR_NULL_PTR(cachep))) in __do_kmalloc_node()
3651 if (unlikely(ZERO_OR_NULL_PTR(cachep))) in __do_kmalloc()
3744 if (unlikely(ZERO_OR_NULL_PTR(objp))) in kfree()
Dslab_common.c1727 if (unlikely(ZERO_OR_NULL_PTR(mem))) in kzfree()
/Linux-v5.4/include/linux/
Dslab.h133 #define ZERO_OR_NULL_PTR(x) ((unsigned long)(x) <= \ macro
/Linux-v5.4/drivers/infiniband/hw/hns/
Dhns_roce_qp.c879 if (ZERO_OR_NULL_PTR(hr_qp->sq.wrid)) { in hns_roce_create_qp_common()
887 if (ZERO_OR_NULL_PTR(hr_qp->rq.wrid)) { in hns_roce_create_qp_common()
/Linux-v5.4/drivers/hwtracing/coresight/
Dcoresight.c1334 if (ZERO_OR_NULL_PTR(list)) { in coresight_alloc_device_name()
/Linux-v5.4/fs/
Dbinfmt_elf.c1601 if (ZERO_OR_NULL_PTR(data)) in fill_files_note()
2270 if (ZERO_OR_NULL_PTR(vma_filesz)) in elf_core_dump()
/Linux-v5.4/fs/jbd2/
Dtransaction.c60 if (unlikely(ZERO_OR_NULL_PTR(transaction))) in jbd2_journal_free_transaction()