Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/s390/cio/
A Ddevice.c50 static atomic_t ccw_device_init_count = ATOMIC_INIT(0); variable
157 atomic_read(&ccw_device_init_count) == 0); in io_subchannel_settle()
867 if (adjust_init_count && atomic_dec_and_test(&ccw_device_init_count)) in io_subchannel_register()
888 if (atomic_dec_and_test(&ccw_device_init_count)) in io_subchannel_recog_done()
904 atomic_inc(&ccw_device_init_count); in io_subchannel_recog()
1050 if (atomic_dec_and_test(&ccw_device_init_count)) in io_subchannel_probe()

Completed in 6 milliseconds