Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/platform/x86/
Dwmi.c57 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/
Drbd.c1163 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/
Dosd_client.c1566 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/
Dosd_client.h112 u64 notify_id; member