Home
last modified time | relevance | path

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

/Linux-v5.15/fs/
Dio-wq.c54 unsigned long create_state; member
298 clear_bit_unlock(0, &worker->create_state); in create_worker_cb()
320 if (test_bit(0, &worker->create_state) || in io_queue_worker_create()
321 test_and_set_bit_lock(0, &worker->create_state)) in io_queue_worker_create()
328 clear_bit_unlock(0, &worker->create_state); in io_queue_worker_create()
681 clear_bit_unlock(0, &worker->create_state); in create_worker_cont()
720 clear_bit_unlock(0, &worker->create_state); in io_workqueue_create()
1162 clear_bit_unlock(0, &worker->create_state); in io_wq_exit_workers()
/Linux-v5.15/drivers/pinctrl/
Dcore.c926 static struct pinctrl_state *create_state(struct pinctrl *p, in create_state() function
952 state = create_state(p, map->name); in add_setting()
1216 state = create_state(p, name); in pinctrl_lookup_state()