Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dinput.h356 struct list_head h_node; member
/linux-6.3-rc2/drivers/input/
A Dinput.c2488 list_for_each_entry_safe(handle, next, &handler->h_list, h_node) in input_unregister_handler()
2520 list_for_each_entry_rcu(handle, &handler->h_list, h_node) { in input_handler_for_each_handle()
2574 list_add_tail_rcu(&handle->h_node, &handler->h_list); in input_register_handle()
2597 list_del_rcu(&handle->h_node); in input_unregister_handle()

Completed in 10 milliseconds