Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dusercopy.c158 if (ZERO_OR_NULL_PTR(ptr)) in check_bogus_address()
Dslob.c349 if (unlikely(ZERO_OR_NULL_PTR(block))) in slob_free()
492 if (unlikely(ZERO_OR_NULL_PTR(block))) in kfree()
Dslub.c3744 if (unlikely(ZERO_OR_NULL_PTR(s))) in __kmalloc()
3789 if (unlikely(ZERO_OR_NULL_PTR(s))) in __kmalloc_node()
3896 if (unlikely(ZERO_OR_NULL_PTR(x))) in kfree()
4287 if (unlikely(ZERO_OR_NULL_PTR(s))) in __kmalloc_track_caller()
4317 if (unlikely(ZERO_OR_NULL_PTR(s))) in __kmalloc_node_track_caller()
Dslab.c3679 if (unlikely(ZERO_OR_NULL_PTR(cachep))) in __do_kmalloc_node()
3714 if (unlikely(ZERO_OR_NULL_PTR(cachep))) in __do_kmalloc()
3805 if (unlikely(ZERO_OR_NULL_PTR(objp))) in kfree()
Dslab_common.c1539 if (unlikely(ZERO_OR_NULL_PTR(mem))) in kzfree()
/Linux-v4.19/include/linux/
Dslab.h126 #define ZERO_OR_NULL_PTR(x) ((unsigned long)(x) <= \ macro
/Linux-v4.19/drivers/s390/cio/
Dvfio_ccw_cp.c132 if (unlikely(ZERO_OR_NULL_PTR(pat->pat_pa))) { in pfn_array_table_init()
/Linux-v4.19/lib/
Dvsprintf.c832 if (ZERO_OR_NULL_PTR(addr)) in hex_string()
1271 if (ZERO_OR_NULL_PTR(addr)) in escaped_string()
/Linux-v4.19/fs/
Dbinfmt_elf.c1624 if (ZERO_OR_NULL_PTR(data)) in fill_files_note()
2298 if (ZERO_OR_NULL_PTR(vma_filesz)) in elf_core_dump()
/Linux-v4.19/fs/jbd2/
Dtransaction.c58 if (unlikely(ZERO_OR_NULL_PTR(transaction))) in jbd2_journal_free_transaction()