Searched refs:percpu_msg_bytes (Results 1 – 2 of 2) sorted by relevance
292 percpu_counter_sub_local(&ns->percpu_msg_bytes, msq->q_cbytes); in freeque()508 percpu_counter_sum(&ns->percpu_msg_bytes), in msgctl_info()944 percpu_counter_add_local(&ns->percpu_msg_bytes, msgsz); in do_msgsnd()1168 percpu_counter_sub_local(&ns->percpu_msg_bytes, msg->m_ts); in do_msgrcv()1314 ret = percpu_counter_init(&ns->percpu_msg_bytes, 0, GFP_KERNEL); in msg_init_ns()1324 percpu_counter_destroy(&ns->percpu_msg_bytes); in msg_init_ns()1335 percpu_counter_destroy(&ns->percpu_msg_bytes); in msg_exit_ns()
40 struct percpu_counter percpu_msg_bytes; member