Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/user_events/
A Dftrace_test.c376 loc = DYN_LOC(0, bytes); in TEST_F()
382 loc = DYN_LOC(1024, bytes); in TEST_F()
387 loc = DYN_LOC(1, bytes); in TEST_F()
392 loc = DYN_LOC(0, bytes + 1024); in TEST_F()
397 loc = DYN_LOC(0, bytes + 1); in TEST_F()
403 loc = DYN_LOC(0, bytes); in TEST_F()
/linux-6.3-rc2/include/linux/
A Duser_events.h24 #define DYN_LOC(offset, size) ((size) << 16 | (offset)) macro

Completed in 14 milliseconds