Home
last modified time | relevance | path

Searched refs:comm_len (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_module.c35 int comm_len; member
64 out->comm_len = BPF_CORE_READ_STR_INTO(&out->comm, task, comm); in BPF_PROG()
98 out->comm_len = BPF_CORE_READ_STR_INTO(&out->comm, task, comm); in BPF_PROG()
H A Dtest_core_reloc_kernel.c23 int comm_len; member
105 out->comm_len = BPF_CORE_READ_STR_INTO( in test_core_kernel()
H A Dcore_reloc_types.h15 int comm_len; member
33 int comm_len; member
/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-mlxcpld.c228 u8 comm_len) in mlxcpld_i2c_set_transf_data()
241 if (priv->xfer.cmd == I2C_M_RD && comm_len != msgs[0].len) { in mlxcpld_i2c_set_transf_data()
243 priv->xfer.data_len = comm_len - priv->xfer.addr_width; in mlxcpld_i2c_set_transf_data()
246 priv->xfer.data_len = comm_len; in mlxcpld_i2c_set_transf_data()
405 u8 comm_len = 0; in mlxcpld_i2c_xfer() local
415 comm_len += msgs[i].len; in mlxcpld_i2c_xfer()
436 mlxcpld_i2c_set_transf_data(priv, msgs, num, comm_len); in mlxcpld_i2c_xfer()
226 mlxcpld_i2c_set_transf_data(struct mlxcpld_i2c_priv *priv, struct i2c_msg *msgs, int num, u8 comm_len) mlxcpld_i2c_set_transf_data() argument
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-mlxcpld.c216 u8 comm_len) in mlxcpld_i2c_set_transf_data()
229 if (priv->xfer.cmd == I2C_M_RD && comm_len != msgs[0].len) { in mlxcpld_i2c_set_transf_data()
231 priv->xfer.data_len = comm_len - priv->xfer.addr_width; in mlxcpld_i2c_set_transf_data()
234 priv->xfer.data_len = comm_len; in mlxcpld_i2c_set_transf_data()
393 u8 comm_len = 0; in mlxcpld_i2c_xfer() local
403 comm_len += msgs[i].len; in mlxcpld_i2c_xfer()
424 mlxcpld_i2c_set_transf_data(priv, msgs, num, comm_len); in mlxcpld_i2c_xfer()
214 mlxcpld_i2c_set_transf_data(struct mlxcpld_i2c_priv *priv, struct i2c_msg *msgs, int num, u8 comm_len) mlxcpld_i2c_set_transf_data() argument
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_kernel.c23 int comm_len; member
90 out->comm_len = BPF_CORE_READ_STR_INTO( in test_core_kernel()
H A Dcore_reloc_types.h15 int comm_len; member
/kernel/linux/linux-6.6/tools/perf/util/
H A Dthread.h47 int comm_len; in DECLARE_RC_STRUCT() local
204 return RC_CHK_ACCESS(thread)->comm_len; in thread__var_comm_len()
209 RC_CHK_ACCESS(thread)->comm_len = len; in thread__set_comm_len()
H A Dthread.c320 int comm_len = thread__var_comm_len(thread); in thread__comm_len() local
322 if (!comm_len) { in thread__comm_len()
327 comm_len = __thread__comm_len(thread, comm); in thread__comm_len()
331 return comm_len; in thread__comm_len()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dthread.c316 if (!thread->comm_len) { in thread__comm_len()
320 thread->comm_len = strlen(comm); in thread__comm_len()
323 return thread->comm_len; in thread__comm_len()
H A Dthread.h44 int comm_len; member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dcore_reloc.c29 .comm_len = sizeof("test_progs"), \
557 .comm_len = sizeof("test_progs"),
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dcore_reloc.c460 .comm_len = sizeof("test_progs"),

Completed in 13 milliseconds