Searched refs:notify_id (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/platform/x86/ |
D | wmi.c | 49 unsigned char notify_id; member 200 snprintf(method, 5, "WE%02X", block->notify_id); in wmi_method_enable() 237 .value = wblock->gblock.notify_id, in get_event_data() 562 pr_info("\tnotify_id: 0x%02X\n", g->notify_id); in wmi_dump_wdg() 727 if ((gblock->flags & ACPI_WMI_EVENT) && gblock->notify_id == event) in wmi_get_event_data() 832 return sysfs_emit(buf, "%02X\n", (unsigned int)wblock->gblock.notify_id); in notify_id_show() 834 static DEVICE_ATTR_RO(notify_id); 1397 (block->notify_id == event)) { in acpi_wmi_notify_handler()
|
/Linux-v6.6/include/linux/ceph/ |
D | osd_client.h | 305 typedef void (*rados_watchcb2_t)(void *arg, u64 notify_id, u64 cookie, 341 u64 notify_id; member 615 u64 notify_id,
|
/Linux-v6.6/net/ceph/ |
D | osd_client.c | 2949 u64 notify_id; member 3015 __func__, lreq, lwork->notify.notify_id, lwork->notify.notifier_id, in do_watch_notify() 3017 lreq->wcb(lreq->data, lwork->notify.notify_id, lreq->linger_id, in do_watch_notify() 3092 lreq->notify_id = ceph_decode_64(&p); in linger_commit_cb() 3094 lreq->notify_id); in linger_commit_cb() 3176 lreq->notify_id = 0; in send_linger() 4581 u64 cookie, notify_id; in handle_watch_notify() local 4591 ceph_decode_64_safe(&p, end, notify_id, bad); in handle_watch_notify() 4624 if (lreq->notify_id && lreq->notify_id != notify_id) { in handle_watch_notify() 4626 lreq->notify_id, notify_id); in handle_watch_notify() [all …]
|
/Linux-v6.6/drivers/block/ |
D | rbd.c | 4366 u64 notify_id, u64 cookie, s32 *result) in __rbd_acknowledge_notify() argument 4385 &rbd_dev->header_oloc, notify_id, cookie, in __rbd_acknowledge_notify() 4391 static void rbd_acknowledge_notify(struct rbd_device *rbd_dev, u64 notify_id, in rbd_acknowledge_notify() argument 4395 __rbd_acknowledge_notify(rbd_dev, notify_id, cookie, NULL); in rbd_acknowledge_notify() 4399 u64 notify_id, u64 cookie, s32 result) in rbd_acknowledge_notify_result() argument 4402 __rbd_acknowledge_notify(rbd_dev, notify_id, cookie, &result); in rbd_acknowledge_notify_result() 4405 static void rbd_watch_cb(void *arg, u64 notify_id, u64 cookie, in rbd_watch_cb() argument 4417 __func__, rbd_dev, cookie, notify_id, data_len); in rbd_watch_cb() 4438 rbd_acknowledge_notify(rbd_dev, notify_id, cookie); in rbd_watch_cb() 4442 rbd_acknowledge_notify(rbd_dev, notify_id, cookie); in rbd_watch_cb() [all …]
|