Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/char/ipmi/
Dipmi_si_intf.c194 atomic_t need_watch; member
1016 if (atomic_read(&smi_info->need_watch)) { in ipmi_thread()
1067 atomic_set(&smi_info->need_watch, enable); in set_need_watch()
2029 atomic_set(&new_smi->need_watch, 0); in try_smi_init()
/linux-6.1.9/drivers/block/
Drbd.c6883 bool need_watch = !rbd_is_ro(rbd_dev); in rbd_dev_image_probe() local
6900 if (need_watch) { in rbd_dev_image_probe()
6914 if (ret == -ENOENT && !need_watch) in rbd_dev_image_probe()
6963 if (need_watch) in rbd_dev_image_probe()