| /linux/tools/perf/Documentation/ |
| H A 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 …]
|
| /linux/kernel/liveupdate/ |
| H A D | luo_session.c | 9 * DOC: LUO Sessions 11 * LUO Sessions provide the core mechanism for grouping and managing `struct 19 * - Named Containers: Sessions are identified by a unique, user-provided name, 29 * created, containing the count of sessions and the physical address of this 39 * active sessions and writes their metadata into a memory area preserved 44 * luo_session` objects representing the preserved sessions. 72 /* 16 4K pages, give space for 744 sessions */ 79 * struct luo_session_header - Header struct for managing LUO sessions. 80 * @count: The number of sessions currently tracked in the @list. 100 * struct luo_session_global - Global container for managing LUO sessions. [all …]
|
| H A D | luo_internal.h | 51 * struct luo_file_set - A set of files that belong to the same sessions. 72 * previous kernel) sessions.
|
| /linux/Documentation/networking/ |
| H A 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):: 488 - Bridging L2TP sessions which have PPP pseudowire types (this is also called 490 channels of the two L2TP sessions to be bridged:: [all …]
|
| H A 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::
|
| H A D | j1939.rst | 50 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/Documentation/ABI/testing/ |
| H A 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
|
| /linux/tools/testing/selftests/liveupdate/ |
| H A D | luo_multi_session.c | 7 * A selftest to validate the end-to-end lifecycle of multiple LUO sessions 8 * across a kexec reboot, including empty sessions and sessions with multiple 40 ksft_print_msg("[STAGE 1] Creating empty sessions '%s' and '%s'...\n", in run_stage_1() 94 ksft_print_msg("[STAGE 2] Retrieving all sessions...\n"); in run_stage_2() 133 ksft_print_msg("[STAGE 2] Finalizing all test sessions...\n"); in run_stage_2()
|
| H A D | liveupdate.c | 15 * - Session management: creation of unique sessions, and duplicate name detection. 108 * Verifies that attempting to create two sessions with the same name fails 132 * Test Case: Create Distinct Sessions 134 * Verifies that creating two sessions with different names succeeds. 254 * Verifies a more complex scenario with multiple sessions and a mix of empty
|
| /linux/tools/perf/ |
| H A D | builtin-daemon.c | 66 * - all sessions have OK state on the function exit 92 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() 305 * Mark all sessions for kill, the server config in setup_server_config() 309 list_for_each_entry(session, &daemon->sessions, list) in setup_server_config() 405 * the sessions state. The reason is that multiple signals can get in handle_signalfd() 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() [all …]
|
| /linux/fs/nfs/ |
| H A D | nfs4session.h | 20 /* Sessions slot seqid */ 33 /* Sessions */ 129 * Determine if sessions are in use. 165 * Determine if sessions are in use.
|
| /linux/drivers/tee/amdtee/ |
| H A 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
|
| /linux/drivers/target/tcm_fc/ |
| H A 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 */
|
| H A 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.
|
| /linux/Documentation/core-api/ |
| H A D | liveupdate.rst | 11 LUO Sessions 14 :doc: LUO Sessions
|
| /linux/Documentation/security/tpm/ |
| H A D | tpm-security.rst | 93 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/drivers/net/wwan/iosm/ |
| H A D | iosm_ipc_mux.h | 314 * @session: Array of the MUX sessions. 323 * @nr_sessions: Number of sessions 435 * ipc_mux_get_max_sessions - Returns the maximum sessions supported on the 439 * Returns: Number of sessions supported on Success and failure value on error
|
| /linux/fs/smb/server/ |
| H A D | connection.c | 39 xa_destroy(&conn->sessions); in ksmbd_conn_free() 85 xa_init(&conn->sessions); in ksmbd_conn_alloc() 167 if (conn->binding || xa_load(&conn->sessions, sess_id)) in ksmbd_all_conn_set_status() 190 if (conn->binding || xa_load(&conn->sessions, sess_id)) { in ksmbd_conn_wait_idle_sess_id()
|
| H A D | connection.h | 65 struct xarray sessions; member 191 * a multi-sessions support.
|
| /linux/sound/soc/qcom/qdsp6/ |
| H A D | q6routing.c | 343 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() 498 struct session_data *session = &data->sessions[session_id]; in msm_routing_put_audio_mixer() 1099 routing_data->sessions[i].port_id = -1; in msm_routing_probe() 1100 routing_data->sessions[i].fedai_id = -1; in msm_routing_probe()
|
| /linux/net/l2tp/ |
| H A D | l2tp_core.h | 154 * Maintains a list of sessions belonging to the tunnel instance. 164 * new sessions. Protected by list_lock. 166 struct list_head session_list; /* list of sessions */
|
| /linux/include/linux/kho/abi/ |
| H A D | luo.h | 50 * This node describes all preserved user-space sessions. 85 * The LUO FDT hooks all LUO state for sessions, fds, etc.
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | switch.rst | 25 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/drivers/char/tpm/ |
| H A D | tpm2-sessions.c | 6 * Cryptographic helper routines for handling TPM2 sessions for 14 * sessions where a random secret used in session construction is 30 * with and thus all sessions must have been cryptographically secure. 91 * sessions (i.e. after all the handles). Once the buffer has 316 /* offset tells us where the sessions area begins */ in tpm_buf_append_auth() 631 /* point offset_s to the start of the sessions */ in tpm_buf_fill_hmac_session() 787 dev_err(&chip->dev, "TPM: HMAC response check has no sessions tag\n"); in tpm_buf_check_hmac_response() 802 /* skip over any sessions before ours */ in tpm_buf_check_hmac_response() 1375 * tpm2_sessions_init() - start of day initialization for the sessions code
|
| /linux/tools/lib/perf/include/perf/ |
| H A D | bpf_perf.h | 20 * sessions of these events exit, the leader prog, its maps, and the
|