Searched refs:create_state (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/io_uring/ |
H A D | io-wq.c | 54 unsigned long create_state; member 200 clear_bit_unlock(0, &worker->create_state); in io_worker_cancel_cb() 345 clear_bit_unlock(0, &worker->create_state); in create_worker_cb() 362 * create_state manages ownership of create_work/index. We should in io_queue_worker_create() 367 if (test_bit(0, &worker->create_state) || in io_queue_worker_create() 368 test_and_set_bit_lock(0, &worker->create_state)) in io_queue_worker_create() 387 clear_bit_unlock(0, &worker->create_state); in io_queue_worker_create() 762 clear_bit_unlock(0, &worker->create_state); in create_worker_cont()
|
/kernel/linux/linux-6.6/io_uring/ |
H A D | io-wq.c | 59 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() 374 * create_state manages ownership of create_work/index. We should in io_queue_worker_create() 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()
|
/kernel/linux/linux-5.10/drivers/pinctrl/ |
H A D | core.c | 926 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()
|
/kernel/linux/linux-6.6/drivers/pinctrl/ |
H A D | core.c | 941 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()
|
Completed in 10 milliseconds