Searched refs:ZERO_OR_NULL_PTR (Results 1 – 7 of 7) sorted by relevance
348 if (unlikely(ZERO_OR_NULL_PTR(block))) in slob_free()490 if (unlikely(ZERO_OR_NULL_PTR(block))) in kfree()
2273 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()
3529 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()
1266 if (unlikely(ZERO_OR_NULL_PTR(mem))) in kzfree()
103 #define ZERO_OR_NULL_PTR(x) ((unsigned long)(x) <= \ macro
767 if (ZERO_OR_NULL_PTR(addr)) in hex_string()1209 if (ZERO_OR_NULL_PTR(addr)) in escaped_string()
62 if (unlikely(ZERO_OR_NULL_PTR(transaction))) in jbd2_journal_free_transaction()