Home
last modified time | relevance | path

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

/linux-6.15/kernel/
H A Dtaskstats.c111 struct listener_list *listeners) in send_cpu_listeners() argument
121 down_read(&listeners->sem); in send_cpu_listeners()
138 up_read(&listeners->sem); in send_cpu_listeners()
147 down_write(&listeners->sem); in send_cpu_listeners()
154 up_write(&listeners->sem); in send_cpu_listeners()
297 struct listener_list *listeners; in add_del_listener() local
323 down_write(&listeners->sem); in add_del_listener()
331 up_write(&listeners->sem); in add_del_listener()
341 down_write(&listeners->sem); in add_del_listener()
349 up_write(&listeners->sem); in add_del_listener()
[all …]
/linux-6.15/net/netlink/
H A Daf_netlink.c77 struct listeners { struct
535 struct listeners *listeners; in netlink_update_listeners() local
537 listeners = nl_deref_protected(tbl->listeners); in netlink_update_listeners()
538 if (!listeners) in netlink_update_listeners()
1361 struct listeners *listeners; in netlink_has_listeners() local
1366 listeners = rcu_dereference(nl_table[sk->sk_protocol].listeners); in netlink_has_listeners()
1996 struct listeners *listeners = NULL; in __netlink_kernel_create() local
2018 if (!listeners) in __netlink_kernel_create()
2034 rcu_assign_pointer(nl_table[unit].listeners, listeners); in __netlink_kernel_create()
2831 struct listeners *listeners; in netlink_add_usersock_entry() local
[all …]
H A Daf_netlink.h64 struct listeners __rcu *listeners; member
/linux-6.15/fs/notify/fanotify/
H A DKconfig20 Say Y here is you want fanotify listeners to be able to make permissions
22 listeners which need to scan files before allowing the system access to
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-uevent24 listeners. The UUID value appears in uevent as
/linux-6.15/drivers/md/dm-vdo/
H A Dvdo.h72 struct read_only_listener *listeners; member
H A Dvdo.c643 for (listener = vdo_forget(thread->listeners); listener != NULL; listener = next) { in free_listeners()
1005 .next = thread->listeners, in vdo_register_read_only_listener()
1008 thread->listeners = read_only_listener; in vdo_register_read_only_listener()
1146 listener = thread->listeners; in make_thread_read_only()
/linux-6.15/Documentation/netlink/specs/
H A Dnfsd.yaml201 doc: get nfs running listeners
/linux-6.15/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore.h209 const struct mlxsw_listener *listeners,
212 const struct mlxsw_listener *listeners,
H A Dcore.c2604 const struct mlxsw_listener *listeners, in mlxsw_core_traps_register() argument
2611 &listeners[i], in mlxsw_core_traps_register()
2621 &listeners[i], in mlxsw_core_traps_register()
2629 const struct mlxsw_listener *listeners, in mlxsw_core_traps_unregister() argument
2636 &listeners[i], in mlxsw_core_traps_unregister()
H A Dspectrum.c2543 err = mlxsw_core_traps_register(mlxsw_sp->core, mlxsw_sp->listeners, in mlxsw_sp_traps_init()
2563 mlxsw_core_traps_unregister(mlxsw_sp->core, mlxsw_sp->listeners, in mlxsw_sp_traps_fini()
3290 mlxsw_sp->listeners = mlxsw_sp1_listener; in mlxsw_sp1_init()
3324 mlxsw_sp->listeners = mlxsw_sp2_listener; in mlxsw_sp2_init()
3358 mlxsw_sp->listeners = mlxsw_sp2_listener; in mlxsw_sp3_init()
3392 mlxsw_sp->listeners = mlxsw_sp2_listener; in mlxsw_sp4_init()
H A Dspectrum.h204 const struct mlxsw_listener *listeners; member
/linux-6.15/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-fm-rx.rst32 static display on a receiver. It is the primary aid to listeners in
H A Dext-ctrls-fm-tx.rst39 listeners in programme service identification and selection. In
/linux-6.15/Documentation/accounting/
H A Dtaskstats.rst171 listeners to receive exit data.
173 - create more listeners and reduce the number of cpus being listened to by
/linux-6.15/Documentation/networking/
H A Dxfrm_sync.rst156 XFRM_MSG_NEWAE is also issued to any listeners as described in iii).
H A Dip-sysctl.rst824 If the listener has SO_REUSEPORT enabled, other listeners on the
834 Note that migration between listeners with different settings may
852 either enable for all listeners with another flag (0x400) or
853 enable individual listeners via TCP_FASTOPEN socket option with
866 0x400 (server) enable all listeners to support Fast Open by
/linux-6.15/Documentation/admin-guide/cgroup-v1/
H A Dmemory.rst867 notification only if there are no event listeners for group C.
877 event listeners at each level, with the "hierarchy" mode. In the above
/linux-6.15/drivers/net/
H A DKconfig315 Gateway Encapsulates IGMP/MLD traffic from listeners to the Relay.