Home
last modified time | relevance | path

Searched refs:try (Results 1 – 25 of 514) sorted by relevance

12345678910>>...21

/Linux-v5.10/arch/powerpc/platforms/powernv/
Dpci-cxl.c87 int i, hwirq, try; in pnv_cxl_alloc_hwirq_ranges() local
93 try = num; in pnv_cxl_alloc_hwirq_ranges()
94 while (try) { in pnv_cxl_alloc_hwirq_ranges()
95 hwirq = msi_bitmap_alloc_hwirqs(&phb->msi_bmp, try); in pnv_cxl_alloc_hwirq_ranges()
98 try /= 2; in pnv_cxl_alloc_hwirq_ranges()
100 if (!try) in pnv_cxl_alloc_hwirq_ranges()
104 irqs->range[i] = try; in pnv_cxl_alloc_hwirq_ranges()
107 num -= try; in pnv_cxl_alloc_hwirq_ranges()
/Linux-v5.10/drivers/pcmcia/
Drsrc_iodyn.c107 unsigned int try; in iodyn_find_io() local
132 try = res->end + 1; in iodyn_find_io()
133 if ((*base == 0) || (*base == try)) { in iodyn_find_io()
137 *base = try; in iodyn_find_io()
144 try = res->start - num; in iodyn_find_io()
145 if ((*base == 0) || (*base == try)) { in iodyn_find_io()
150 *base = try; in iodyn_find_io()
/Linux-v5.10/net/dccp/ccids/lib/
Dtfrc_equation.c593 u32 try, low = 0, high = TFRC_CALC_X_ARRSIZE - 1; in tfrc_binsearch() local
596 try = (low + high) / 2; in tfrc_binsearch()
597 if (fval <= tfrc_calc_x_lookup[try][small]) in tfrc_binsearch()
598 high = try; in tfrc_binsearch()
600 low = try + 1; in tfrc_binsearch()
/Linux-v5.10/drivers/phy/broadcom/
Dphy-brcm-sata.c401 int try; in brcm_ns2_sata_init() local
440 try = 50; in brcm_ns2_sata_init()
441 while (try) { in brcm_ns2_sata_init()
447 try--; in brcm_ns2_sata_init()
449 if (!try) { in brcm_ns2_sata_init()
464 unsigned int val, try; in brcm_nsp_sata_init() local
506 try = 50; in brcm_nsp_sata_init()
507 while (--try) { in brcm_nsp_sata_init()
514 if (!try) { in brcm_nsp_sata_init()
536 unsigned int val, try; in brcm_sr_sata_init() local
[all …]
/Linux-v5.10/lib/kunit/
Dtry-catch-impl.h19 kunit_try_catch_func_t try, in kunit_try_catch_init() argument
23 try_catch->try = try; in kunit_try_catch_init()
/Linux-v5.10/Documentation/power/
Dtricks.rst7 If you want to trick swsusp/S3 into working, you might want to try:
20 want to try vesafb later]
22 * try running as few processes as possible, preferably go to single
28 When you make it work, try to find out what exactly was it that broke
/Linux-v5.10/Documentation/userspace-api/media/v4l/
Dvidioc-subdev-enum-mbus-code.rst44 Available media bus formats may depend on the current 'try' formats at
47 information about the try formats.
93 - The driver allows the application to try to change the default colorspace
100 - The driver allows the application to try to change the default transform function.
107 - The driver allows the application to try to change the default Y'CbCr
114 - The driver allows the application to try to change the default HSV
121 - The driver allows the application to try to change the default
/Linux-v5.10/tools/perf/Documentation/
Dtips.txt1 For a higher level overview, try: perf report --sort comm,dso
22 If you have debuginfo enabled, try: perf report -s sym,srcline
23 For memory address profiling, try: perf mem record / perf mem report
24 For tracepoint events, try: perf report -s trace_fields
30 If you prefer Intel style assembly, try: perf annotate -M intel
31 For hierarchical output, try: perf report --hierarchy
/Linux-v5.10/init/
Ddo_mounts.c488 int try, err; in mount_nfs_root() local
500 for (try = 1; ; try++) { in mount_nfs_root()
505 if (try > NFSROOT_RETRY_MAX) in mount_nfs_root()
530 int try, err; in mount_cifs_root() local
537 for (try = 1; ; try++) { in mount_cifs_root()
542 if (try > CIFSROOT_RETRY_MAX) in mount_cifs_root()
/Linux-v5.10/include/linux/
Dlockdep.h417 #define LOCK_CONTENDED(_lock, try, lock) \ argument
419 if (!try(_lock)) { \
426 #define LOCK_CONTENDED_RETURN(_lock, try, lock) \ argument
429 if (!try(_lock)) { \
443 #define LOCK_CONTENDED(_lock, try, lock) \ argument
446 #define LOCK_CONTENDED_RETURN(_lock, try, lock) \ argument
458 #define LOCK_CONTENDED_FLAGS(_lock, try, lock, lockfl, flags) \ argument
459 LOCK_CONTENDED((_lock), (try), (lock))
463 #define LOCK_CONTENDED_FLAGS(_lock, try, lock, lockfl, flags) \ argument
/Linux-v5.10/tools/perf/util/
Dperf_api_probe.c62 const char *try[] = {"cycles:u", "instructions:u", "cpu-clock:u", NULL}; in perf_probe_api() local
73 ret = perf_do_probe_api(fn, cpu, try[i++]); in perf_probe_api()
76 } while (ret == -EAGAIN && try[i]); in perf_probe_api()
/Linux-v5.10/drivers/misc/sgi-gru/
Dgrukdump.c115 int try, cch_locked, cbrcnt = 0, dsrcnt = 0, bytes = 0, ret = 0; in gru_dump_context() local
121 for (try = 0; try < CCH_LOCK_ATTEMPTS; try++) { in gru_dump_context()
/Linux-v5.10/tools/testing/kunit/test_data/
Dtest_kernel_panic_interrupt.log13 [ 0.060000] # Subtest: kunit-try-catch-test
17 [ 0.060000] ok 2 - kunit-try-catch-test
Dtest_config_printk_time.log13 [ 0.060000] # Subtest: kunit-try-catch-test
17 [ 0.060000] ok 2 - kunit-try-catch-test
Dtest_output_with_prefix_isolated_correctly.log14 [ 0.060000] # Subtest: kunit-try-catch-test
18 [ 0.060000] ok 2 - kunit-try-catch-test
Dtest_pound_no_prefix.log15 # Subtest: kunit-try-catch-test
19 ok 2 - kunit-try-catch-test
Dtest_pound_sign.log15 [ 0.060000] # Subtest: kunit-try-catch-test
19 [ 0.060000] ok 2 - kunit-try-catch-test
Dtest_multiple_prefixes.log13 [ 0.060000][ T1] # Subtest: kunit-try-catch-test
17 [ 0.060000][ T1] ok 2 - kunit-try-catch-test
Dtest_interrupted_tap_output.log19 [ 0.060000] # Subtest: kunit-try-catch-test
23 [ 0.060000] ok 2 - kunit-try-catch-test
/Linux-v5.10/drivers/bluetooth/
Dbt3c_cs.c646 int *try = priv_data; in bt3c_check_config() local
648 if (!try) in bt3c_check_config()
687 unsigned long try; in bt3c_config() local
692 for (try = 0; try < 2; try++) in bt3c_config()
693 if (!pcmcia_loop_config(link, bt3c_check_config, (void *) try)) in bt3c_config()
/Linux-v5.10/drivers/rtc/
Drtc-rv8803.c71 int try = RV8803_I2C_TRY_COUNT; in rv8803_read_reg() local
80 while ((ret == -ENXIO || ret == -EIO) && --try); in rv8803_read_reg()
90 int try = RV8803_I2C_TRY_COUNT; in rv8803_read_regs() local
95 while ((ret == -ENXIO || ret == -EIO) && --try); in rv8803_read_regs()
108 int try = RV8803_I2C_TRY_COUNT; in rv8803_write_reg() local
113 while ((ret == -ENXIO || ret == -EIO) && --try); in rv8803_write_reg()
123 int try = RV8803_I2C_TRY_COUNT; in rv8803_write_regs() local
129 while ((ret == -ENXIO || ret == -EIO) && --try); in rv8803_write_regs()
/Linux-v5.10/drivers/tty/serial/8250/
Dserial_cs.c400 int *try = priv_data; in simple_config_check() local
405 if ((*try & 0x1) == 0) in simple_config_check()
408 if (p_dev->resource[0]->end != size_table[(*try >> 1)]) in simple_config_check()
443 int ret, try; in simple_config() local
450 for (try = 0; try < 4; try++) in simple_config()
451 if (!pcmcia_loop_config(link, simple_config_check, &try)) in simple_config()
/Linux-v5.10/scripts/
DKbuild.include80 # would try to directly execute the shell builtin 'command'. This workaround
89 # try-run
90 # Usage: option = $(call try-run, $(CC)...-o "$$TMP",option-ok,otherwise)
93 try-run = $(shell set -e; \
106 as-option = $(call try-run,\
112 as-instr = $(call try-run,\
117 __cc-option = $(call try-run,\
128 cc-option-yn = $(call try-run,\
133 cc-disable-warning = $(call try-run,\
142 ld-option = $(call try-run, $(LD) $(KBUILD_LDFLAGS) $(1) -v,$(1),$(2),$(3))
/Linux-v5.10/arch/arm/include/debug/
Dsa1100.S32 @ if Ser3 is inactive, then try Ser1
37 @ if Ser1 is inactive, then try Ser2
/Linux-v5.10/drivers/firewire/
Dcore-iso.c207 int try, new, old = allocate ? BANDWIDTH_AVAILABLE_INITIAL : 0; in manage_bandwidth() local
215 for (try = 0; try < 5; try++) { in manage_bandwidth()

12345678910>>...21