| /linux/drivers/firmware/arm_ffa/ |
| H A D | driver.c | 1300 notifier_hnode_get_by_vmid(u16 notify_id, int vmid) in notifier_hnode_get_by_vmid() argument 1304 hash_for_each_possible(drv_info->notifier_hash, node, hnode, notify_id) in notifier_hnode_get_by_vmid() 1312 notifier_hnode_get_by_vmid_uuid(u16 notify_id, int vmid, const uuid_t *uuid) in notifier_hnode_get_by_vmid_uuid() argument 1317 return notifier_hnode_get_by_vmid(notify_id, vmid); in notifier_hnode_get_by_vmid_uuid() 1319 hash_for_each_possible(drv_info->notifier_hash, node, hnode, notify_id) in notifier_hnode_get_by_vmid_uuid() 1328 notifier_hnode_get_by_type(u16 notify_id, enum notify_type type) in notifier_hnode_get_by_type() argument 1332 hash_for_each_possible(drv_info->notifier_hash, node, hnode, notify_id) in notifier_hnode_get_by_type() 1339 static int update_notifier_cb(struct ffa_device *dev, int notify_id, in update_notifier_cb() argument 1347 cb_info = notifier_hnode_get_by_vmid_uuid(notify_id, dev->vm_id, in update_notifier_cb() 1350 cb_info = notifier_hnode_get_by_type(notify_id, type); in update_notifier_cb() [all …]
|
| /linux/include/linux/ |
| H A D | arm_ffa.h | 496 typedef void (*ffa_notifier_cb)(int notify_id, void *cb_data); 497 typedef void (*ffa_fwk_notifier_cb)(int notify_id, void *cb_data, void *buf); 504 ffa_notifier_cb cb, void *cb_data, int notify_id); 505 int (*notify_relinquish)(struct ffa_device *dev, int notify_id); 508 int notify_id); 509 int (*fwk_notify_relinquish)(struct ffa_device *dev, int notify_id); 510 int (*notify_send)(struct ffa_device *dev, int notify_id, bool per_vcpu,
|
| /linux/include/linux/ceph/ |
| H A D | osd_client.h | 306 typedef void (*rados_watchcb2_t)(void *arg, u64 notify_id, u64 cookie, 342 u64 notify_id; member 611 u64 notify_id,
|
| /linux/net/ceph/ |
| H A D | osd_client.c | 2932 u64 notify_id; member 2997 dout("%s lreq %p notify_id %llu notifier_id %llu payload_len %zu\n", in do_watch_notify() 2998 __func__, lreq, lwork->notify.notify_id, lwork->notify.notifier_id, in do_watch_notify() 3000 lreq->wcb(lreq->data, lwork->notify.notify_id, lreq->linger_id, in do_watch_notify() 3073 /* make note of the notify_id */ in linger_commit_cb() 3075 lreq->notify_id = ceph_decode_64(&p); in linger_commit_cb() 3076 dout("lreq %p notify_id %llu\n", lreq, in linger_commit_cb() 3077 lreq->notify_id); in linger_commit_cb() 3079 dout("lreq %p no notify_id\n", lreq); in linger_commit_cb() 3159 lreq->notify_id in send_linger() 4567 u64 cookie, notify_id; handle_watch_notify() local 4845 osd_req_op_notify_ack_init(struct ceph_osd_request * req,int which,u64 notify_id,u64 cookie,void * payload,u32 payload_len) osd_req_op_notify_ack_init() argument 4879 ceph_osdc_notify_ack(struct ceph_osd_client * osdc,struct ceph_object_id * oid,struct ceph_object_locator * oloc,u64 notify_id,u64 cookie,void * payload,u32 payload_len) ceph_osdc_notify_ack() argument [all...] |
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-wmi | 50 What: /sys/bus/wmi/devices/.../notify_id
|
| /linux/drivers/block/ |
| H A D | rbd.c | 4384 u64 notify_id, u64 cookie, s32 *result) in __rbd_acknowledge_notify() argument 4403 &rbd_dev->header_oloc, notify_id, cookie, in __rbd_acknowledge_notify() 4409 static void rbd_acknowledge_notify(struct rbd_device *rbd_dev, u64 notify_id, in rbd_acknowledge_notify() argument 4413 __rbd_acknowledge_notify(rbd_dev, notify_id, cookie, NULL); in rbd_acknowledge_notify() 4417 u64 notify_id, u64 cookie, s32 result) in rbd_acknowledge_notify_result() argument 4420 __rbd_acknowledge_notify(rbd_dev, notify_id, cookie, &result); in rbd_acknowledge_notify_result() 4423 static void rbd_watch_cb(void *arg, u64 notify_id, u64 cookie, in rbd_watch_cb() argument 4435 __func__, rbd_dev, cookie, notify_id, data_len); in rbd_watch_cb() 4456 rbd_acknowledge_notify(rbd_dev, notify_id, cookie); in rbd_watch_cb() 4460 rbd_acknowledge_notify(rbd_dev, notify_id, cookie); in rbd_watch_cb() [all …]
|