/kernel/linux/linux-5.10/net/tipc/ |
H A D | subscr.c | 42 u32 found_lower, u32 found_upper, in tipc_sub_send_event() 50 tipc_evt_write(evt, found_lower, found_lower); in tipc_sub_send_event() 63 int tipc_sub_check_overlap(struct tipc_name_seq *seq, u32 found_lower, in tipc_sub_check_overlap() argument 66 if (found_lower < seq->lower) in tipc_sub_check_overlap() 67 found_lower = seq->lower; in tipc_sub_check_overlap() 70 if (found_lower > found_upper) in tipc_sub_check_overlap() 76 u32 found_lower, u32 found_upper, in tipc_sub_report_overlap() 88 if (!tipc_sub_check_overlap(&seq, found_lower, found_upper)) in tipc_sub_report_overlap() 98 tipc_sub_send_event(sub, found_lower, found_uppe in tipc_sub_report_overlap() 41 tipc_sub_send_event(struct tipc_subscription *sub, u32 found_lower, u32 found_upper, u32 event, u32 port, u32 node) tipc_sub_send_event() argument 75 tipc_sub_report_overlap(struct tipc_subscription *sub, u32 found_lower, u32 found_upper, u32 event, u32 port, u32 node, u32 scope, int must) tipc_sub_report_overlap() argument [all...] |
H A D | subscr.h | 77 int tipc_sub_check_overlap(struct tipc_name_seq *seq, u32 found_lower, 80 u32 found_lower, u32 found_upper,
|
H A D | group.c | 678 evt.found_lower = m->instance; in tipc_group_create_event() 862 u32 instance = evt->found_lower; in tipc_group_member_evt()
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | subscr.c | 53 tipc_evt_write(evt, found_lower, p->sr.lower); in tipc_sub_send_event() 58 tipc_evt_write(evt, found_lower, s->seq.lower); in tipc_sub_send_event() 76 u32 found_lower = found->lower; in tipc_sub_check_overlap() local 79 if (found_lower < subscribed->lower) in tipc_sub_check_overlap() 80 found_lower = subscribed->lower; in tipc_sub_check_overlap() 83 return found_lower <= found_upper; in tipc_sub_check_overlap()
|
H A D | group.c | 679 evt.found_lower = m->instance; in tipc_group_create_event() 863 u32 instance = evt->found_lower; in tipc_group_member_evt()
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
H A D | lo.c | 577 int found_lower = 0; in lo_probe_possible_loctls() local 624 found_lower = 1; in lo_probe_possible_loctls() 641 return found_lower; in lo_probe_possible_loctls() 652 int found_lower; in lo_probe_loctls_statemachine() local 687 found_lower = in lo_probe_loctls_statemachine() 689 if (!found_lower) in lo_probe_loctls_statemachine()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/ |
H A D | lo.c | 577 int found_lower = 0; in lo_probe_possible_loctls() local 624 found_lower = 1; in lo_probe_possible_loctls() 641 return found_lower; in lo_probe_possible_loctls() 652 int found_lower; in lo_probe_loctls_statemachine() local 687 found_lower = in lo_probe_loctls_statemachine() 689 if (!found_lower) in lo_probe_loctls_statemachine()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | tipc.h | 130 __u32 found_lower; /* matching range */ member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | tipc.h | 130 __u32 found_lower; /* matching range */ member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | tipc.h | 70 __u32 found_lower; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | tipc.h | 70 __u32 found_lower; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | tipc.h | 57 __u32 found_lower; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/ |
H A D | phy.c | 1374 int found_lower; in b43legacy_phy_lo_g_state() local 1387 found_lower = 0; in b43legacy_phy_lo_g_state() 1420 found_lower = 1; in b43legacy_phy_lo_g_state() 1434 } while (i-- && found_lower); in b43legacy_phy_lo_g_state()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43legacy/ |
H A D | phy.c | 1374 int found_lower; in b43legacy_phy_lo_g_state() local 1387 found_lower = 0; in b43legacy_phy_lo_g_state() 1420 found_lower = 1; in b43legacy_phy_lo_g_state() 1434 } while (i-- && found_lower); in b43legacy_phy_lo_g_state()
|