Searched refs:msg_to_pull_mutex (Results 1 – 2 of 2) sorted by relevance
1246 mutex_init(&ch_sn2->msg_to_pull_mutex); in xpc_setup_ch_structures_sn2()1918 if (mutex_lock_interruptible(&ch_sn2->msg_to_pull_mutex) != 0) { in xpc_pull_remote_msg_sn2()1952 mutex_unlock(&ch_sn2->msg_to_pull_mutex); in xpc_pull_remote_msg_sn2()1959 mutex_unlock(&ch_sn2->msg_to_pull_mutex); in xpc_pull_remote_msg_sn2()
527 struct mutex msg_to_pull_mutex; /* next msg to pull serialization */ member