Home
last modified time | relevance | path

Searched refs:MD_CLUSTER_SEND_LOCK (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/
H A Dmd-cluster.c45 #define MD_CLUSTER_SEND_LOCK 4 macro
683 * Sets the MD_CLUSTER_SEND_LOCK bit to lock the send channel.
706 !test_and_set_bit(MD_CLUSTER_SEND_LOCK, &cinfo->state)); in lock_comm()
718 clear_bit(MD_CLUSTER_SEND_LOCK, &cinfo->state); in unlock_comm()
1060 !test_and_set_bit(MD_CLUSTER_SEND_LOCK, &cinfo->state) || in metadata_update_start()
/kernel/linux/linux-6.6/drivers/md/
H A Dmd-cluster.c45 #define MD_CLUSTER_SEND_LOCK 4 macro
686 * Sets the MD_CLUSTER_SEND_LOCK bit to lock the send channel.
709 !test_and_set_bit(MD_CLUSTER_SEND_LOCK, &cinfo->state)); in lock_comm()
721 clear_bit(MD_CLUSTER_SEND_LOCK, &cinfo->state); in unlock_comm()
1064 !test_and_set_bit(MD_CLUSTER_SEND_LOCK, &cinfo->state) || in metadata_update_start()

Completed in 5 milliseconds