Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Derr.h74 #define IS_ERR_PCPU(ptr) (IS_ERR((const void *)(__force const unsigned long)(ptr))) macro
/linux-6.15/samples/hw_breakpoint/
H A Ddata_breakpoint.c55 if (IS_ERR_PCPU(sample_hbp)) { in hw_break_module_init()
/linux-6.15/arch/x86/kernel/
H A Dkgdb.c658 if (IS_ERR_PCPU(breakinfo[i].pev)) { in kgdb_arch_late()
/linux-6.15/mm/
H A Dkmemleak.c1105 if (kmemleak_enabled && ptr && !IS_ERR_PCPU(ptr)) in kmemleak_alloc_percpu()
1180 if (kmemleak_free_enabled && ptr && !IS_ERR_PCPU(ptr)) in kmemleak_free_percpu()
/linux-6.15/net/netfilter/
H A Dnf_tables_api.c2641 if (IS_ERR_PCPU(stats)) { in nf_tables_addchain()
2854 if (IS_ERR_PCPU(stats)) { in nf_tables_updchain()