Home
last modified time | relevance | path

Searched defs:ASSERT_OK_PTR (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/testing/selftests/hid/
H A Dhid_bpf.c104 #define ASSERT_OK_PTR(ptr) ASSERT_NE(NULL, ptr) macro
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_progs.h362 #define ASSERT_OK_PTR(ptr, name) ({ \ macro