Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/platform/x86/
Dwmi.c49 unsigned char notify_id; member
193 snprintf(method, 5, "WE%02X", block->notify_id); in wmi_method_enable()
230 .value = wblock->gblock.notify_id, in get_event_data()
495 pr_info("\tnotify_id: 0x%02X\n", g->notify_id); in wmi_dump_wdg()
654 if ((gblock->flags & ACPI_WMI_EVENT) && gblock->notify_id == event) in wmi_get_event_data()
764 return sysfs_emit(buf, "%02X\n", (unsigned int)wblock->gblock.notify_id); in notify_id_show()
766 static DEVICE_ATTR_RO(notify_id);
1337 (block->notify_id == event)) { in acpi_wmi_notify_handler()
/linux-6.1.9/include/linux/ceph/
Dosd_client.h248 typedef void (*rados_watchcb2_t)(void *arg, u64 notify_id, u64 cookie,
284 u64 notify_id; member
542 u64 notify_id,
/linux-6.1.9/net/ceph/
Dosd_client.c2866 u64 notify_id; member
2932 __func__, lreq, lwork->notify.notify_id, lwork->notify.notifier_id, in do_watch_notify()
2934 lreq->wcb(lreq->data, lwork->notify.notify_id, lreq->linger_id, in do_watch_notify()
3009 lreq->notify_id = ceph_decode_64(&p); in linger_commit_cb()
3011 lreq->notify_id); in linger_commit_cb()
3093 lreq->notify_id = 0; in send_linger()
4490 u64 cookie, notify_id; in handle_watch_notify() local
4500 ceph_decode_64_safe(&p, end, notify_id, bad); in handle_watch_notify()
4533 if (lreq->notify_id && lreq->notify_id != notify_id) { in handle_watch_notify()
4535 lreq->notify_id, notify_id); in handle_watch_notify()
[all …]
/linux-6.1.9/drivers/block/
Drbd.c4287 u64 notify_id, u64 cookie, s32 *result) in __rbd_acknowledge_notify() argument
4306 &rbd_dev->header_oloc, notify_id, cookie, in __rbd_acknowledge_notify()
4312 static void rbd_acknowledge_notify(struct rbd_device *rbd_dev, u64 notify_id, in rbd_acknowledge_notify() argument
4316 __rbd_acknowledge_notify(rbd_dev, notify_id, cookie, NULL); in rbd_acknowledge_notify()
4320 u64 notify_id, u64 cookie, s32 result) in rbd_acknowledge_notify_result() argument
4323 __rbd_acknowledge_notify(rbd_dev, notify_id, cookie, &result); in rbd_acknowledge_notify_result()
4326 static void rbd_watch_cb(void *arg, u64 notify_id, u64 cookie, in rbd_watch_cb() argument
4338 __func__, rbd_dev, cookie, notify_id, data_len); in rbd_watch_cb()
4359 rbd_acknowledge_notify(rbd_dev, notify_id, cookie); in rbd_watch_cb()
4363 rbd_acknowledge_notify(rbd_dev, notify_id, cookie); in rbd_watch_cb()
[all …]