Searched refs:subscription (Results 1 – 16 of 16) sorted by relevance
| /linux/mm/ |
| H A D | mmu_notifier.c | 304 struct mmu_notifier *subscription; in mn_hlist_release() local 312 hlist_for_each_entry_rcu(subscription, &subscriptions->list, hlist, in mn_hlist_release() 320 if (subscription->ops->release) in mn_hlist_release() 321 subscription->ops->release(subscription, mm); in mn_hlist_release() 325 subscription = hlist_entry(subscriptions->list.first, in mn_hlist_release() 333 hlist_del_init_rcu(&subscription->hlist); in mn_hlist_release() 371 struct mmu_notifier *subscription; in __mmu_notifier_clear_flush_young() local 375 hlist_for_each_entry_rcu(subscription, in __mmu_notifier_clear_flush_young() 378 if (subscription->ops->clear_flush_young) in __mmu_notifier_clear_flush_young() 379 young |= subscription->ops->clear_flush_young( in __mmu_notifier_clear_flush_young() [all …]
|
| /linux/drivers/soc/qcom/ |
| H A D | smsm.c | 86 u32 *subscription; member 119 u32 *subscription; member 181 val = readl(smsm->subscription + host); in smsm_update_bits() 256 if (entry->subscription) { in smsm_mask_irq() 257 val = readl(entry->subscription + smsm->local_host); in smsm_mask_irq() 259 writel(val, entry->subscription + smsm->local_host); in smsm_mask_irq() 287 if (entry->subscription) { in smsm_unmask_irq() 288 val = readl(entry->subscription + smsm->local_host); in smsm_unmask_irq() 290 writel(val, entry->subscription + smsm->local_host); in smsm_unmask_irq() 606 smsm->subscription = intr_mask + smsm->local_host * smsm->num_hosts; in qcom_smsm_probe() [all …]
|
| /linux/net/tipc/ |
| H A D | subscr.c | 121 void tipc_sub_put(struct tipc_subscription *subscription) in tipc_sub_put() argument 123 kref_put(&subscription->kref, tipc_sub_kref_release); in tipc_sub_put() 126 void tipc_sub_get(struct tipc_subscription *subscription) in tipc_sub_get() argument 128 kref_get(&subscription->kref); in tipc_sub_get()
|
| H A D | subscr.h | 87 void tipc_sub_put(struct tipc_subscription *subscription); 88 void tipc_sub_get(struct tipc_subscription *subscription);
|
| /linux/Documentation/driver-api/media/ |
| H A D | v4l2-event.rst | 39 Finally, if the event subscription is associated with a particular object 90 Event subscription
|
| /linux/arch/s390/kvm/ |
| H A D | pv.c | 595 static void kvm_s390_pv_mmu_notifier_release(struct mmu_notifier *subscription, in kvm_s390_pv_mmu_notifier_release() argument 598 struct kvm *kvm = container_of(subscription, struct kvm, arch.pv.mmu_notifier); in kvm_s390_pv_mmu_notifier_release()
|
| /linux/Documentation/process/ |
| H A D | embargoed-hardware-issues.rst | 344 subscription requests. 346 Each subscriber needs to send a subscription request to the response team 353 the subscriber to the list. After subscription the subscriber will receive
|
| /linux/Documentation/driver-api/ |
| H A D | connector.rst | 135 option. To drop a multicast subscription, one should call the above socket
|
| /linux/Documentation/networking/ |
| H A D | batman-adv.rst | 162 b.a.t.m.a.n@lists.open-mesh.org (optional subscription at
|
| H A D | phonet.rst | 122 Resource subscription
|
| H A D | can.rst | 131 requested by the user. The subscription and unsubscription of 542 filter handling when the filter subscription focuses on a single CAN ID. 545 to access the corresponding subscription list without any further checks. 817 Create RX content filter subscription. 820 Remove RX content filter subscription, requires only can_id. 823 Read properties of RX content filter subscription for can_id.
|
| H A D | gtp.rst | 135 interface for managing your subscription is at
|
| /linux/Documentation/core-api/ |
| H A D | watch_queue.rst | 145 A "watch" is a subscription on a watch list, indicating the watch queue, and
|
| /linux/Documentation/fb/ |
| H A D | framebuffer.rst | 329 subscription information and archive browsing.
|
| /linux/Documentation/sound/designs/ |
| H A D | seq-oss.rst | 357 ``CAP_READ`` or ``CAP_WRITE``. Also, subscription capabilities,
|
| /linux/Documentation/RCU/Design/Requirements/ |
| H A D | Requirements.rst | 466 rcu_dereference() for subscription, nor did it have anything
|