Searched refs:session (Results 126 - 150 of 252) sorted by relevance

1234567891011

/linux-master/tools/perf/arch/s390/util/
H A Dauxtrace.c32 struct perf_session *session __maybe_unused,
/linux-master/drivers/md/dm-vdo/
H A DMakefile51 indexer/index-session.o \
/linux-master/drivers/char/hw_random/
H A Doptee-rng.c56 * @session_id: RNG TA session identifier.
87 inv_arg.session = pvt_data->session_id;
187 inv_arg.session = pvt_data.session_id;
228 /* Open session with hwrng Trusted App */
240 pvt_data.session_id = sess_arg.session;
/linux-master/drivers/nvmem/
H A Dstm32-bsec-optee-ta.c70 /* Open a session to OP-TEE for STM32MP BSEC TA */
88 *id = sess_arg.session;
94 /* close a session to OP-TEE for STM32MP BSEC TA */
158 arg.session = session_id;
226 arg.session = session_id;
/linux-master/tools/perf/util/
H A Djitdump.c26 #include "session.h"
37 struct perf_session *session; member in struct:jit_buf_desc
122 jit_validate_events(struct perf_session *session) argument
129 evlist__for_each_entry(session->evlist, evsel) {
207 if (jd->use_arch_timestamp && !jd->session->time_conv.time_mult) {
215 if (!jd->use_arch_timestamp && jit_validate_events(jd->session)) {
395 struct perf_record_time_conv *time_conv = &jd->session->time_conv;
427 struct perf_tool *tool = jd->session->tool;
546 struct perf_tool *tool = jd->session->tool;
821 jit_process(struct perf_session *session, argument
[all...]
H A Dbpf-event.c19 #include "session.h"
86 * the end of the session.
164 static int perf_event__synthesize_one_bpf_prog(struct perf_session *session, argument
173 struct perf_tool *tool = session->tool;
187 env = session->data ? &session->header.env : &perf_env;
378 int perf_event__synthesize_bpf_events(struct perf_session *session, argument
419 err = perf_event__synthesize_one_bpf_prog(session, process,
439 .tool = session->tool,
518 * the end of the session
[all...]
H A Dbuild-id.c26 #include "session.h"
382 int perf_session__write_buildid_table(struct perf_session *session, argument
386 int err = machine__write_buildid_table(&session->machines.host, fd);
391 for (nd = rb_first_cached(&session->machines.guests); nd;
948 int __perf_session__cache_build_ids(struct perf_session *session, argument
957 return machines__for_each_dso(&session->machines, fn, priv) ? -1 : 0;
960 int perf_session__cache_build_ids(struct perf_session *session) argument
962 return __perf_session__cache_build_ids(session, dso__cache_build_id, NULL);
970 bool perf_session__read_build_ids(struct perf_session *session, bool with_hits) argument
973 bool ret = machine__read_build_ids(&session
[all...]
H A Dbpf_off_cpu.c9 #include "util/session.h"
294 int off_cpu_write(struct perf_session *session) argument
300 struct perf_data_file *file = &session->data->file;
312 evsel = evlist__find_evsel_by_str(session->evlist, OFFCPU_EVENT);
H A Dkvm-stat.h84 struct perf_session *session; member in struct:perf_kvm_stat
/linux-master/drivers/char/tpm/
H A Dtpm2-sessions.c10 * session, meaning in-flight tampering would be detected and in
14 * sessions where a random secret used in session construction is
23 * be) session protected, so a clever Man in the Middle could return a
25 * and decode all subsequent session based transactions. The kernel
44 * and gets a session from the TPM. This must be called before
45 * any of the following functions. The session is protected by a
48 * tpm2_end_auth_session() kills the session and frees the resources.
57 * tpm_buf_append_hmac_session() which appends the hmac session to the
63 * tpm_buf_check_hmac_response() which checks the session response in
67 * TPM_SA_CONTINUE_SESSION then the session wil
107 u32 session; member in struct:tpm2_auth
[all...]
/linux-master/tools/perf/
H A Dbuiltin-diff.c15 #include "util/session.h"
73 struct perf_session *session; member in struct:data__file
977 struct evlist *evlist_base = data__files[0].session->evlist;
987 struct evlist *evlist = d->session->evlist;
1025 struct evlist *evlist_base = data_base->session->evlist;
1026 struct evlist *evlist_pair = data_pair->session->evlist;
1115 ret = perf_time__parse_for_ranges(*pstr, d->session,
1134 ret = perf_time__parse_for_ranges(pdiff.time_str, d->session,
1161 d->session = perf_session__new(&d->data, &pdiff.tool);
1162 if (IS_ERR(d->session)) {
[all...]
H A Dbuiltin-lock.c24 #include "util/session.h"
46 static struct perf_session *session; variable in typeref:struct:perf_session
942 struct machine *machine = &session->machines.host;
995 struct machine *machine = &session->machines.host;
1070 struct machine *machine = &session->machines.host;
1401 t = perf_session__findnew(session, st->addr);
1442 t = perf_session__findnew(session, st->tid);
1519 perf_session__set_tracepoints_handlers(session, lock_tracepoints);
1520 perf_session__set_tracepoints_handlers(session, contention_tracepoints);
1743 t = perf_session__findnew(session, pi
[all...]
H A Dbuiltin-kvm.c13 #include "util/session.h"
1237 cpuid = kvm->session->header.env.cpuid;
1291 err = perf_session__queue_event(kvm->session, event, timestamp, 0, NULL);
1345 struct ordered_events *oe = &kvm->session->ordered_events;
1619 kvm->session = perf_session__new(&file, &kvm->tool);
1620 if (IS_ERR(kvm->session)) {
1621 pr_err("Initializing perf session failed\n");
1622 return PTR_ERR(kvm->session);
1625 symbol__init(&kvm->session->header.env);
1627 if (!perf_session__has_traces(kvm->session, "kv
[all...]
H A Dbuiltin-kwork.c16 #include "util/session.h"
993 struct perf_session *session)
995 if (perf_session__set_tracepoints_handlers(session, irq_tp_handlers)) {
1089 struct perf_session *session)
1091 if (perf_session__set_tracepoints_handlers(session,
1219 struct perf_session *session)
1221 if (perf_session__set_tracepoints_handlers(session,
1287 struct perf_session *session)
1289 if (perf_session__set_tracepoints_handlers(session,
1711 struct perf_session *session)
992 irq_class_init(struct kwork_class *class, struct perf_session *session) argument
1088 softirq_class_init(struct kwork_class *class, struct perf_session *session) argument
1218 workqueue_class_init(struct kwork_class *class, struct perf_session *session) argument
1286 sched_class_init(struct kwork_class *class, struct perf_session *session) argument
1710 perf_kwork__check_config(struct perf_kwork *kwork, struct perf_session *session) argument
1791 struct perf_session *session = NULL; local
[all...]
/linux-master/drivers/firmware/arm_scmi/
H A Doptee.c107 * @tee_session: TEE session identifier
157 /* Open a session toward SCMI OP-TEE service with REE_KERNEL identity */
170 dev_err(dev, "Can't open tee session: %d / %#x\n", ret, arg.ret);
174 *tee_session = arg.session;
197 arg.session = tee_session;
237 arg.session = channel->tee_session;
262 .session = channel->tee_session,
285 .session = channel->tee_session,
447 dev_warn(dev, "Could not switch to system session, do best effort\n");
/linux-master/drivers/tee/amdtee/
H A Dcall.c218 pr_err("close session: status = 0x%x\n", status);
251 if (arg->session == 0) {
263 cmd.ta_handle = get_ta_handle(arg->session);
362 if (arg->session == 0) {
369 pr_err("invalid Params. Abort open session\n");
374 cmd.ta_handle = get_ta_handle(arg->session);
384 pr_err("open session: failed to copy output\n");
390 pr_debug("open session: session info = 0x%x\n", *info);
393 pr_debug("open session
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dxdp.c380 struct mlx5e_tx_mpwqe *session = &sq->mpwqe; local
389 *session = (struct mlx5e_tx_mpwqe) {
394 .inline_on = mlx5e_xdp_get_inline_state(sq, session->inline_on),
403 struct mlx5e_tx_mpwqe *session = &sq->mpwqe; local
404 struct mlx5_wqe_ctrl_seg *cseg = &session->wqe->ctrl;
405 u16 ds_count = session->ds_count;
414 wi->num_pkts = session->pkt_count;
420 session->wqe = NULL; /* Close session */
453 struct mlx5e_tx_mpwqe *session local
[all...]
/linux-master/fs/nfsd/
H A Dnfs4callback.c151 const struct nfsd4_session *session)
156 xdr_encode_opaque_fixed(p, session->se_sessionid.data,
390 struct nfsd4_session *session = cb->cb_clp->cl_cb_session; local
397 encode_sessionid4(xdr, session);
400 *p++ = cpu_to_be32(session->se_cb_seq_nr); /* csa_sequenceid */
433 struct nfsd4_session *session = cb->cb_clp->cl_cb_session; local
446 if (memcmp(p, session->se_sessionid.data, NFS4_MAX_SESSIONID_LEN)) {
447 dprintk("NFS: %s Invalid session id\n", __func__);
453 if (dummy != session->se_cb_seq_nr) {
1236 struct nfsd4_session *session local
150 encode_sessionid4(struct xdr_stream *xdr, const struct nfsd4_session *session) argument
[all...]
/linux-master/drivers/firmware/efi/stmm/
H A Dtee_stmm_efi.c24 u32 session; member in struct:tee_stmm_efi_private
78 arg.session = pvt_data.session;
521 tee_client_close_session(pvt_data.ctx, pvt_data.session);
544 /* Open session with StMM PTA */
553 pvt_data.session = sess_arg.session;
/linux-master/fs/ceph/
H A Dsuper.h174 * session capability lists.
179 struct ceph_mds_session *session; member in struct:ceph_cap
180 struct list_head session_caps; /* per-session caplist */
382 /* capabilities. protected _both_ by i_ceph_lock and cap->session's
389 * Link to the auth cap's session's s_cap_dirty list. s_cap_dirty
398 * Link to session's s_cap_flushing list. Protected in a similar
823 struct ceph_mds_session *session);
996 struct ceph_mds_session *session,
1051 struct ceph_mds_session *session, int cap_fmode,
1056 struct ceph_mds_session *session);
[all...]
/linux-master/drivers/misc/
H A Dibmvmc.h185 u8 session; member in struct:ibmvmc_hmc
/linux-master/fs/hfs/
H A Dsuper.c150 if (sbi->session >= 0)
151 seq_printf(seq, ",session=%u", sbi->session);
200 { opt_session, "session=%u" },
237 hsb->session = -1;
299 if (match_int(&args[0], &hsb->session)) {
300 pr_err("session requires an argument\n");
/linux-master/drivers/tee/optee/
H A Doptee_msg.h195 * @session: In parameter for all OPTEE_MSG_CMD_* except
211 u32 session; member in struct:optee_msg_arg
303 * OPTEE_MSG_CMD_OPEN_SESSION opens a session to a Trusted Application.
311 * session to a Trusted Application. struct optee_msg_arg::func is Trusted
314 * OPTEE_MSG_CMD_CLOSE_SESSION closes a previously opened session to
/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_mux_codec.h52 /* Maximum number of packets in a go per session */
67 /* MUX UL session threshold factor */
73 /* MUX UL session threshold in number of packets */
76 /* Default time out for sending IPC session commands like
77 * open session, close session etc
284 * @session: Pointer to mux_session struct
288 void ipc_mux_netif_tx_flowctrl(struct mux_session *session, int idx, bool on);
307 * Returns: TRUE if any packet of any session is encoded FALSE otherwise.
/linux-master/drivers/s390/crypto/
H A Dzcrypt_ep11misc.h32 u8 session[32]; member in union:ep11keyblob::__anon192
79 * the header in the session field (old style EP11 AES key).

Completed in 268 milliseconds

1234567891011