Searched refs:comm_len (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_core_reloc_module.c | 35 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 D | test_core_reloc_kernel.c | 23 int comm_len; member 105 out->comm_len = BPF_CORE_READ_STR_INTO( in test_core_kernel()
|
H A D | core_reloc_types.h | 15 int comm_len; member 33 int comm_len; member
|
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-mlxcpld.c | 228 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 D | i2c-mlxcpld.c | 216 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 D | test_core_reloc_kernel.c | 23 int comm_len; member 90 out->comm_len = BPF_CORE_READ_STR_INTO( in test_core_kernel()
|
H A D | core_reloc_types.h | 15 int comm_len; member
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | thread.h | 47 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 D | thread.c | 320 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 D | thread.c | 316 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 D | thread.h | 44 int comm_len; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | core_reloc.c | 29 .comm_len = sizeof("test_progs"), \ 557 .comm_len = sizeof("test_progs"),
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | core_reloc.c | 460 .comm_len = sizeof("test_progs"),
|
Completed in 13 milliseconds