Searched refs:comm_len (Results 1 – 7 of 7) sorted by relevance
35 int comm_len; member64 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()
23 int comm_len; member90 out->comm_len = BPF_CORE_READ_STR_INTO( in test_core_kernel()
15 int comm_len; member32 int comm_len; member
215 u8 comm_len) in mlxcpld_i2c_set_transf_data() argument228 if (priv->xfer.cmd == I2C_M_RD && comm_len != msgs[0].len) { in mlxcpld_i2c_set_transf_data()230 priv->xfer.data_len = comm_len - priv->xfer.addr_width; in mlxcpld_i2c_set_transf_data()233 priv->xfer.data_len = comm_len; in mlxcpld_i2c_set_transf_data()392 u8 comm_len = 0; in mlxcpld_i2c_xfer() local402 comm_len += msgs[i].len; in mlxcpld_i2c_xfer()423 mlxcpld_i2c_set_transf_data(priv, msgs, num, comm_len); in mlxcpld_i2c_xfer()
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()
44 int comm_len; member
28 .comm_len = sizeof("test_progs"), \497 .comm_len = sizeof("test_progs"),
Completed in 21 milliseconds