Searched refs:quorum (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/cluster/ |
H A D | quorum.c | 9 /* This quorum hack is only here until we transition to some more rational 28 * So nodes that are in this transtion put a hold on the quorum decision 40 #include "quorum.h" 94 int quorum; in o2quo_make_decision() local 115 quorum = (qs->qs_heartbeating + 1)/2; in o2quo_make_decision() 116 if (qs->qs_connected < quorum) { in o2quo_make_decision() 119 "to make a quorum out of %u heartbeating nodes\n", in o2quo_make_decision() 120 qs->qs_connected, quorum, in o2quo_make_decision() 129 quorum = qs->qs_heartbeating / 2; in o2quo_make_decision() 130 if (qs->qs_connected < quorum) { in o2quo_make_decision() [all...] |
H A D | Makefile | 5 quorum.o tcp.o netdebug.o
|
H A D | heartbeat.c | 29 #include "quorum.h" 128 * dependent users and the quorum region count is <= O2HB_PIN_CUT_OFF. All 287 int failed, quorum; in o2hb_write_timeout() local 302 quorum = bitmap_weight(o2hb_quorum_region_bitmap, in o2hb_write_timeout() 307 quorum, failed); in o2hb_write_timeout() 311 * of quorum regions in o2hb_write_timeout() 313 if ((failed << 1) < quorum) in o2hb_write_timeout() 852 /* Tag region as quorum only after thread reaches steady state */ in o2hb_set_quorum_device() 862 * A region can be added to the quorum only when it sees all in o2hb_set_quorum_device() 870 printk(KERN_NOTICE "o2hb: Region %s (%s) is now a quorum devic in o2hb_set_quorum_device() [all...] |
/kernel/linux/linux-6.6/fs/ocfs2/cluster/ |
H A D | quorum.c | 7 /* This quorum hack is only here until we transition to some more rational 26 * So nodes that are in this transtion put a hold on the quorum decision 38 #include "quorum.h" 92 int quorum; in o2quo_make_decision() local 113 quorum = (qs->qs_heartbeating + 1)/2; in o2quo_make_decision() 114 if (qs->qs_connected < quorum) { in o2quo_make_decision() 117 "to make a quorum out of %u heartbeating nodes\n", in o2quo_make_decision() 118 qs->qs_connected, quorum, in o2quo_make_decision() 127 quorum = qs->qs_heartbeating / 2; in o2quo_make_decision() 128 if (qs->qs_connected < quorum) { in o2quo_make_decision() [all...] |
H A D | Makefile | 5 quorum.o tcp.o netdebug.o
|
H A D | heartbeat.c | 27 #include "quorum.h" 126 * dependent users and the quorum region count is <= O2HB_PIN_CUT_OFF. All 283 int failed, quorum; in o2hb_write_timeout() local 298 quorum = bitmap_weight(o2hb_quorum_region_bitmap, in o2hb_write_timeout() 303 quorum, failed); in o2hb_write_timeout() 307 * of quorum regions in o2hb_write_timeout() 309 if ((failed << 1) < quorum) in o2hb_write_timeout() 845 /* Tag region as quorum only after thread reaches steady state */ in o2hb_set_quorum_device() 855 * A region can be added to the quorum only when it sees all in o2hb_set_quorum_device() 863 printk(KERN_NOTICE "o2hb: Region %s (%pg) is now a quorum devic in o2hb_set_quorum_device() [all...] |
Completed in 7 milliseconds