Searched refs:found (Results 26 - 50 of 1193) sorted by relevance

1234567891011>>

/linux-master/lib/
H A Dis_single_threaded.c38 goto found;
50 found:
/linux-master/arch/alpha/lib/
H A Dstrlen.S31 bne $2, found
39 found: blbs $2, done # make aligned case fast label
H A Dstrcat.S29 bne $2, $found
36 $found: negq $2, $3 # clear all but least set bit
H A Dev67-strcat.S42 bne $2, $found # U :
49 $found: cttz $2, $3 # U0 :
H A Dev67-strlen.S37 bne $2, $found # U :
44 $found:
/linux-master/net/vmw_vsock/
H A Daf_vsock_tap.c35 bool found = false; local
42 found = true;
47 pr_warn("vsock_remove_tap: %p not found\n", vt);
53 if (found)
56 return found ? 0 : -ENODEV;
/linux-master/arch/x86/platform/geode/
H A Dnet5501.c110 bool found = false; local
115 return found;
130 found = true;
137 return found;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dmpfs.h54 bool found = false; \
59 found = true; \
62 if (!found) \
/linux-master/scripts/dtc/
H A Dof_unittest_expect310 $found = 0;
315 $found = 1;
330 } elsif (! $found) {
337 printf "** %s%s$script_name WARNING - not found ---> %s\n",
384 $found = 0;
389 $found = 1;
404 if ($found) {
447 $found = 0;
450 $found = 1;
455 if ($found) {
[all...]
/linux-master/tools/usb/usbip/src/
H A Dusbip_detach.c39 int found = 0; local
62 found = 1;
70 if (!found) {
/linux-master/scripts/
H A Dshow_delta43 # raise an exception if no timing data was found
108 found = 0
116 found = 1
119 if not found:
/linux-master/drivers/net/ethernet/rocker/
H A Drocker_ofdpa.c744 struct ofdpa_flow_tbl_entry *found; local
745 size_t key_len = match->key_len ? match->key_len : sizeof(found->key);
747 hash_for_each_possible(ofdpa->flow_tbl, found,
749 if (memcmp(&found->key, &match->key, key_len) == 0)
750 return found;
760 struct ofdpa_flow_tbl_entry *found; local
761 size_t key_len = match->key_len ? match->key_len : sizeof(found->key);
768 found = ofdpa_flow_tbl_find(ofdpa, match);
770 if (found) {
771 match->cookie = found
795 struct ofdpa_flow_tbl_entry *found; local
1051 struct ofdpa_group_tbl_entry *found; local
1079 struct ofdpa_group_tbl_entry *found; local
1110 struct ofdpa_group_tbl_entry *found; local
1221 struct ofdpa_neigh_tbl_entry *found; local
1264 struct ofdpa_neigh_tbl_entry *found; local
1381 struct ofdpa_neigh_tbl_entry *found; local
1888 struct ofdpa_fdb_tbl_entry *found; local
1903 struct ofdpa_fdb_tbl_entry *found; local
1950 struct ofdpa_fdb_tbl_entry *found; local
2215 struct ofdpa_internal_vlan_tbl_entry *found; local
2231 struct ofdpa_internal_vlan_tbl_entry *found; local
2318 struct ofdpa_internal_vlan_tbl_entry *found; local
[all...]
/linux-master/arch/hexagon/kernel/
H A Dmodule.c32 int found = 0; local
39 found = i+1;
41 found = i+1;
43 found = i+1;
47 if (found) {
/linux-master/drivers/connector/
H A Dcn_queue.c65 int found = 0; local
74 found = 1;
78 if (!found)
82 if (found) {
96 int found = 0; local
102 found = 1;
108 if (found)
/linux-master/net/ipv6/
H A Dexthdrs_core.c49 * where type of the first header can be found.
171 * If target header is found, its offset is set in *offset and return protocol
193 bool found; local
211 found = (nexthdr == target);
214 if (target < 0 || found)
233 found = false;
259 if (!found)
273 if (!found) {
277 } while (!found);
/linux-master/drivers/pci/pcie/
H A Dpme.c105 bool found = false; local
117 found = true;
122 return found;
135 bool found = false; local
144 found = true;
155 found = pcie_pme_walk_bus(port->subordinate);
167 found = pcie_pme_from_pci_bridge(bus, devfn);
168 if (found)
176 found = true;
183 if (found) {
[all...]
/linux-master/drivers/pci/hotplug/
H A Dacpi_pcihp.c52 dbg("%s:%s OSHP not found\n",
184 int *found = (int *)context; local
186 *found = 1;
200 int found = 0; local
203 return found;
206 check_hotplug, NULL, (void *)&found, NULL);
207 return found;
/linux-master/kernel/
H A Dcfi.c72 bool found = false; local
78 found = is_trap(addr, mod->kcfi_traps, mod->kcfi_traps_end);
82 return found;
/linux-master/include/linux/netfilter/
H A Dnf_conntrack_common.h9 unsigned int found; member in struct:ip_conntrack_stat
/linux-master/drivers/staging/media/av7110/
H A Ddvb_filter.c24 int found = 0; local
29 while ( !found && c < count){
33 found = 1;
39 if (!found) return -1;
/linux-master/drivers/acpi/acpica/
H A Dutpredef.c67 * RETURN: Pointer to entry in predefined table. NULL indicates not found.
94 return (NULL); /* Not found */
181 * found.
211 return (NULL); /* Not found */
346 u32 found; local
350 found = 0;
356 found++;
362 return (found);
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_u32.c53 bool found; local
70 found = false;
74 found = true;
82 if (!found)
118 bool found = false; local
127 found = true;
135 if (!found)
229 bool found = false; local
263 found = true;
268 if (!found)
359 bool found = false; local
[all...]
/linux-master/arch/s390/lib/
H A Dfind.c25 goto found;
34 found:
/linux-master/tools/testing/selftests/cpufreq/
H A Dgovernor.sh90 local found=$(cat $filepath | grep $2 | wc -l)
91 if [ $found = 0 ]; then
/linux-master/drivers/w1/
H A Dw1_int.c97 int id, found; local
113 found = 0;
116 found = 1;
120 } while (found);
225 struct w1_master *dev, *found = NULL; local
232 found = dev;
237 if (!found) {
242 __w1_remove_master_device(found);

Completed in 433 milliseconds

1234567891011>>