Home
last modified time | relevance | path

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

12

/openbmc/linux/mm/
H A 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 …]
/openbmc/bmcweb/include/
H A Dpersistent_data.hpp324 nlohmann::json::object_t subscription; in writeData() local
326 subscription["Id"] = subValue.id; in writeData()
327 subscription["Context"] = subValue.customText; in writeData()
328 subscription["DeliveryRetryPolicy"] = subValue.retryPolicy; in writeData()
329 subscription["SendHeartbeat"] = subValue.sendHeartbeat; in writeData()
330 subscription["HeartbeatIntervalMinutes"] = in writeData()
332 subscription["Destination"] = subValue.destinationUrl; in writeData()
333 subscription["EventFormatType"] = subValue.eventFormatType; in writeData()
334 subscription["HttpHeaders"] = std::move(headers); in writeData()
335 subscription["MessageIds"] = subValue.registryMsgIds; in writeData()
[all …]
/openbmc/openbmc-test-automation/lib/
H A Devent_notification_utils.robot3 Documentation Resource file for event notification subscription.
12 FOR ${subscription} IN @{subscriptions}
13 Redfish.Delete ${subscription['@odata.id']}
17 [Documentation] Get event subscription IDs.
22 FOR ${subscription} IN @{subscriptions}
24 ... ${subscription['@odata.id'].split("/redfish/v1/EventService/Subscriptions/")[-1]}
43 [Documentation] Delete event subscription with non-pinging destination IPs.
/openbmc/linux/include/linux/
H A 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 struct mmu_notifier *subscription,
223 void (*free_notifier)(struct mmu_notifier *subscription);
297 void mmu_notifier_put(struct mmu_notifier *subscription);
[all …]
/openbmc/docs/designs/
H A Dredfish-eventservice.md50 subscription details.
54 The service may terminate a subscription if the number of delivery error's
56 - For Push style event subscription creation, BMC shall respond to a successful
57 subscription with HTTP status 201 and set the HTTP Location header to the
58 address of a new subscription resource. Subscriptions are persistent and shall
60 - For Push style event subscription creation, BMC shall respond to client with
65 in EventService schema with 201(created) along with subscription information.
67 subscription is valid. BMC shall respond with https code 400, if filter
69 Also SSE subscription data cannot be persistent across service resets/reboots.
70 - Clients shall terminate a subscription by sending an DELETE message to the URI
[all …]
/openbmc/linux/drivers/soc/qcom/
H A 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()
563 smsm->subscription = intr_mask + smsm->local_host * smsm->num_hosts; in qcom_smsm_probe()
[all …]
/openbmc/linux/net/tipc/
H A 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()
H A Dsubscr.h87 void tipc_sub_put(struct tipc_subscription *subscription);
88 void tipc_sub_get(struct tipc_subscription *subscription);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/geis/
H A D0001-libgeis-Compare-the-first-character-of-string-to-nul.patch41 status = geis_subscription_deactivate(instance->subscription);
H A D0001-provide-function-declaration-with-prototypes.patch78 * Creates a new, empty grail subscription store.
98 * Destroys a grail subscription store.
/openbmc/openbmc-test-automation/openpower/mpipl/
H A Dtest_mpipl_basic.robot155 FOR ${subscription} IN @{subscriptions}
156 Redfish.Delete ${subscription['@odata.id']}
/openbmc/openbmc-test-automation/extended/
H A Dstandby_bmc.robot178 FOR ${subscription} IN @{subscriptions}
179 Redfish.Delete ${subscription['@odata.id']}
/openbmc/openbmc-test-automation/redfish/systems/eventlog/
H A Dtest_event_service.robot2 Documentation Test Redfish event service subscription function.
/openbmc/bmcweb/config/
H A Dmeson.build10 'experimental-redfish-dbus-log-subscription',
/openbmc/linux/Documentation/driver-api/media/
H A Dv4l2-event.rst39 Finally, if the event subscription is associated with a particular object
90 Event subscription
/openbmc/linux/Documentation/process/
H A Dembargoed-hardware-issues.rst305 the response team so the response team can validate subscription requests.
307 Each subscriber needs to send a subscription request to the response team
314 the subscriber to the list. After subscription the subscriber will receive
/openbmc/linux/arch/s390/kvm/
H A Dpv.c535 static void kvm_s390_pv_mmu_notifier_release(struct mmu_notifier *subscription, in kvm_s390_pv_mmu_notifier_release() argument
538 struct kvm *kvm = container_of(subscription, struct kvm, arch.pv.mmu_notifier); in kvm_s390_pv_mmu_notifier_release()
/openbmc/docs/
H A Drest-api.md313 ## Event subscription protocol
321 Following is a description of the event subscription protocol, with example JS
/openbmc/linux/Documentation/driver-api/
H A Dconnector.rst135 option. To drop a multicast subscription, one should call the above socket
/openbmc/linux/Documentation/networking/
H A Dbatman-adv.rst162 b.a.t.m.a.n@lists.open-mesh.org (optional subscription at
H A Dphonet.rst122 Resource subscription
H A 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.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/
H A D0001-Fix-build-with-fno-common.patch246 /* Node subscription */
/openbmc/bmcweb/
H A Dmeson.build367 'redfish-core/src/subscription.cpp',
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dsecurity-subjects.rst61 initiatives. For more information, including subscription information,

12