Home
last modified time | relevance | path

Searched refs:IS_ERR_PCPU (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Derr.h71 #define IS_ERR_PCPU(ptr) (IS_ERR((const void *)(__force const unsigned long)(ptr))) macro
/linux/samples/hw_breakpoint/
H A Ddata_breakpoint.c55 if (IS_ERR_PCPU(sample_hbp)) { in hw_break_module_init()
/linux/mm/
H A Dkmemleak.c1095 if (kmemleak_enabled && ptr && !IS_ERR_PCPU(ptr)) in kmemleak_vmalloc()
1170 if (kmemleak_free_enabled && ptr && !IS_ERR_PCPU(ptr)) in kmemleak_update_trace()
/linux/net/netfilter/
H A Dnf_tables_api.c2639 if (IS_ERR_PCPU(stats)) { in nf_tables_addchain()
2852 if (IS_ERR_PCPU(stats)) { in nf_tables_updchain()