Home
last modified time | relevance | path

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

/linux/lib/
H A Dtest_memcat_p.c56 out = memcat_p(in0, in1); in test_memcat_p_init()
H A DMakefile42 nmi_backtrace.o win_minmax.o memcat_p.o \
H A DKconfig.debug3285 tristate "Test memcat_p() helper function"
3287 Test the memcat_p() helper for correctly merging two
/linux/include/linux/
H A Dstring.h253 #define memcat_p(a, b) ({ \ macro
/linux/drivers/hwtracing/stm/
H A Dpolicy.c211 merged = memcat_p(stp_policy_node_attrs, attrs); in get_policy_node_type()