Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/
A Dwmi.c49 unsigned char notify_id; member
195 snprintf(method, 5, "WE%02X", block->notify_id); in wmi_method_enable()
232 .value = wblock->gblock.notify_id, in get_event_data()
497 pr_info("\tnotify_id: 0x%02X\n", g->notify_id); in wmi_dump_wdg()
656 if ((gblock->flags & ACPI_WMI_EVENT) && gblock->notify_id == event) in wmi_get_event_data()
766 return sysfs_emit(buf, "%02X\n", (unsigned int)wblock->gblock.notify_id); in notify_id_show()
768 static DEVICE_ATTR_RO(notify_id);
1312 (block->notify_id == event)) { in acpi_wmi_notify_handler()
/linux/include/linux/ceph/
A Dosd_client.h248 typedef void (*rados_watchcb2_t)(void *arg, u64 notify_id, u64 cookie,
284 u64 notify_id; member
540 u64 notify_id,
/linux/net/ceph/
A Dosd_client.c2880 u64 notify_id; member
3017 lreq->notify_id = ceph_decode_64(&p); in linger_commit_cb()
3019 lreq->notify_id); in linger_commit_cb()
3086 lreq->notify_id = 0; in send_linger()
4465 u64 cookie, notify_id; in handle_watch_notify() local
4475 ceph_decode_64_safe(&p, end, notify_id, bad); in handle_watch_notify()
4508 if (lreq->notify_id && lreq->notify_id != notify_id) { in handle_watch_notify()
4510 lreq->notify_id, notify_id); in handle_watch_notify()
4535 lwork->notify.notify_id = notify_id; in handle_watch_notify()
4803 ret = ceph_pagelist_encode_64(pl, notify_id); in osd_req_op_notify_ack_init()
[all …]
/linux/drivers/block/
A Drbd.c4288 u64 notify_id, u64 cookie, s32 *result) in __rbd_acknowledge_notify() argument
4307 &rbd_dev->header_oloc, notify_id, cookie, in __rbd_acknowledge_notify()
4321 u64 notify_id, u64 cookie, s32 result) in rbd_acknowledge_notify_result() argument
4339 __func__, rbd_dev, cookie, notify_id, data_len); in rbd_watch_cb()
4360 rbd_acknowledge_notify(rbd_dev, notify_id, cookie); in rbd_watch_cb()
4364 rbd_acknowledge_notify(rbd_dev, notify_id, cookie); in rbd_watch_cb()
4369 rbd_acknowledge_notify_result(rbd_dev, notify_id, in rbd_watch_cb()
4372 rbd_acknowledge_notify(rbd_dev, notify_id, cookie); in rbd_watch_cb()
4379 rbd_acknowledge_notify(rbd_dev, notify_id, cookie); in rbd_watch_cb()
4383 rbd_acknowledge_notify_result(rbd_dev, notify_id, in rbd_watch_cb()
[all …]

Completed in 32 milliseconds