Searched refs:ok (Results 26 - 50 of 215) sorted by relevance

123456789

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtimer_mim_reject.c37 __u64 ok; variable
H A Dtimer.c60 __u64 ok; variable
128 ok |= 1;
208 ok |= 2;
222 ok |= 4;
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dtc_police_scale.sh48 conform-exceed drop/ok
H A Dtc_restrictions.sh320 action police rate 0.5kbit burst 1m conform-exceed drop/ok
325 action police rate 2.5tbit burst 1g conform-exceed drop/ok
330 action police rate 1.5kbit burst 1m conform-exceed drop/ok
337 action police rate 1.9tbit burst 1g conform-exceed drop/ok
344 action police rate 1.5kbit burst 512b conform-exceed drop/ok
349 action police rate 1.5kbit burst 2k conform-exceed drop/ok
370 action police rate 100mbit burst 100k conform-exceed drop/ok
378 action police rate 200mbit burst 200k conform-exceed drop/ok
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Ddpi.c267 bool ok; local
277 ok = dss_div_calc(dpi->dss, pck, ctx->pck_min,
279 if (ok)
280 return ok;
292 bool ok; local
294 ok = dpi_pll_clk_calc(dpi, pck_req, &ctx);
295 if (!ok)
314 bool ok; local
316 ok = dpi_dss_clk_calc(dpi, pck_req, &ctx);
317 if (!ok)
[all...]
H A Dsdi.c88 bool ok; local
100 ok = dss_div_calc(sdi->dss, pclk, ctx.pck_min,
102 if (ok) {
/linux-master/drivers/parport/
H A Dparport_gsc.c199 int ok = 0; local
207 if (parport_gsc_read_data(pb) != 0x55) ok++;
210 if (parport_gsc_read_data(pb) != 0xaa) ok++;
215 if (ok) {
222 return ok;
/linux-master/arch/mips/kernel/
H A Dcpu-probe.c721 int ok; local
732 ok = decode_config0(c); /* Read Config registers. */
733 BUG_ON(!ok); /* Arch spec violation! */
734 if (ok)
735 ok = decode_config1(c);
736 if (ok)
737 ok = decode_config2(c);
738 if (ok)
739 ok = decode_config3(c);
740 if (ok)
952 unsigned int ok; local
[all...]
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_workarounds.c1171 bool ok = true; local
1173 ok &= wa_list_verify(gt, &lists->gt_wa_list, str);
1182 ok &= engine_wa_list_verify(ce,
1186 ok &= engine_wa_list_verify(ce,
1193 return ok;
1202 bool ok; local
1218 ok = verify_wa_lists(gt, lists, "before reset");
1219 if (!ok)
1224 ok = verify_wa_lists(gt, lists, "after reset");
1232 return ok
1263 bool ok; local
[all...]
/linux-master/arch/sh/kernel/
H A Ddisassemble.c321 goto ok;
327 goto ok;
330 goto ok;
333 goto ok;
336 goto ok;
339 goto ok;
343 goto ok;
347 goto ok;
350 goto ok;
353 goto ok;
[all...]
/linux-master/crypto/
H A Dapi.c303 int ok; local
305 ok = blocking_notifier_call_chain(&crypto_chain, val, v);
306 if (ok == NOTIFY_DONE) {
308 ok = blocking_notifier_call_chain(&crypto_chain, val, v);
311 return ok;
319 int ok; local
335 ok = crypto_probing_notify(CRYPTO_MSG_ALG_REQUEST, larval);
337 if (ok == NOTIFY_STOP)
/linux-master/Documentation/sphinx/
H A Dkfigure.py313 ok = False
322 ok = ok1 and ok2
325 ok = dot2format(app, src_fname, dst_fname)
329 ok = svg2pdf(app, src_fname, dst_fname)
331 if not ok:
415 ok = svg2pdf(app, svg_fname, pdf_fname)
422 ok = bool(exit_code == 0)
424 return ok
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtimer_mim.c35 ASSERT_EQ(timer_skel->bss->ok, 1 | 2, "ok");
H A Dtimer.c63 ASSERT_EQ(timer_skel->bss->ok, 1 | 2 | 4, "ok");
/linux-master/arch/um/os-Linux/
H A Dprocess.c192 int fd, ok = 0; local
216 ok = 1;
223 return ok;
/linux-master/tools/testing/selftests/bpf/
H A Dbtf_helpers.c237 bool ok = true; local
243 ok = false;
246 return ok;
/linux-master/drivers/pcmcia/
H A Drsrc_nonstatic.c457 u_long ok; local
460 ok = inv_probe(m->next, s);
461 if (ok) {
464 return ok;
484 unsigned long b, i, ok = 0; local
504 ok += do_mem_probe(s, mm.base, mm.num, readable,
512 if (ok >= mem_limit)
515 ok += do_mem_probe(s, b, 0x10000,
521 if (ok > 0)
540 unsigned long ok local
[all...]
/linux-master/sound/isa/wavefront/
H A Dwavefront_midi.c487 int ok, i; local
516 for (ok = 0, i = 50000; i > 0 && !ok; i--) {
519 ok = 1;
525 if (!ok) {
/linux-master/tools/testing/selftests/netfilter/
H A Dnft_flowtable.sh249 local ok=1
264 ok=0
270 ok=0
273 if [ $ok -eq 1 ]; then
281 local ok=1
297 ok=0
304 ok=0
311 ok=0
318 ok=0
324 ok
[all...]
/linux-master/net/xdp/
H A Dxsk_buff_pool.c507 bool ok; local
518 ok = pool->unaligned ? xp_check_unaligned(pool, &addr) :
520 if (!ok) {
583 bool ok; local
587 ok = pool->unaligned ? xp_check_unaligned(pool, &addr) :
589 if (unlikely(!ok)) {
/linux-master/tools/testing/selftests/net/forwarding/
H A Dtc_police.sh160 action police rate 10mbit burst 16k conform-exceed drop/ok
172 action police rate 10mbit burst 16k conform-exceed drop/ok
214 action police rate 10mbit burst 16k conform-exceed drop/ok \
332 action police pkts_rate 2000 pkts_burst 400 conform-exceed drop/ok
344 action police pkts_rate 2000 pkts_burst 400 conform-exceed drop/ok
360 action police mtu 1042 conform-exceed drop/ok
/linux-master/tools/testing/selftests/x86/
H A Dsyscall_numbering.c90 #define ok(fmt, ...) msg(OK, fmt, ## __VA_ARGS__) macro
199 ok("%s returned %s as expected\n",
475 ok("All system calls succeeded or failed as expected\n");
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Dsdi.c84 bool ok; local
93 ok = dss_div_calc(pclk, ctx.pck_min, dpi_calc_dss_cb, &ctx);
94 if (ok) {
/linux-master/arch/x86/lib/
H A Dchecksum_32.S56 jz 2f # Jump if alignment is ok.
238 andl -128(%esi),%ebx # esi is 4-aligned so should be ok
283 jz 2f # Jump if alignment is ok.
/linux-master/drivers/mtd/
H A Dssfdc.c201 int ok = 0; local
223 ok = 1;
229 if (!ok)

Completed in 242 milliseconds

123456789