Home
last modified time | relevance | path

Searched refs:comm_len (Results 1 – 7 of 7) sorted by relevance

/linux-6.6.21/tools/testing/selftests/bpf/progs/
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()
Dtest_core_reloc_kernel.c23 int comm_len; member
105 out->comm_len = BPF_CORE_READ_STR_INTO( in test_core_kernel()
Dcore_reloc_types.h15 int comm_len; member
33 int comm_len; member
/linux-6.6.21/drivers/i2c/busses/
Di2c-mlxcpld.c216 u8 comm_len) in mlxcpld_i2c_set_transf_data() argument
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()
/linux-6.6.21/tools/perf/util/
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()
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()
/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/
Dcore_reloc.c29 .comm_len = sizeof("test_progs"), \
557 .comm_len = sizeof("test_progs"),