Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/user_events/
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()
/Linux-v6.6/include/uapi/linux/
Duser_events.h18 #define DYN_LOC(offset, size) ((size) << 16 | (offset)) macro