Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/user_events/
H A Dftrace_test.c473 loc = DYN_LOC(0, bytes); in TEST_F()
479 loc = DYN_LOC(1024, bytes); in TEST_F()
484 loc = DYN_LOC(1, bytes); in TEST_F()
489 loc = DYN_LOC(0, bytes + 1024); in TEST_F()
494 loc = DYN_LOC(0, bytes + 1); in TEST_F()
500 loc = DYN_LOC(0, bytes); in TEST_F()
/linux/include/uapi/linux/
H A Duser_events.h19 #define DYN_LOC(offset, size) ((size) << 16 | (offset)) macro