Home
last modified time | relevance | path

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

/Linux-v6.6/io_uring/
Dio-wq.c59 unsigned long create_state; member
197 clear_bit_unlock(0, &worker->create_state); in io_worker_cancel_cb()
358 clear_bit_unlock(0, &worker->create_state); in create_worker_cb()
379 if (test_bit(0, &worker->create_state) || in io_queue_worker_create()
380 test_and_set_bit_lock(0, &worker->create_state)) in io_queue_worker_create()
399 clear_bit_unlock(0, &worker->create_state); in io_queue_worker_create()
772 clear_bit_unlock(0, &worker->create_state); in create_worker_cont()
/Linux-v6.6/drivers/pinctrl/
Dcore.c941 static struct pinctrl_state *create_state(struct pinctrl *p, in create_state() function
967 state = create_state(p, map->name); in add_setting()
1230 state = create_state(p, name); in pinctrl_lookup_state()