Home
last modified time | relevance | path

Searched refs:DYN_LOC (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/testing/selftests/user_events/
H A Dftrace_test.c465 loc = DYN_LOC(0, bytes); in TEST_F()
471 loc = DYN_LOC(1024, bytes); in TEST_F()
476 loc = DYN_LOC(1, bytes); in TEST_F()
481 loc = DYN_LOC(0, bytes + 1024); in TEST_F()
486 loc = DYN_LOC(0, bytes + 1); in TEST_F()
492 loc = DYN_LOC(0, bytes); in TEST_F()
/openbmc/linux/include/uapi/linux/
H A Duser_events.h18 #define DYN_LOC(offset, size) ((size) << 16 | (offset)) macro