Home
last modified time | relevance | path

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

/Linux-v5.4/lib/
Dtest_memcat_p.c56 out = memcat_p(in0, in1); in test_memcat_p_init()
DMakefile34 nmi_backtrace.o nodemask.o win_minmax.o memcat_p.o
DKconfig.debug2004 tristate "Test memcat_p() helper function"
2006 Test the memcat_p() helper for correctly merging two
/Linux-v5.4/drivers/hwtracing/stm/
Dpolicy.c216 merged = memcat_p(stp_policy_node_attrs, attrs); in get_policy_node_type()
/Linux-v5.4/include/linux/
Dstring.h139 #define memcat_p(a, b) ({ \ macro