Searched refs:ok (Results 1 - 25 of 215) sorted by last modified time

123456789

/linux-master/net/core/
H A Dgro.c503 goto ok;
516 goto ok;
534 ok:
547 goto ok;
/linux-master/net/wireless/
H A Dnl80211.c10652 bool ok = false; local
10656 ok = true;
10660 if (!ok)
/linux-master/net/ipv4/
H A Dicmp.c840 bool ok; local
843 ok = rcu_dereference(inet_protos[proto])->icmp_strict_tag_validation;
845 return ok;
H A Dfib_frontend.c431 goto ok;
445 ok:
1200 unsigned int ok = 0; local
1282 ok |= LOCAL_OK;
1284 ok |= BRD_OK;
1286 ok |= BRD1_OK;
1288 ok |= BRD0_OK;
1297 ok |= BRD_OK;
1299 ok |= BRD1_OK;
1301 ok |
[all...]
H A Dinet_hashtables.c690 bool ok = inet_ehash_insert(sk, osk, found_dup_sk); local
692 if (ok) {
700 return ok;
1063 goto ok;
1077 goto ok;
1090 ok:
/linux-master/fs/ntfs3/
H A Dsuper.c1121 * Alternative boot is ok but primary is not ok.
1225 /* It is ok if no ATTR_LABEL */
1586 * Alternative boot is ok but primary is not ok.
1757 goto ok;
1777 ok:
H A Dfile.c505 goto ok;
653 ok:
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_main.c2298 bool ok = true; local
2301 return ok;
2312 ok = false;
2348 return ok;
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c205 /* it's ok to kfree a NULL pointer */
3589 bool ok; local
3705 ok = i40e_alloc_rx_buffers_zc(ring, I40E_DESC_UNUSED(ring));
3707 ok = !i40e_alloc_rx_buffers(ring, I40E_DESC_UNUSED(ring));
3709 if (!ok) {
4184 * a permanent lifetime so it's ok to pass to
/linux-master/fs/smb/client/
H A Dsmb2misc.c890 goto ok;
910 ok:
/linux-master/tools/perf/util/bpf_skel/
H A Dlock_contention.bpf.c174 __u8 *ok; local
176 ok = bpf_map_lookup_elem(&cpu_filter, &cpu);
177 if (!ok)
182 __u8 *ok; local
185 ok = bpf_map_lookup_elem(&task_filter, &pid);
186 if (!ok)
191 __u8 *ok; local
194 ok = bpf_map_lookup_elem(&type_filter, &flags);
195 if (!ok)
200 __u8 *ok; local
209 __u8 *ok; local
[all...]
/linux-master/fs/fuse/
H A Dinode.c1224 bool ok = true; local
1227 ok = false;
1297 ok = false;
1349 if (!ok) {
/linux-master/drivers/vhost/
H A Dvhost.c1071 bool ok; local
1078 ok = vq_memory_access_ok(d->vqs[i]->log_base,
1081 ok = true;
1083 if (!ok)
/linux-master/drivers/md/
H A Draid1.c2489 int ok = 1; local
2525 ok = rdev_set_badblocks(rdev, sector,
2527 && ok;
2534 return ok;
2927 int ok = 1; local
2931 ok = rdev_set_badblocks(rdev, sector_nr,
2933 ) && ok;
2939 if (!ok) {
3408 /* ok, everything is stopped */
/linux-master/net/ipv6/
H A Daddrconf.c2882 goto ok;
2889 goto ok;
2895 ok:
/linux-master/fs/bcachefs/
H A Djournal_types.h142 x(ok) \
/linux-master/drivers/net/
H A Dvirtio_net.c615 goto ok;
640 goto ok;
667 ok:
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_dp.c4779 bool ok; local
4782 ok = drm_dp_128b132b_lane_channel_eq_done(link_status,
4785 ok = drm_dp_channel_eq_ok(link_status, intel_dp->lane_count);
4787 if (ok)
4792 "[ENCODER:%d:%s] %s link not ok, retraining\n",
4835 * interrupts. Check if the main and AUX link state is ok.
4955 /* Retrain if link not ok */
/linux-master/drivers/acpi/
H A Dscan.c2256 goto ok;
2270 goto ok;
2280 goto ok;
2290 goto ok;
2302 ok:
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_workarounds.c1889 bool ok = true; local
1898 ok &= wa_verify(wal->gt, wa, wa->is_mcr ?
1907 return ok;
H A Dintel_execlists_submission.c808 bool ok = true; local
877 ok = false;
886 ok = false;
895 ok = false;
901 if (!ok)
/linux-master/sound/aoa/soundbus/i2sbus/
H A Dcore.c160 int i, layout = 0, rlen, ok = force; local
194 ok = 1;
205 ok = 1;
216 if (!ok) {
/linux-master/kernel/printk/
H A Dprintk.c613 goto ok;
617 goto ok;
620 ok:
/linux-master/scripts/kconfig/
H A Dqconf.cc44 QList<int> ConfigSettings::readSizes(const QString& key, bool *ok) argument
56 *ok = true;
59 *ok = false;
1265 bool ok; local
1275 QList<int> sizes = configSettings->readSizes("/split", &ok);
1276 if (ok)
1322 bool ok = true; local
1527 QList<int> sizes = configSettings->readSizes("/split1", &ok);
1528 if (ok)
1531 sizes = configSettings->readSizes("/split2", &ok);
[all...]
/linux-master/net/xfrm/
H A Dxfrm_device.c419 goto ok;
422 goto ok;
427 ok:

Completed in 764 milliseconds

123456789