| /freebsd/crypto/openssl/ssl/quic/ |
| H A D | quic_reactor.c | 43 if (!ossl_rio_notifier_init(&rtor->notifier)) in ossl_quic_reactor_init() 47 ossl_rio_notifier_cleanup(&rtor->notifier); in ossl_quic_reactor_init() 65 ossl_rio_notifier_cleanup(&rtor->notifier); in ossl_quic_reactor_cleanup() 159 return rtor->have_notifier ? &rtor->notifier : NULL; in ossl_quic_reactor_get0_notifier() 245 /* Check for notifier FD readability. */ in poll_two_fds() 424 * When this happens, we need to wake those threads using the notifier. in rtor_notify_other_threads() 426 * enters block_until_pred) due to the notifier FD becoming readable. in rtor_notify_other_threads() 427 * Therefore, signal the notifier, and use a CV to detect when all other in rtor_notify_other_threads() 435 /* Signal the notifier to wake up all threads. */ in rtor_notify_other_threads() 437 ossl_rio_notifier_signal(&rtor->notifier); in rtor_notify_other_threads() [all …]
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | ModuleList.h | 105 class Notifier { 107 virtual ~Notifier() = default; 134 ModuleList(ModuleList::Notifier *notifier); 156 /// If true, and a notifier function is set, the notifier function 159 /// When this ModuleList is the Target's ModuleList, the notifier 185 /// If true, and a notifier function is set, the notifier function 188 /// When this ModuleList is the Target's ModuleList, the notifier 416 /// If true, and a notifier function is set, the notifier function 419 /// When this ModuleList is the Target's ModuleList, the notifier 521 Notifier *m_notifier = nullptr;
|
| /freebsd/contrib/opencsd/decoder/include/common/ |
| H A D | comp_attach_pt_t.h | 117 … * Attach a notifier interface to the attachment point. Will call back on this interface whenever 120 * @param *notifier : pointer to the IComponentAttachNotifier interface. 122 void set_notifier(IComponentAttachNotifier *notifier); 147 IComponentAttachNotifier *m_notifier; /**< Optional attachement notifier interface. */ 220 template<class T> void componentAttachPt<T>::set_notifier(IComponentAttachNotifier *notifier) in set_notifier() argument 222 m_notifier = notifier; in set_notifier()
|
| H A D | comp_attach_notifier_i.h | 3 * \brief OpenCSD : Component attach point notifier interface.
|
| /freebsd/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_umem_odp.c | 82 /* Account for a new mmu notifier in an ib_ucontext. */ 88 /* Account for a terminating mmu notifier in an ib_ucontext. 307 * Note that at this point, no MMU notifier is running in ib_umem_odp_get() 328 * Note that doing an mmput can cause a notifier for the relevant mm. in ib_umem_odp_get() 329 * If the notifier is called while we hold the umem_rwsem, this will in ib_umem_odp_get() 387 * The process is already dead, notifier were removed in ib_umem_odp_release() 395 * The process' mm is already dead, notifier were in ib_umem_odp_release() 449 * handle case of a racing notifier. This check also allows us to bail in ib_umem_odp_map_dma_single_page() 450 * early if we have a notifier running in parallel with us. in ib_umem_odp_map_dma_single_page() 504 * An -EAGAIN error code is returned when a concurrent mmu notifier prevents
|
| H A D | ib_roce_gid_mgmt.c | 466 * We rely on the netdevice notifier to enumerate all existing in roce_gid_mgmt_init() 467 * devices in the system. Register to this notifier last to in roce_gid_mgmt_init()
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | quic_reactor.h | 109 RIO_NOTIFIER notifier; member 112 * Condvar to assist synchronising use of the notifier. Valid only if 137 /* 1 if notifier is present and initialised. */ 140 /* 1 if a block_until_pred call has put the notifier in the signalled state. */ 144 /* Create an OS notifier? */ 251 * via the notifier. The reactor mutex must be held while calling these
|
| H A D | rio_notifier.h | 16 * Pollable Notifier 62 * readability to determine when the notifier has been signalled.
|
| /freebsd/sys/contrib/openzfs/contrib/debian/ |
| H A D | openzfs-zfs-modules-_KVERS_.postinst.in | 12 if [ -x /usr/share/update-notifier/notify-reboot-required ]; then 13 /usr/share/update-notifier/notify-reboot-required
|
| H A D | openzfs-zfs-dkms.postinst | 47 if [ -x /usr/share/update-notifier/notify-reboot-required ]; then 48 /usr/share/update-notifier/notify-reboot-required
|
| /freebsd/sys/ofed/include/rdma/ |
| H A D | ib_umem_odp.h | 65 * also protects access to the mmu notifier counters. 70 /* When false, use the notifier counter in the ucontext struct. */ 75 /* A linked list of umems that don't have private mmu notifier
|
| /freebsd/sys/contrib/dev/athk/ath10k/ |
| H A D | snoc.h | 9 #include <linux/notifier.h> 82 void *notifier; member
|
| H A D | snoc.c | 1516 void *notifier; in ath10k_modem_init() local 1521 notifier = qcom_register_ssr_notifier("mpss", &ar_snoc->nb); in ath10k_modem_init() 1522 if (IS_ERR(notifier)) { in ath10k_modem_init() 1523 ret = PTR_ERR(notifier); in ath10k_modem_init() 1524 ath10k_err(ar, "failed to initialize modem notifier: %d\n", ret); in ath10k_modem_init() 1528 ar_snoc->notifier = notifier; in ath10k_modem_init() 1538 ret = qcom_unregister_ssr_notifier(ar_snoc->notifier, &ar_snoc->nb); in ath10k_modem_deinit() 1540 ath10k_err(ar, "error %d unregistering notifier\n", ret); in ath10k_modem_deinit()
|
| /freebsd/contrib/wpa/src/utils/ |
| H A D | eloop.h | 84 * Register a read socket notifier for the given file descriptor. The handler 97 * Unregister a read socket notifier that was previously registered with 111 * Register an event notifier for the given socket's file descriptor. The 126 * Unregister a socket event notifier that was previously registered with 162 * Unregister a generic event notifier that was previously registered with
|
| /freebsd/sys/contrib/device-tree/Bindings/arm/tegra/ |
| H A D | nvidia,tegra234-cbb.yaml | 24 Notifier (EN) which is per fabric and presents a single interrupt from 57 - description: secure interrupt from error notifier
|
| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-concurrency.md | 103 | CCM | | MT (Contentive) | Optional | Mutex, (Notifier) … 104 | TA-CCM† | | MT (Contentive) | Optional | Mutex, Thread, (Notifier)… 105 | WCM | Highest | MT (High Performance) | Yes | Mutex, Thread, Notifier … 118 “Notifier” refers to a kind of OS resource needed to allow one thread to wake
|
| /freebsd/contrib/wpa/src/drivers/ |
| H A D | driver_ndis.h | 31 HANDLE event_queue; /* NDISUIO notifier MsgQueue */
|
| /freebsd/share/man/man4/ |
| H A D | uled.4 | 49 driver provides support for Dream Cheeky WebMail Notifier and
|
| /freebsd/sys/compat/linuxkpi/common/include/net/ |
| H A D | netevent.h | 35 #include <linux/notifier.h>
|
| /freebsd/sys/compat/linuxkpi/common/src/ |
| H A D | linux_acpi.c | 41 #include <linux/notifier.h> 160 * use any type e.g. ACPI_NOTIFY_BUS_CHECK that suits notifier handler. in linux_handle_acpi_acad_event()
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | acpi_amd_wbrf.h | 34 #include <linux/notifier.h>
|
| H A D | backlight.h | 32 #include <linux/notifier.h>
|
| /freebsd/crypto/openssl/ssl/rio/ |
| H A D | poll_immediate.c | 116 * Add the notifier FD for the QUIC domain this SSL object is a part of (if in poll_translate_ssl_quic() 134 * events will cause the above notifier to become readable. Therefore, in poll_translate_ssl_quic()
|
| H A D | rio_notifier.c | 139 * The SOCKET notifier method manually creates a connected TCP socket pair by
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | ModuleList.cpp | 199 ModuleList::ModuleList(ModuleList::Notifier *notifier) in ModuleList() argument 200 : m_modules(), m_modules_mutex(), m_notifier(notifier) {} in ModuleList()
|