Home
last modified time | relevance | path

Searched refs:subscription (Results 1 – 19 of 19) sorted by relevance

/linux-6.1.9/mm/
Dmmu_notifier.c302 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/
Dmmu_notifier.h88 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/
Dsmsm.c84 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/
Dsubscr.c121 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()
Dsubscr.h87 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/
Dqcom,smsm.yaml18 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/
Dpv.c192 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/
Dv4l2-event.rst39 Finally, if the event subscription is associated with a particular object
90 Event subscription
/linux-6.1.9/Documentation/process/
Dembargoed-hardware-issues.rst301 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/
Dconnector.rst135 option. To drop a multicast subscription, one should call the above socket
/linux-6.1.9/Documentation/networking/
Dbatman-adv.rst162 b.a.t.m.a.n@open-mesh.org (optional subscription at
Dphonet.rst122 Resource subscription
Dcan.rst131 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.
Dgtp.rst135 interface for managing your subscription is at
/linux-6.1.9/Documentation/core-api/
Dwatch_queue.rst145 A "watch" is a subscription on a watch list, indicating the watch queue, and
/linux-6.1.9/Documentation/fb/
Dframebuffer.rst329 subscription information and archive browsing.
/linux-6.1.9/Documentation/scheduler/
Dsched-bwc.rst144 attainable, that is: max(c_i) <= C. However, over-subscription in the
/linux-6.1.9/Documentation/sound/designs/
Dseq-oss.rst357 ``CAP_READ`` or ``CAP_WRITE``. Also, subscription capabilities,
/linux-6.1.9/Documentation/RCU/Design/Requirements/
DRequirements.rst466 rcu_dereference() for subscription, nor did it have anything