Home
last modified time | relevance | path

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

/linux-4.4.14/mm/
Dslob.c348 if (unlikely(ZERO_OR_NULL_PTR(block))) in slob_free()
490 if (unlikely(ZERO_OR_NULL_PTR(block))) in kfree()
Dslab.c2273 BUG_ON(ZERO_OR_NULL_PTR(cachep->freelist_cache)); in __kmem_cache_create()
3492 if (unlikely(ZERO_OR_NULL_PTR(cachep))) in __do_kmalloc_node()
3524 if (unlikely(ZERO_OR_NULL_PTR(cachep))) in __do_kmalloc()
3588 if (unlikely(ZERO_OR_NULL_PTR(objp))) in kfree()
Dslub.c3529 if (unlikely(ZERO_OR_NULL_PTR(s))) in __kmalloc()
3574 if (unlikely(ZERO_OR_NULL_PTR(s))) in __kmalloc_node()
3622 if (unlikely(ZERO_OR_NULL_PTR(x))) in kfree()
4033 if (unlikely(ZERO_OR_NULL_PTR(s))) in __kmalloc_track_caller()
4063 if (unlikely(ZERO_OR_NULL_PTR(s))) in __kmalloc_node_track_caller()
Dslab_common.c1266 if (unlikely(ZERO_OR_NULL_PTR(mem))) in kzfree()
/linux-4.4.14/include/linux/
Dslab.h103 #define ZERO_OR_NULL_PTR(x) ((unsigned long)(x) <= \ macro
/linux-4.4.14/lib/
Dvsprintf.c767 if (ZERO_OR_NULL_PTR(addr)) in hex_string()
1209 if (ZERO_OR_NULL_PTR(addr)) in escaped_string()
/linux-4.4.14/fs/jbd2/
Dtransaction.c62 if (unlikely(ZERO_OR_NULL_PTR(transaction))) in jbd2_journal_free_transaction()