Searched refs:found_lower (Results 1 - 5 of 5) sorted by relevance

/linux-master/net/tipc/
H A Dsubscr.c53 tipc_evt_write(evt, found_lower, p->sr.lower);
58 tipc_evt_write(evt, found_lower, s->seq.lower);
76 u32 found_lower = found->lower; local
79 if (found_lower < subscribed->lower)
80 found_lower = subscribed->lower;
83 return found_lower <= found_upper;
H A Dgroup.c679 evt.found_lower = m->instance;
863 u32 instance = evt->found_lower;
/linux-master/include/uapi/linux/
H A Dtipc.h130 __u32 found_lower; /* matching range */ member in struct:tipc_event
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dlo.c577 int found_lower = 0; local
624 found_lower = 1;
641 return found_lower;
652 int found_lower; local
687 found_lower =
689 if (!found_lower)
/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A Dphy.c1374 int found_lower; local
1387 found_lower = 0;
1420 found_lower = 1;
1434 } while (i-- && found_lower);

Completed in 161 milliseconds