Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dwmi.c47 unsigned char notify_id; member
189 snprintf(method, 5, "WE%02X", block->notify_id); in wmi_method_enable()
462 pr_info("\tnotify_id: 0x%02X\n", g->notify_id); in wmi_dump_wdg()
630 (gblock->notify_id == event)) in wmi_get_event_data()
734 return sprintf(buf, "%02X\n", (unsigned int)wblock->gblock.notify_id); in notify_id_show()
736 static DEVICE_ATTR_RO(notify_id);
1294 (block->notify_id == event)) in acpi_wmi_notify_handler()
/OK3568_Linux_fs/kernel/include/linux/ceph/
H A Dosd_client.h248 typedef void (*rados_watchcb2_t)(void *arg, u64 notify_id, u64 cookie,
284 u64 notify_id; member
546 u64 notify_id,
/OK3568_Linux_fs/kernel/net/ceph/
H A Dosd_client.c2862 u64 notify_id; member
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()
3005 lreq->notify_id = ceph_decode_64(&p); in linger_commit_cb()
3007 lreq->notify_id); in linger_commit_cb()
3089 lreq->notify_id = 0; in send_linger()
4484 u64 cookie, notify_id; in handle_watch_notify() local
4494 ceph_decode_64_safe(&p, end, notify_id, bad); in handle_watch_notify()
4527 if (lreq->notify_id && lreq->notify_id != notify_id) { in handle_watch_notify()
4529 lreq->notify_id, notify_id); in handle_watch_notify()
[all …]
/OK3568_Linux_fs/kernel/drivers/block/
H A Drbd.c4347 u64 notify_id, u64 cookie, s32 *result) in __rbd_acknowledge_notify() argument
4366 &rbd_dev->header_oloc, notify_id, cookie, in __rbd_acknowledge_notify()
4372 static void rbd_acknowledge_notify(struct rbd_device *rbd_dev, u64 notify_id, in rbd_acknowledge_notify() argument
4376 __rbd_acknowledge_notify(rbd_dev, notify_id, cookie, NULL); in rbd_acknowledge_notify()
4380 u64 notify_id, u64 cookie, s32 result) in rbd_acknowledge_notify_result() argument
4383 __rbd_acknowledge_notify(rbd_dev, notify_id, cookie, &result); in rbd_acknowledge_notify_result()
4386 static void rbd_watch_cb(void *arg, u64 notify_id, u64 cookie, in rbd_watch_cb() argument
4398 __func__, rbd_dev, cookie, notify_id, data_len); in rbd_watch_cb()
4419 rbd_acknowledge_notify(rbd_dev, notify_id, cookie); in rbd_watch_cb()
4423 rbd_acknowledge_notify(rbd_dev, notify_id, cookie); in rbd_watch_cb()
[all …]