Searched refs:found_lower (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/net/tipc/ |
H A D | subscr.c | 71 u32 found_lower, u32 found_upper, tipc_subscrp_send_event() 81 sub->evt.found_lower = htohl(found_lower, sub->swap); tipc_subscrp_send_event() 95 int tipc_subscrp_check_overlap(struct tipc_subscription *sub, u32 found_lower, tipc_subscrp_check_overlap() argument 98 if (found_lower < sub->seq.lower) tipc_subscrp_check_overlap() 99 found_lower = sub->seq.lower; tipc_subscrp_check_overlap() 102 if (found_lower > found_upper) tipc_subscrp_check_overlap() 107 void tipc_subscrp_report_overlap(struct tipc_subscription *sub, u32 found_lower, tipc_subscrp_report_overlap() argument 111 if (!tipc_subscrp_check_overlap(sub, found_lower, found_upper)) tipc_subscrp_report_overlap() 116 tipc_subscrp_send_event(sub, found_lower, found_upper, event, port_ref, tipc_subscrp_report_overlap() 70 tipc_subscrp_send_event(struct tipc_subscription *sub, u32 found_lower, u32 found_upper, u32 event, u32 port_ref, u32 node) tipc_subscrp_send_event() argument
|
H A D | subscr.h | 75 int tipc_subscrp_check_overlap(struct tipc_subscription *sub, u32 found_lower, 78 u32 found_lower, u32 found_upper, u32 event,
|
/linux-4.4.14/drivers/net/wireless/b43/ |
H A D | lo.c | 590 int found_lower = 0; lo_probe_possible_loctls() local 637 found_lower = 1; lo_probe_possible_loctls() 654 return found_lower; lo_probe_possible_loctls() 665 int found_lower; lo_probe_loctls_statemachine() local 700 found_lower = lo_probe_loctls_statemachine() 702 if (!found_lower) lo_probe_loctls_statemachine()
|
/linux-4.4.14/include/uapi/linux/ |
H A D | tipc.h | 151 __u32 found_lower; /* matching name seq instances */ member in struct:tipc_event
|
/linux-4.4.14/drivers/net/wireless/b43legacy/ |
H A D | phy.c | 1399 int found_lower; b43legacy_phy_lo_g_state() local 1412 found_lower = 0; b43legacy_phy_lo_g_state() 1445 found_lower = 1; b43legacy_phy_lo_g_state() 1459 } while (i-- && found_lower); b43legacy_phy_lo_g_state()
|
Completed in 143 milliseconds