| /kernel/linux/linux-6.6/tools/perf/Documentation/ |
| D | perf-daemon.txt | 7 perf-daemon - Run record sessions on background 24 monitors configured record sessions. 37 flight recorder sessions in above example or session that is configured 44 Sessions are configured through config file, see CONFIG FILE section 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: [all …]
|
| /kernel/linux/linux-6.6/Documentation/ABI/testing/ |
| D | sysfs-class-rnbd-server | 23 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
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-class-rnbd-server | 23 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
|
| /kernel/linux/linux-5.10/Documentation/networking/ |
| D | l2tp.rst | 27 An L2TP tunnel carries one or more L2TP sessions. Each tunnel is 31 and whether it is a control or data packet. When tunnels and sessions 37 operations when establishing tunnels and sessions. The procedure looks 89 An L2TP tunnel and all of its sessions are automatically closed when 217 Ethernet sessions only. 231 Ethernet sessions only. 254 Ethernet sessions only. 334 - Delete a tunnel and all of its sessions (if any):: 484 tunnels and sessions only. Its use is discouraged. 509 keeps a list of sessions in the tunnel. When a tunnel is first [all …]
|
| D | cdc_mbim.rst | 173 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::
|
| D | tls.rst | 224 number of TX and RX sessions currently installed where host handles 228 number of TX and RX sessions currently installed where NIC handles 232 number of TX and RX sessions opened with host cryptography 235 number of TX and RX sessions opened with NIC cryptography
|
| /kernel/linux/linux-6.6/Documentation/networking/ |
| D | l2tp.rst | 27 An L2TP tunnel carries one or more L2TP sessions. Each tunnel is 31 and whether it is a control or data packet. When tunnels and sessions 37 operations when establishing tunnels and sessions. The procedure looks 89 An L2TP tunnel and all of its sessions are automatically closed when 217 Ethernet sessions only. 231 Ethernet sessions only. 254 Ethernet sessions only. 334 - Delete a tunnel and all of its sessions (if any):: 484 tunnels and sessions only. Its use is discouraged. 509 keeps a list of sessions in the tunnel. When a tunnel is first [all …]
|
| D | cdc_mbim.rst | 173 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::
|
| D | tls.rst | 262 number of TX and RX sessions currently installed where host handles 266 number of TX and RX sessions currently installed where NIC handles 270 number of TX and RX sessions opened with host cryptography 273 number of TX and RX sessions opened with NIC cryptography
|
| /kernel/linux/linux-6.6/fs/smb/server/mgmt/ |
| D | user_session.c | 182 xa_for_each(&conn->sessions, id, sess) { in ksmbd_expire_session() 187 xa_erase(&conn->sessions, sess->id); in ksmbd_expire_session() 203 return xa_err(xa_store(&conn->sessions, sess->id, sess, GFP_KERNEL)); in ksmbd_session_register() 233 xa_erase(&conn->sessions, sess->id); in ksmbd_sessions_deregister() 242 xa_for_each(&conn->sessions, id, sess) { in ksmbd_sessions_deregister() 253 xa_erase(&conn->sessions, sess->id); in ksmbd_sessions_deregister() 269 sess = xa_load(&conn->sessions, id); in is_ksmbd_session_in_connection() 285 sess = xa_load(&conn->sessions, id); in ksmbd_session_lookup()
|
| /kernel/linux/linux-5.10/fs/nfs/ |
| D | nfs4session.h | 19 /* Sessions slot seqid */ 32 /* Sessions */ 128 * Determine if sessions are in use. 168 * Determine if sessions are in use.
|
| /kernel/linux/linux-6.6/fs/nfs/ |
| D | nfs4session.h | 20 /* Sessions slot seqid */ 33 /* Sessions */ 129 * Determine if sessions are in use. 165 * Determine if sessions are in use.
|
| /kernel/linux/linux-6.6/tools/perf/ |
| D | builtin-daemon.c | 65 * - all sessions have OK state on the function exit 91 struct list_head sessions; member 99 .sessions = LIST_HEAD_INIT(__daemon.sessions), 129 list_add_tail(&session->list, &config->sessions); in daemon__add_session() 137 list_for_each_entry(session, &daemon->sessions, list) { in daemon__find_session() 304 * Mark all sessions for kill, the server config in setup_server_config() 308 list_for_each_entry(session, &daemon->sessions, list) in setup_server_config() 404 * the sessions state. The reason is that multiple signals can get in handle_signalfd() 414 list_for_each_entry(session, &daemon->sessions, list) { in handle_signalfd() 475 list_for_each_entry(session, &daemon->sessions, list) { in daemon__has_alive_session() [all …]
|
| /kernel/linux/common_modules/tzdriver/core/ |
| D | Kconfig | 52 bool "open more sessions" 56 TEEOS open more sessions
|
| /kernel/linux/linux-5.10/drivers/tee/amdtee/ |
| D | amdtee_private.h | 29 /* Maximum number of sessions which can be opened with a Trusted Application */ 48 * @refcount: counter to keep track of sessions opened for the TA instance 67 * @sess_list: Keeps track of sessions opened in current TEE context
|
| /kernel/linux/linux-6.6/drivers/tee/amdtee/ |
| D | amdtee_private.h | 29 /* Maximum number of sessions which can be opened with a Trusted Application */ 48 * @refcount: counter to keep track of sessions opened for the TA instance 67 * @sess_list: Keeps track of sessions opened in current TEE context
|
| /kernel/linux/linux-6.6/drivers/target/tcm_fc/ |
| D | tcm_fc.h | 41 * Hash table of sessions per local port. 57 u32 sess_count; /* number of sessions in hash */ 59 struct hlist_head hash[FT_SESS_HASH_SIZE]; /* list of sessions */
|
| D | tfc_sess.c | 155 * Sessions and hash lists are RCU-protected. 284 * Delete all sessions from tport. 302 * TCM ops for sessions. 344 * libfc ops involving sessions.
|
| /kernel/linux/linux-5.10/drivers/target/tcm_fc/ |
| D | tcm_fc.h | 41 * Hash table of sessions per local port. 57 u32 sess_count; /* number of sessions in hash */ 59 struct hlist_head hash[FT_SESS_HASH_SIZE]; /* list of sessions */
|
| D | tfc_sess.c | 155 * Sessions and hash lists are RCU-protected. 284 * Delete all sessions from tport. 302 * TCM ops for sessions. 344 * libfc ops involving sessions.
|
| /kernel/linux/linux-6.6/fs/smb/server/ |
| D | connection.c | 39 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()
|
| /kernel/linux/linux-6.6/drivers/net/wwan/iosm/ |
| D | iosm_ipc_mux.h | 314 * @session: Array of the MUX sessions. 323 * @nr_sessions: Number of sessions 435 * ipc_mux_get_max_sessions - Retuns the maximum sessions supported on the 439 * Returns: Number of sessions supported on Success and failure value on error
|
| /kernel/linux/linux-6.6/sound/soc/qcom/qdsp6/ |
| D | q6routing.c | 342 struct session_data sessions[MAX_SESSIONS]; member 374 session = &routing_data->sessions[stream_id - 1]; in q6routing_stream_open() 431 if (fedai_id == data->sessions[i].fedai_id) in get_session_from_id() 432 return &data->sessions[i]; in get_session_from_id() 476 struct session_data *session = &priv->sessions[session_id]; in msm_routing_get_audio_mixer() 498 struct session_data *session = &data->sessions[session_id]; in msm_routing_put_audio_mixer() 1093 routing_data->sessions[i].port_id = -1; in msm_routing_probe() 1094 routing_data->sessions[i].fedai_id = -1; in msm_routing_probe()
|
| /kernel/linux/linux-5.10/sound/soc/qcom/qdsp6/ |
| D | q6routing.c | 338 struct session_data sessions[MAX_SESSIONS]; member 370 session = &routing_data->sessions[stream_id - 1]; in q6routing_stream_open() 421 if (fedai_id == data->sessions[i].fedai_id) in get_session_from_id() 422 return &data->sessions[i]; in get_session_from_id() 466 struct session_data *session = &priv->sessions[session_id]; in msm_routing_get_audio_mixer() 488 struct session_data *session = &data->sessions[session_id]; in msm_routing_put_audio_mixer() 1076 routing_data->sessions[i].port_id = -1; in msm_routing_probe() 1077 routing_data->sessions[i].fedai_id = -1; in msm_routing_probe()
|
| /kernel/linux/linux-5.10/net/l2tp/ |
| D | l2tp_core.h | 153 * Maintains a hashlist of sessions belonging to the tunnel instance. 165 * new sessions. Protected by hlist_lock. 168 /* hashed list of sessions, hashed by id */
|