Home
last modified time | relevance | path

Searched refs:chsc_ready_for_use (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/s390/cio/
H A Dchsc_sch.c914 static atomic_t chsc_ready_for_use = ATOMIC_INIT(1); variable
918 if (!atomic_dec_and_test(&chsc_ready_for_use)) { in chsc_open()
919 atomic_inc(&chsc_ready_for_use); in chsc_open()
951 atomic_inc(&chsc_ready_for_use); in chsc_release()
/kernel/linux/linux-6.6/drivers/s390/cio/
H A Dchsc_sch.c880 static atomic_t chsc_ready_for_use = ATOMIC_INIT(1); variable
884 if (!atomic_dec_and_test(&chsc_ready_for_use)) { in chsc_open()
885 atomic_inc(&chsc_ready_for_use); in chsc_open()
917 atomic_inc(&chsc_ready_for_use); in chsc_release()

Completed in 3 milliseconds