Searched refs:msg_bytes (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/gma500/ |
D | cdv_intel_dp.c | 675 int msg_bytes; in cdv_intel_dp_aux_native_write() local 685 msg_bytes = send_bytes + 4; in cdv_intel_dp_aux_native_write() 687 ret = cdv_intel_dp_aux_ch(encoder, msg, msg_bytes, &ack, 1); in cdv_intel_dp_aux_native_write() 715 int msg_bytes; in cdv_intel_dp_aux_native_read() local 726 msg_bytes = 4; in cdv_intel_dp_aux_native_read() 730 ret = cdv_intel_dp_aux_ch(encoder, msg, msg_bytes, in cdv_intel_dp_aux_native_read() 761 int msg_bytes; in cdv_intel_dp_i2c_aux_ch() local 781 msg_bytes = 5; in cdv_intel_dp_i2c_aux_ch() 786 msg_bytes = 4; in cdv_intel_dp_i2c_aux_ch() 790 msg_bytes = 3; in cdv_intel_dp_i2c_aux_ch() [all …]
|
/Linux-v4.19/include/linux/ |
D | ipc_namespace.h | 38 atomic_t msg_bytes; member
|
/Linux-v4.19/ipc/ |
D | msg.c | 270 atomic_sub(msq->q_cbytes, &ns->msg_bytes); in freeque() 480 msginfo->msgtql = atomic_read(&ns->msg_bytes); in msgctl_info() 887 atomic_add(msgsz, &ns->msg_bytes); in do_msgsnd() 1111 atomic_sub(msg->m_ts, &ns->msg_bytes); in do_msgrcv() 1247 atomic_set(&ns->msg_bytes, 0); in msg_init_ns()
|