/linux-6.1.9/mm/ |
D | mmu_notifier.c | 302 struct mmu_notifier *subscription; in mn_hlist_release() local 310 hlist_for_each_entry_rcu(subscription, &subscriptions->list, hlist, in mn_hlist_release() 318 if (subscription->ops->release) in mn_hlist_release() 319 subscription->ops->release(subscription, mm); in mn_hlist_release() 323 subscription = hlist_entry(subscriptions->list.first, in mn_hlist_release() 331 hlist_del_init_rcu(&subscription->hlist); in mn_hlist_release() 369 struct mmu_notifier *subscription; in __mmu_notifier_clear_flush_young() local 373 hlist_for_each_entry_rcu(subscription, in __mmu_notifier_clear_flush_young() 376 if (subscription->ops->clear_flush_young) in __mmu_notifier_clear_flush_young() 377 young |= subscription->ops->clear_flush_young( in __mmu_notifier_clear_flush_young() [all …]
|
/linux-6.1.9/include/linux/ |
D | mmu_notifier.h | 88 void (*release)(struct mmu_notifier *subscription, 100 int (*clear_flush_young)(struct mmu_notifier *subscription, 110 int (*clear_young)(struct mmu_notifier *subscription, 121 int (*test_young)(struct mmu_notifier *subscription, 129 void (*change_pte)(struct mmu_notifier *subscription, 184 int (*invalidate_range_start)(struct mmu_notifier *subscription, 186 void (*invalidate_range_end)(struct mmu_notifier *subscription, 207 void (*invalidate_range)(struct mmu_notifier *subscription, 223 void (*free_notifier)(struct mmu_notifier *subscription); 298 void mmu_notifier_put(struct mmu_notifier *subscription); [all …]
|
/linux-6.1.9/drivers/soc/qcom/ |
D | smsm.c | 84 u32 *subscription; member 115 u32 *subscription; member 174 val = readl(smsm->subscription + host); in smsm_update_bits() 243 if (entry->subscription) { in smsm_mask_irq() 244 val = readl(entry->subscription + smsm->local_host); in smsm_mask_irq() 246 writel(val, entry->subscription + smsm->local_host); in smsm_mask_irq() 274 if (entry->subscription) { in smsm_unmask_irq() 275 val = readl(entry->subscription + smsm->local_host); in smsm_unmask_irq() 277 writel(val, entry->subscription + smsm->local_host); in smsm_unmask_irq() 564 smsm->subscription = intr_mask + smsm->local_host * smsm->num_hosts; in qcom_smsm_probe() [all …]
|
/linux-6.1.9/net/tipc/ |
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()
|
D | subscr.h | 87 void tipc_sub_put(struct tipc_subscription *subscription); 88 void tipc_sub_get(struct tipc_subscription *subscription);
|
/linux-6.1.9/Documentation/devicetree/bindings/soc/qcom/ |
D | qcom,smsm.yaml | 18 matrix of bitmaps signal subscription of notifications upon changes to a 33 specifier of the column in the subscription matrix representing the local
|
/linux-6.1.9/arch/s390/kvm/ |
D | pv.c | 192 static void kvm_s390_pv_mmu_notifier_release(struct mmu_notifier *subscription, in kvm_s390_pv_mmu_notifier_release() argument 195 struct kvm *kvm = container_of(subscription, struct kvm, arch.pv.mmu_notifier); in kvm_s390_pv_mmu_notifier_release()
|
/linux-6.1.9/Documentation/driver-api/media/ |
D | v4l2-event.rst | 39 Finally, if the event subscription is associated with a particular object 90 Event subscription
|
/linux-6.1.9/Documentation/process/ |
D | embargoed-hardware-issues.rst | 301 the response team so the response team can validate subscription requests. 303 Each subscriber needs to send a subscription request to the response team 310 the subscriber to the list. After subscription the subscriber will receive
|
/linux-6.1.9/Documentation/driver-api/ |
D | connector.rst | 135 option. To drop a multicast subscription, one should call the above socket
|
/linux-6.1.9/Documentation/networking/ |
D | batman-adv.rst | 162 b.a.t.m.a.n@open-mesh.org (optional subscription at
|
D | phonet.rst | 122 Resource subscription
|
D | can.rst | 131 requested by the user. The subscription and unsubscription of 524 filter handling when the filter subscription focusses on a single CAN ID. 527 to access the corresponding subscription list without any further checks. 815 Create RX content filter subscription. 818 Remove RX content filter subscription, requires only can_id. 821 Read properties of RX content filter subscription for can_id.
|
D | gtp.rst | 135 interface for managing your subscription is at
|
/linux-6.1.9/Documentation/core-api/ |
D | watch_queue.rst | 145 A "watch" is a subscription on a watch list, indicating the watch queue, and
|
/linux-6.1.9/Documentation/fb/ |
D | framebuffer.rst | 329 subscription information and archive browsing.
|
/linux-6.1.9/Documentation/scheduler/ |
D | sched-bwc.rst | 144 attainable, that is: max(c_i) <= C. However, over-subscription in the
|
/linux-6.1.9/Documentation/sound/designs/ |
D | seq-oss.rst | 357 ``CAP_READ`` or ``CAP_WRITE``. Also, subscription capabilities,
|
/linux-6.1.9/Documentation/RCU/Design/Requirements/ |
D | Requirements.rst | 466 rcu_dereference() for subscription, nor did it have anything
|