Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/w1/
Dw1.c820 int destroy_now; in w1_slave_detach() local
822 destroy_now = !test_bit(W1_SLAVE_DETACH, &sl->flags); in w1_slave_detach()
826 if (destroy_now) in w1_slave_detach()
827 destroy_now = !w1_unref_slave(sl); in w1_slave_detach()
828 return destroy_now ? 0 : -EBUSY; in w1_slave_detach()