Home
last modified time | relevance | path

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

12

/linux/fs/cifs/
A Ddfs_cache.c56 struct cifs_ses *sessions[CACHE_MAX_ENTRIES]; member
112 cifs_put_smb_ses(mg->sessions[i]); in __mount_group_release()
1202 if (mg->num_sessions < ARRAY_SIZE(mg->sessions)) in dfs_cache_add_refsrv_session()
1203 mg->sessions[mg->num_sessions++] = ses; in dfs_cache_add_refsrv_session()
1479 memcpy(&sessions, mg->sessions, mg->num_sessions * sizeof(mg->sessions[0])); in dfs_cache_remount_fs()
1492 rc = refresh_tcon(sessions, tcon, true); in dfs_cache_remount_fs()
1619 int max_sessions = ARRAY_SIZE(sessions) - 1; in refresh_cache_worker()
1642 memcpy(&sessions[i], mg->sessions, count * sizeof(mg->sessions[0])); in refresh_cache_worker()
1647 if (sessions[0]) { in refresh_cache_worker()
1649 refresh_mounts(sessions); in refresh_cache_worker()
[all …]
/linux/tools/perf/Documentation/
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/Documentation/ABI/testing/
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/tools/perf/
A Dbuiltin-daemon.c91 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()
308 list_for_each_entry(session, &daemon->sessions, list) in setup_server_config()
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()
708 list_for_each_entry(session, &daemon->sessions, list) { in cmd_session_list()
770 list_for_each_entry(session, &daemon->sessions, list) { in cmd_session_kill()
921 list_for_each_entry(session, &daemon->sessions, list) in daemon__signal()
[all …]
/linux/Documentation/networking/
A Dl2tp.rst27 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
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
552 Like tunnels, L2TP sessions are identified by a unique
558 stays extant while one or more sessions references it.
[all …]
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::
A Dtls.rst224 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
A Dmac80211-auth-assoc-deauth.txt85 mac80211->driver: stop BA sessions
/linux/fs/ksmbd/mgmt/
A Duser_session.c188 list_add(&sess->sessions_entry, &conn->sessions); in ksmbd_session_register()
195 while (!list_empty(&conn->sessions)) { in ksmbd_sessions_deregister()
196 sess = list_entry(conn->sessions.next, in ksmbd_sessions_deregister()
215 list_for_each_entry(sess, &conn->sessions, sessions_entry) { in ksmbd_session_lookup()
/linux/sound/soc/qcom/qdsp6/
A Dq6routing.c342 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()
/linux/drivers/media/platform/qcom/venus/
A Dhfi_parser.c190 const struct hfi_max_sessions_supported *sessions = data; in parse_max_sessions() local
192 core->max_sessions_supported = sessions->max_sessions; in parse_max_sessions()
/linux/Documentation/admin-guide/perf/
A Dqcom_l3_pmu.rst26 "perf record" will not work. Per-task perf sessions are not supported.
A Dthunderx2-pmu.rst28 work. Per-task perf sessions are also not supported.
A Dqcom_l2_pmu.rst39 not work. Per-task perf sessions are not supported.
A Darm-ccn.rst61 not work. Per-task (without "-a") perf sessions are not supported.
A Dxgene-pmu.rst49 not work. Per-task (without "-a") perf sessions are not supported.
/linux/fs/ceph/
A Dmds_client.c727 if (mdsc->sessions) { in register_session()
728 memcpy(sa, mdsc->sessions, in register_session()
730 kfree(mdsc->sessions); in register_session()
732 mdsc->sessions = sa; in register_session()
759 mdsc->sessions[mds] = s; in register_session()
781 mdsc->sessions[s->s_mds] = NULL; in __unregister_session()
4116 if (!mdsc->sessions[i]) in check_new_map()
4118 s = mdsc->sessions[i]; in check_new_map()
4237 s = mdsc->sessions[i]; in check_new_map()
4829 if (mdsc->sessions[i]) { in ceph_mdsc_close_sessions()
[all …]
A Dcaps.c2244 struct ceph_mds_session **sessions = NULL; in unsafe_request_wait() local
2258 sessions = krealloc(sessions, max * sizeof(s), __GFP_ZERO); in unsafe_request_wait()
2259 if (!sessions) in unsafe_request_wait()
2271 if (!sessions[s->s_mds]) { in unsafe_request_wait()
2273 sessions[s->s_mds] = s; in unsafe_request_wait()
2285 if (!sessions[s->s_mds]) { in unsafe_request_wait()
2287 sessions[s->s_mds] = s; in unsafe_request_wait()
2297 if (!sessions[s->s_mds]) in unsafe_request_wait()
2298 sessions[s->s_mds] = ceph_get_mds_session(s); in unsafe_request_wait()
2304 s = sessions[i]; in unsafe_request_wait()
[all …]
/linux/Documentation/devicetree/bindings/misc/
A Dqcom,fastrpc.txt48 Defination: A value indicating how many sessions can share this
/linux/Documentation/admin-guide/device-mapper/
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/fs/ksmbd/
A Dconnection.h58 struct list_head sessions; member
A Dconnection.c68 INIT_LIST_HEAD(&conn->sessions); in ksmbd_conn_alloc()
/linux/drivers/block/rnbd/
A DREADME57 different device namespaces for different sessions. See "device_path"
/linux/Documentation/networking/device_drivers/wwan/
A Diosm.rst72 upto 8 IP sessions for simultaneous IP communication.
/linux/net/l2tp/
A DKconfig62 tunneling Point-to-Point Protocol (PPP) [RFC1661] sessions.

Completed in 59 milliseconds

12