Searched refs:notify_id (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/platform/x86/ |
D | wmi.c | 57 unsigned char notify_id; member 270 snprintf(method, 5, "WE%02X", block->notify_id); in wmi_method_enable() 486 pr_info("\tnotify_id: %02X\n", g->notify_id); in wmi_dump_wdg() 657 (gblock->notify_id == event)) in wmi_get_event_data() 899 (block->notify_id == event)) { in acpi_wmi_notify()
|
/linux-2.6.39/drivers/block/ |
D | rbd.c | 1163 u64 notify_id, in rbd_req_sync_notify_ack() argument 1175 ops[0].watch.cookie = notify_id; in rbd_req_sync_notify_ack() 1191 static void rbd_watch_cb(u64 ver, u64 notify_id, u8 opcode, void *data) in rbd_watch_cb() argument 1198 notify_id, (int)opcode); in rbd_watch_cb() 1203 rbd_req_sync_notify_ack(dev, ver, notify_id, dev->obj_md_name); in rbd_watch_cb() 1255 static void rbd_notify_cb(u64 ver, u64 notify_id, u8 opcode, void *data) in rbd_notify_cb() argument 1262 notify_id, (int)opcode); in rbd_notify_cb()
|
/linux-2.6.39/net/ceph/ |
D | osd_client.c | 1566 u64 notify_id = event_work->notify_id; in do_event_work() local 1570 event->cb(ver, notify_id, opcode, event->data); in do_event_work() 1585 u64 cookie, ver, notify_id; in handle_watch_notify() local 1597 ceph_decode_64_safe(&p, end, notify_id, bad); in handle_watch_notify() 1618 event_work->notify_id = notify_id; in handle_watch_notify()
|
/linux-2.6.39/include/linux/ceph/ |
D | osd_client.h | 112 u64 notify_id; member
|