/kernel/linux/linux-6.6/drivers/platform/x86/ |
H A 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); 1394 (block->notify_id == event)) { in acpi_wmi_notify_handler()
|
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | wmi.c | 47 unsigned char notify_id; member 196 snprintf(method, 5, "WE%02X", block->notify_id); in wmi_method_enable() 469 pr_info("\tnotify_id: 0x%02X\n", g->notify_id); in wmi_dump_wdg() 636 (gblock->notify_id == event)) in wmi_get_event_data() 740 return sprintf(buf, "%02X\n", (unsigned int)wblock->gblock.notify_id); in notify_id_show() 742 static DEVICE_ATTR_RO(notify_id); 1286 (block->notify_id == event)) in acpi_wmi_notify_handler()
|
/kernel/linux/linux-5.10/include/linux/ceph/ |
H A D | osd_client.h | 248 typedef void (*rados_watchcb2_t)(void *arg, u64 notify_id, u64 cookie, 284 u64 notify_id; member 546 u64 notify_id,
|
/kernel/linux/linux-6.6/include/linux/ceph/ |
H A D | osd_client.h | 306 typedef void (*rados_watchcb2_t)(void *arg, u64 notify_id, u64 cookie, 342 u64 notify_id; member 616 u64 notify_id,
|
/kernel/linux/linux-5.10/net/ceph/ |
H A D | osd_client.c | 2862 u64 notify_id; member 2927 dout("%s lreq %p notify_id %llu notifier_id %llu payload_len %zu\n", in do_watch_notify() 2928 __func__, lreq, lwork->notify.notify_id, lwork->notify.notifier_id, in do_watch_notify() 2930 lreq->wcb(lreq->data, lwork->notify.notify_id, lreq->linger_id, in do_watch_notify() 3003 /* make note of the notify_id */ in linger_commit_cb() 3005 lreq->notify_id = ceph_decode_64(&p); in linger_commit_cb() 3006 dout("lreq %p notify_id %llu\n", lreq, in linger_commit_cb() 3007 lreq->notify_id); in linger_commit_cb() 3009 dout("lreq %p no notify_id\n", lreq); in linger_commit_cb() 3089 lreq->notify_id in send_linger() 4491 u64 cookie, notify_id; handle_watch_notify() local 4766 osd_req_op_notify_ack_init(struct ceph_osd_request *req, int which, u64 notify_id, u64 cookie, void *payload, u32 payload_len) osd_req_op_notify_ack_init() argument 4798 ceph_osdc_notify_ack(struct ceph_osd_client *osdc, struct ceph_object_id *oid, struct ceph_object_locator *oloc, u64 notify_id, u64 cookie, void *payload, u32 payload_len) ceph_osdc_notify_ack() argument [all...] |
/kernel/linux/linux-6.6/net/ceph/ |
H A D | osd_client.c | 2949 u64 notify_id; member 3014 dout("%s lreq %p notify_id %llu notifier_id %llu payload_len %zu\n", in do_watch_notify() 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() 3090 /* make note of the notify_id */ in linger_commit_cb() 3092 lreq->notify_id = ceph_decode_64(&p); in linger_commit_cb() 3093 dout("lreq %p notify_id %llu\n", lreq, in linger_commit_cb() 3094 lreq->notify_id); in linger_commit_cb() 3096 dout("lreq %p no notify_id\n", lreq); in linger_commit_cb() 3176 lreq->notify_id in send_linger() 4581 u64 cookie, notify_id; handle_watch_notify() local 4858 osd_req_op_notify_ack_init(struct ceph_osd_request *req, int which, u64 notify_id, u64 cookie, void *payload, u32 payload_len) osd_req_op_notify_ack_init() argument 4890 ceph_osdc_notify_ack(struct ceph_osd_client *osdc, struct ceph_object_id *oid, struct ceph_object_locator *oloc, u64 notify_id, u64 cookie, void *payload, u32 payload_len) ceph_osdc_notify_ack() argument [all...] |
/kernel/linux/linux-5.10/drivers/block/ |
H A D | rbd.c | 4428 u64 notify_id, u64 cookie, s32 *result) in __rbd_acknowledge_notify() 4447 &rbd_dev->header_oloc, notify_id, cookie, in __rbd_acknowledge_notify() 4453 static void rbd_acknowledge_notify(struct rbd_device *rbd_dev, u64 notify_id, in rbd_acknowledge_notify() argument 4457 __rbd_acknowledge_notify(rbd_dev, notify_id, cookie, NULL); in rbd_acknowledge_notify() 4461 u64 notify_id, u64 cookie, s32 result) in rbd_acknowledge_notify_result() 4464 __rbd_acknowledge_notify(rbd_dev, notify_id, cookie, &result); in rbd_acknowledge_notify_result() 4467 static void rbd_watch_cb(void *arg, u64 notify_id, u64 cookie, in rbd_watch_cb() argument 4478 dout("%s rbd_dev %p cookie %llu notify_id %llu data_len %zu\n", in rbd_watch_cb() 4479 __func__, rbd_dev, cookie, notify_id, data_len); in rbd_watch_cb() 4500 rbd_acknowledge_notify(rbd_dev, notify_id, cooki in rbd_watch_cb() 4427 __rbd_acknowledge_notify(struct rbd_device *rbd_dev, u64 notify_id, u64 cookie, s32 *result) __rbd_acknowledge_notify() argument 4460 rbd_acknowledge_notify_result(struct rbd_device *rbd_dev, u64 notify_id, u64 cookie, s32 result) rbd_acknowledge_notify_result() argument [all...] |
/kernel/linux/linux-6.6/drivers/block/ |
H A D | rbd.c | 4372 u64 notify_id, u64 cookie, s32 *result) in __rbd_acknowledge_notify() 4391 &rbd_dev->header_oloc, notify_id, cookie, in __rbd_acknowledge_notify() 4397 static void rbd_acknowledge_notify(struct rbd_device *rbd_dev, u64 notify_id, in rbd_acknowledge_notify() argument 4401 __rbd_acknowledge_notify(rbd_dev, notify_id, cookie, NULL); in rbd_acknowledge_notify() 4405 u64 notify_id, u64 cookie, s32 result) in rbd_acknowledge_notify_result() 4408 __rbd_acknowledge_notify(rbd_dev, notify_id, cookie, &result); in rbd_acknowledge_notify_result() 4411 static void rbd_watch_cb(void *arg, u64 notify_id, u64 cookie, in rbd_watch_cb() argument 4422 dout("%s rbd_dev %p cookie %llu notify_id %llu data_len %zu\n", in rbd_watch_cb() 4423 __func__, rbd_dev, cookie, notify_id, data_len); in rbd_watch_cb() 4444 rbd_acknowledge_notify(rbd_dev, notify_id, cooki in rbd_watch_cb() 4371 __rbd_acknowledge_notify(struct rbd_device *rbd_dev, u64 notify_id, u64 cookie, s32 *result) __rbd_acknowledge_notify() argument 4404 rbd_acknowledge_notify_result(struct rbd_device *rbd_dev, u64 notify_id, u64 cookie, s32 result) rbd_acknowledge_notify_result() argument [all...] |