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

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

Completed in 470 milliseconds