Home
last modified time | relevance | path

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

/linux-4.1.27/mm/
Dslob.c348 if (unlikely(ZERO_OR_NULL_PTR(block))) in slob_free()
490 if (unlikely(ZERO_OR_NULL_PTR(block))) in kfree()
Dslab.c2282 BUG_ON(ZERO_OR_NULL_PTR(cachep->freelist_cache)); in __kmem_cache_create()
3488 if (unlikely(ZERO_OR_NULL_PTR(cachep))) in __do_kmalloc_node()
3520 if (unlikely(ZERO_OR_NULL_PTR(cachep))) in __do_kmalloc()
3584 if (unlikely(ZERO_OR_NULL_PTR(objp))) in kfree()
Dslub.c3315 if (unlikely(ZERO_OR_NULL_PTR(s))) in __kmalloc()
3360 if (unlikely(ZERO_OR_NULL_PTR(s))) in __kmalloc_node()
3408 if (unlikely(ZERO_OR_NULL_PTR(x))) in kfree()
3818 if (unlikely(ZERO_OR_NULL_PTR(s))) in __kmalloc_track_caller()
3848 if (unlikely(ZERO_OR_NULL_PTR(s))) in __kmalloc_node_track_caller()
Dslab_common.c1157 if (unlikely(ZERO_OR_NULL_PTR(mem))) in kzfree()
/linux-4.1.27/include/linux/
Dslab.h103 #define ZERO_OR_NULL_PTR(x) ((unsigned long)(x) <= \ macro
/linux-4.1.27/lib/
Dvsprintf.c766 if (ZERO_OR_NULL_PTR(addr)) in hex_string()
1208 if (ZERO_OR_NULL_PTR(addr)) in escaped_string()
/linux-4.1.27/fs/jbd2/
Dtransaction.c62 if (unlikely(ZERO_OR_NULL_PTR(transaction))) in jbd2_journal_free_transaction()