Searched refs:notify_id (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/include/linux/
H A Dste_modem_shm.h22 void (*kick)(struct ste_modem_device *mdev, int notify_id);
38 int (*kick)(struct ste_modem_device *mdev, int notify_id);
39 int (*kick_subscribe)(struct ste_modem_device *mdev, int notify_id);
/linux-4.1.27/drivers/platform/x86/
H A Dwmi.c55 unsigned char notify_id; member in struct:guid_block::__anon8333::__anon8334
258 snprintf(method, 5, "WE%02X", block->notify_id); wmi_method_enable()
466 pr_info("\tnotify_id: %02X\n", g->notify_id); wmi_dump_wdg()
637 (gblock->notify_id == event)) wmi_get_event_data()
887 (block->notify_id == event)) { acpi_wmi_notify()
/linux-4.1.27/include/linux/ceph/
H A Dosd_client.h198 u64 notify_id; member in struct:ceph_osd_event_work
/linux-4.1.27/net/ceph/
H A Dosd_client.c2320 u64 notify_id = event_work->notify_id; do_event_work() local
2324 event->cb(ver, notify_id, opcode, event->data); do_event_work()
2339 u64 cookie, ver, notify_id; handle_watch_notify() local
2351 ceph_decode_64_safe(&p, end, notify_id, bad); handle_watch_notify()
2372 event_work->notify_id = notify_id; handle_watch_notify()
/linux-4.1.27/drivers/block/
H A Drbd.c3072 static int rbd_obj_notify_ack_sync(struct rbd_device *rbd_dev, u64 notify_id) rbd_obj_notify_ack_sync() argument
3090 notify_id, 0, 0); rbd_obj_notify_ack_sync()
3103 static void rbd_watch_cb(u64 ver, u64 notify_id, u8 opcode, void *data) rbd_watch_cb() argument
3111 dout("%s: \"%s\" notify_id %llu opcode %u\n", __func__, rbd_watch_cb()
3112 rbd_dev->header_name, (unsigned long long)notify_id, rbd_watch_cb()
3125 ret = rbd_obj_notify_ack_sync(rbd_dev, notify_id); rbd_watch_cb()

Completed in 239 milliseconds