Home
last modified time | relevance | path

Searched refs:sessions (Results 1 – 25 of 55) sorted by relevance

123

/linux-6.15/tools/perf/Documentation/
H A Dperf-daemon.txt7 perf-daemon - Run record sessions on background
24 monitors configured record sessions.
37 flight recorder sessions in above example or session that is configured
82 The signal command sends signal to configured sessions.
90 The ping command sends control ping to configured sessions.
102 Base path for daemon data. All sessions data are
114 Example with 2 record sessions:
132 Check sessions:
142 Check sessions with more info:
187 Send USR2 signal to all sessions:
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-class-rnbd-server23 What: /sys/class/rnbd-server/ctl/devices/<device_name>/sessions/
30 /sys/class/rnbd-server/ctl/devices/<device_name>/sessions/<session-name>/
34 What: /sys/class/rnbd-server/ctl/devices/<device_name>/sessions/<session-name>/read_only
40 What: /sys/class/rnbd-server/ctl/devices/<device_name>/sessions/<session-name>/mapping_path
46 What: /sys/class/rnbd-server/ctl/devices/<device_name>/sessions/<session-name>/access_mode
52 What: /sys/class/rnbd-server/ctl/devices/<device_name>/sessions/<session-name>/force_close
/linux-6.15/fs/smb/server/mgmt/
H A Duser_session.c190 xa_for_each(&conn->sessions, id, sess) { in ksmbd_expire_session()
195 xa_erase(&conn->sessions, sess->id); in ksmbd_expire_session()
211 return xa_err(xa_store(&conn->sessions, sess->id, sess, KSMBD_DEFAULT_GFP)); in ksmbd_session_register()
241 xa_erase(&conn->sessions, sess->id); in ksmbd_sessions_deregister()
250 xa_for_each(&conn->sessions, id, sess) { in ksmbd_sessions_deregister()
261 xa_erase(&conn->sessions, sess->id); in ksmbd_sessions_deregister()
277 sess = xa_load(&conn->sessions, id); in is_ksmbd_session_in_connection()
293 sess = xa_load(&conn->sessions, id); in ksmbd_session_lookup()
/linux-6.15/tools/perf/
H A Dbuiltin-daemon.c92 struct list_head sessions; member
100 .sessions = LIST_HEAD_INIT(__daemon.sessions),
130 list_add_tail(&session->list, &config->sessions); in daemon__add_session()
138 list_for_each_entry(session, &daemon->sessions, list) { in daemon__find_session()
309 list_for_each_entry(session, &daemon->sessions, list) in setup_server_config()
415 list_for_each_entry(session, &daemon->sessions, list) { in handle_signalfd()
476 list_for_each_entry(session, &daemon->sessions, list) { in daemon__has_alive_session()
709 list_for_each_entry(session, &daemon->sessions, list) { in cmd_session_list()
771 list_for_each_entry(session, &daemon->sessions, list) { in cmd_session_kill()
922 list_for_each_entry(session, &daemon->sessions, list) in daemon__signal()
[all …]
/linux-6.15/Documentation/networking/
H A Dl2tp.rst217 Ethernet sessions only.
231 Ethernet sessions only.
254 Ethernet sessions only.
334 - Delete a tunnel and all of its sessions (if any)::
490 channels of the two L2TP sessions to be bridged::
607 tunnels and sessions only. Its use is discouraged.
669 Like tunnels, L2TP sessions are identified by a unique
675 stays extant while one or more sessions references it.
678 sessions are stored in separate lists. L2TPv2 sessions are keyed
687 sessions, the list entry may link to multiple sessions with that
[all …]
H A Dcdc_mbim.rst173 Multiplexed IP sessions (IPS)
175 MBIM allows multiplexing up to 256 IP sessions over a single USB data
176 channel. The cdc_mbim driver models such IP sessions as 802.1q VLAN
184 VLAN links prior to establishing MBIM IP sessions where the SessionId
200 sessions as another set of 802.1q VLAN subdevices of the master wwanY
240 Note that adding VLAN links for DSS sessions is entirely optional. A
276 sessions, which may not always be practical:
284 session 0 to a VLAN subdevice, similar to all other IP sessions. This
302 sessions on the shared USB data channel::
H A Dtls.rst288 number of TX and RX sessions currently installed where host handles
292 number of TX and RX sessions currently installed where NIC handles
296 number of TX and RX sessions opened with host cryptography
299 number of TX and RX sessions opened with NIC cryptography
317 number of successful rekeys on existing sessions for TX and RX
320 number of failed rekeys on existing sessions for TX and RX
H A Dmac80211-auth-assoc-deauth.txt85 mac80211->driver: stop BA sessions
H A Dj1939.rst50 knowing it. The individual TP & ETP sessions _must_ be serialized
82 - These are handled as simple sessions internally within the stack.
264 mentioned in the context of transport protocol sessions. These still deliver
633 sessions using the session ID (``tskey``). The session ID is assigned via the
671 errors with specific sessions.
686 processed by the kernel as **sessions**. This includes both single-frame
690 and reception. The concept of sessions allows the kernel to manage various
840 and errors as distinct sessions in user space. When this option is enabled,
1121 sessions and cannot support another.
/linux-6.15/fs/smb/server/
H A Dconnection.c39 xa_destroy(&conn->sessions); in ksmbd_conn_free()
86 xa_init(&conn->sessions); in ksmbd_conn_alloc()
169 if (conn->binding || xa_load(&conn->sessions, sess_id)) in ksmbd_all_conn_set_status()
192 if (conn->binding || xa_load(&conn->sessions, sess_id)) { in ksmbd_conn_wait_idle_sess_id()
H A Dconnection.h56 struct xarray sessions; member
/linux-6.15/sound/soc/qcom/qdsp6/
H A Dq6routing.c343 struct session_data sessions[MAX_SESSIONS]; member
375 session = &routing_data->sessions[stream_id - 1]; in q6routing_stream_open()
432 if (fedai_id == data->sessions[i].fedai_id) in get_session_from_id()
433 return &data->sessions[i]; in get_session_from_id()
477 struct session_data *session = &priv->sessions[session_id]; in msm_routing_get_audio_mixer()
499 struct session_data *session = &data->sessions[session_id]; in msm_routing_put_audio_mixer()
1094 routing_data->sessions[i].port_id = -1; in msm_routing_probe()
1095 routing_data->sessions[i].fedai_id = -1; in msm_routing_probe()
/linux-6.15/drivers/media/platform/qcom/venus/
H A Dhfi_parser.c220 const struct hfi_max_sessions_supported *sessions = data; in parse_max_sessions() local
222 core->max_sessions_supported = sessions->max_sessions; in parse_max_sessions()
224 return sizeof(*sessions); in parse_max_sessions()
/linux-6.15/drivers/char/tpm/
H A DMakefile19 tpm-y += tpm2-sessions.o
/linux-6.15/Documentation/admin-guide/perf/
H A Dqcom_l3_pmu.rst26 "perf record" will not work. Per-task perf sessions are not supported.
H A Dthunderx2-pmu.rst28 work. Per-task perf sessions are also not supported.
H A Dqcom_l2_pmu.rst39 not work. Per-task perf sessions are not supported.
H A Darm-ccn.rst61 not work. Per-task (without "-a") perf sessions are not supported.
H A Dxgene-pmu.rst49 not work. Per-task (without "-a") perf sessions are not supported.
H A Ddwc_pcie_pmu.rst94 work. Per-task (without "-a") perf sessions are not supported.
/linux-6.15/Documentation/admin-guide/device-mapper/
H A Dswitch.rst25 how many members are being used. When iSCSI sessions are created, each
35 is possible to set up multiple iSCSI sessions to use multiple network
/linux-6.15/Documentation/security/tpm/
H A Dtpm-security.rst93 we establish trust on the null seed at start of day, all sessions
131 All TPM commands the kernel uses allow sessions. HMAC sessions may be
145 decryption sessions.
/linux-6.15/Documentation/devicetree/bindings/misc/
H A Dqcom,fastrpc.yaml91 A value indicating how many sessions can share this context bank.
/linux-6.15/drivers/block/rnbd/
H A DREADME57 different device namespaces for different sessions. See "device_path"
/linux-6.15/fs/ceph/
H A Dmds_client.c987 if (mdsc->sessions) { in register_session()
988 memcpy(sa, mdsc->sessions, in register_session()
990 kfree(mdsc->sessions); in register_session()
992 mdsc->sessions = sa; in register_session()
1019 mdsc->sessions[mds] = s; in register_session()
1041 mdsc->sessions[s->s_mds] = NULL; in __unregister_session()
5026 if (!mdsc->sessions[i]) in check_new_map()
5028 s = mdsc->sessions[i]; in check_new_map()
5149 s = mdsc->sessions[i]; in check_new_map()
5943 if (mdsc->sessions[i]) { in ceph_mdsc_close_sessions()
[all …]

123