Searched refs:highest_node (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/tipc/
H A Dcluster.c83 c_ptr->highest_node = 0;
106 for (n_num = 1; n_num <= c_ptr->highest_node; n_num++) {
123 for (; n_num <= c_ptr->highest_node; n_num++) {
147 if (n_num > c_ptr->highest_node)
148 c_ptr->highest_node = n_num;
160 u32 ulim = c_ptr->highest_node;
206 if (!c_ptr->highest_node)
210 while (mask > c_ptr->highest_node) {
214 assert(start_entry <= c_ptr->highest_node);
217 for (n_num = start_entry; n_num <= c_ptr->highest_node; n_nu
[all...]
H A Dcluster.h50 * @highest_node: id of highest numbered node within cluster
58 u32 highest_node; member in struct:cluster
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/tipc/
H A Dcluster.c83 c_ptr->highest_node = 0;
106 for (n_num = 1; n_num <= c_ptr->highest_node; n_num++) {
123 for (; n_num <= c_ptr->highest_node; n_num++) {
147 if (n_num > c_ptr->highest_node)
148 c_ptr->highest_node = n_num;
160 u32 ulim = c_ptr->highest_node;
206 if (!c_ptr->highest_node)
210 while (mask > c_ptr->highest_node) {
214 assert(start_entry <= c_ptr->highest_node);
217 for (n_num = start_entry; n_num <= c_ptr->highest_node; n_nu
[all...]
H A Dcluster.h50 * @highest_node: id of highest numbered node within cluster
58 u32 highest_node; member in struct:cluster
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/Documentation/vm/
H A Dslabinfo.c56 int highest_node = 0; variable
267 if (node > highest_node)
268 highest_node = node;
339 if (!highest_node) {
349 for(node = 0; node <= highest_node; node++)
352 for(node = 0; node <= highest_node; node++)
357 for(node = 0; node <= highest_node; node++) {
366 for(node = 0; node <= highest_node; node++) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/Documentation/vm/
H A Dslabinfo.c56 int highest_node = 0; variable
267 if (node > highest_node)
268 highest_node = node;
339 if (!highest_node) {
349 for(node = 0; node <= highest_node; node++)
352 for(node = 0; node <= highest_node; node++)
357 for(node = 0; node <= highest_node; node++) {
366 for(node = 0; node <= highest_node; node++) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ocfs2/cluster/
H A Dheartbeat.c738 int i, ret, highest_node, change = 0; local
749 highest_node = o2hb_highest_node(configured_nodes, O2NM_MAX_NODES);
750 if (highest_node >= O2NM_MAX_NODES) {
759 ret = o2hb_read_slots(reg, highest_node + 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ocfs2/cluster/
H A Dheartbeat.c738 int i, ret, highest_node, change = 0; local
749 highest_node = o2hb_highest_node(configured_nodes, O2NM_MAX_NODES);
750 if (highest_node >= O2NM_MAX_NODES) {
759 ret = o2hb_read_slots(reg, highest_node + 1);

Completed in 82 milliseconds