Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/lib/traceevent/plugins/
H A Dplugin_futex.c34 static const struct futex_op futex_op_tbl[] = { variable
95 if (cmd >= ARRAY_SIZE(futex_op_tbl)) in futex_handler()
98 fop = &futex_op_tbl[cmd]; in futex_handler()