/linux/arch/powerpc/platforms/powernv/ |
H A D | pci-cxl.c | 88 int i, hwirq, try; in pnv_cxl_alloc_hwirq_ranges() local 94 try = num; in pnv_cxl_alloc_hwirq_ranges() 95 while (try) { in pnv_cxl_alloc_hwirq_ranges() 96 hwirq = msi_bitmap_alloc_hwirqs(&phb->msi_bmp, try); in pnv_cxl_alloc_hwirq_ranges() 99 try /= 2; in pnv_cxl_alloc_hwirq_ranges() 101 if (!try) in pnv_cxl_alloc_hwirq_ranges() 105 irqs->range[i] = try; in pnv_cxl_alloc_hwirq_ranges() 108 num -= try; in pnv_cxl_alloc_hwirq_ranges()
|
/linux/scripts/ |
H A D | Makefile.compiler | 22 try-run = $(shell set -e; \ 34 as-option = $(call try-run,\ 40 as-instr = $(call try-run,\ 45 __cc-option = $(call try-run,\ 72 ld-option = $(call try-run, $(LD) $(KBUILD_LDFLAGS) $(1) -v,$(1),$(2),$(3)) 77 __rustc-option = $(call try-run,\
|
/linux/drivers/phy/broadcom/ |
H A D | phy-brcm-sata.c | 429 int try; in brcm_ns2_sata_init() local 468 try = 50; in brcm_ns2_sata_init() 469 while (try) { in brcm_ns2_sata_init() 475 try--; in brcm_ns2_sata_init() 477 if (!try) { in brcm_ns2_sata_init() 492 unsigned int val, try; in brcm_nsp_sata_init() local 534 try = 50; in brcm_nsp_sata_init() 535 while (--try) { in brcm_nsp_sata_init() 542 if (!try) { in brcm_nsp_sata_init() 564 unsigned int val, try; in brcm_sr_sata_init() local [all …]
|
/linux/drivers/pcmcia/ |
H A D | rsrc_iodyn.c | 107 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/net/dccp/ccids/lib/ |
H A D | tfrc_equation.c | 593 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/lib/kunit/ |
H A D | try-catch-impl.h | 19 kunit_try_catch_func_t try, in kunit_try_catch_init() argument 23 try_catch->try = try; in kunit_try_catch_init()
|
/linux/Documentation/power/ |
H A D | tricks.rst | 7 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/init/ |
H A D | do_mounts.c | 264 int try; in mount_nfs_root() local 275 for (try = 1; ; try++) { in mount_nfs_root() 278 if (try > NFSROOT_RETRY_MAX) in mount_nfs_root() 306 int try; in mount_cifs_root() local 312 for (try = 1; ; try++) { in mount_cifs_root() 316 if (try > CIFSROOT_RETRY_MAX) in mount_cifs_root()
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-subdev-enum-mbus-code.rst | 57 Available media bus formats may depend on the current 'try' formats at 60 information about the try formats. 115 - The driver allows the application to try to change the default colorspace 122 - The driver allows the application to try to change the default transform function. 129 - The driver allows the application to try to change the default Y'CbCr 136 - The driver allows the application to try to change the default HSV 143 - The driver allows the application to try to change the default
|
/linux/tools/perf/Documentation/ |
H A D | tips.txt | 1 For a higher level overview, try: perf report --sort comm,dso 26 If you have debuginfo enabled, try: perf report -s sym,srcline 27 For memory address profiling, try: perf mem record / perf mem report 28 For tracepoint events, try: perf report -s trace_fields 30 If call chains don't work try perf record --call-graph dwarf or --call-graph lbr 42 If you prefer Intel style assembly, try: perf annotate -M intel 44 For hierarchical output, try: perf report --hierarchy
|
/linux/tools/perf/util/ |
H A D | perf_api_probe.c | 62 const char *try[] = {"cycles:u", "instructions:u", "cpu-clock:u", NULL}; in perf_probe_api() local 74 ret = perf_do_probe_api(fn, cpu, try[i++]); in perf_probe_api() 77 } while (ret == -EAGAIN && try[i]); in perf_probe_api()
|
/linux/fs/bcachefs/ |
H A D | six.c | 118 struct task_struct *task, bool try) in __do_six_trylock() argument 125 (try != !(atomic_read(&lock->state) & SIX_LOCK_HELD_write))); in __do_six_trylock() 172 if (try) in __do_six_trylock() 185 if (try && !ret) { in __do_six_trylock() 194 if (!ret || (type == SIX_LOCK_write && !try)) { in __do_six_trylock() 206 EBUG_ON(type == SIX_LOCK_write && try && ret <= 0 && in __do_six_trylock() 278 static bool do_six_trylock(struct six_lock *lock, enum six_lock_type type, bool try) in do_six_trylock() argument 282 ret = __do_six_trylock(lock, type, current, try); in do_six_trylock()
|
/linux/drivers/bluetooth/ |
H A D | bt3c_cs.c | 646 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/include/linux/surface_aggregator/ |
H A D | serial_hub.h | 370 #define __SSH_PACKET_PRIORITY(base, try) \ argument 371 (((base) << 4) | ((try) & 0x0f)) 388 #define SSH_PACKET_PRIORITY(base, try) \ argument 389 __SSH_PACKET_PRIORITY(SSH_PACKET_PRIORITY_##base, (try))
|
/linux/drivers/misc/sgi-gru/ |
H A D | grukdump.c | 115 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/drivers/tty/serial/8250/ |
H A D | serial_cs.c | 403 int *try = priv_data; in simple_config_check() local 408 if ((*try & 0x1) == 0) in simple_config_check() 411 if (p_dev->resource[0]->end != size_table[(*try >> 1)]) in simple_config_check() 446 int ret, try; in simple_config() local 453 for (try = 0; try < 4; try++) in simple_config() 454 if (!pcmcia_loop_config(link, simple_config_check, &try)) in simple_config()
|
/linux/tools/testing/kunit/test_data/ |
H A D | test_kernel_panic_interrupt.log | 13 [ 0.060000] # Subtest: kunit-try-catch-test 17 [ 0.060000] ok 2 - kunit-try-catch-test
|
H A D | test_config_printk_time.log | 13 [ 0.060000] # Subtest: kunit-try-catch-test 17 [ 0.060000] ok 2 - kunit-try-catch-test
|
H A D | test_pound_sign.log | 15 [ 0.060000] # Subtest: kunit-try-catch-test 19 [ 0.060000] ok 2 - kunit-try-catch-test
|
H A D | test_output_with_prefix_isolated_correctly.log | 14 [ 0.060000] # Subtest: kunit-try-catch-test 18 [ 0.060000] ok 2 - kunit-try-catch-test
|
H A D | test_pound_no_prefix.log | 15 # Subtest: kunit-try-catch-test 19 ok 2 - kunit-try-catch-test
|
/linux/drivers/rtc/ |
H A D | rtc-rv8803.c | 80 int try = RV8803_I2C_TRY_COUNT; in rv8803_read_reg() local 89 while ((ret == -ENXIO || ret == -EIO) && --try); in rv8803_read_reg() 99 int try = RV8803_I2C_TRY_COUNT; in rv8803_read_regs() local 104 while ((ret == -ENXIO || ret == -EIO) && --try); in rv8803_read_regs() 117 int try = RV8803_I2C_TRY_COUNT; in rv8803_write_reg() local 122 while ((ret == -ENXIO || ret == -EIO) && --try); in rv8803_write_reg() 132 int try = RV8803_I2C_TRY_COUNT; in rv8803_write_regs() local 138 while ((ret == -ENXIO || ret == -EIO) && --try); in rv8803_write_regs()
|
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_dp_aux.c | 254 int try, clock = 0; in intel_dp_aux_xfer() local 302 for (try = 0; try < 3; try++) { in intel_dp_aux_xfer() 311 if (try == 3) { in intel_dp_aux_xfer() 339 for (try = 0; try < 5; try++) { in intel_dp_aux_xfer()
|
/linux/drivers/char/tpm/ |
H A D | tpm1-cmd.c | 746 unsigned int try; in tpm1_pm_suspend() local 759 for (try = 0; try < TPM_RETRY; try++) { in tpm1_pm_suspend() 781 else if (try > 0) in tpm1_pm_suspend() 783 try * TPM_TIMEOUT_RETRY); in tpm1_pm_suspend()
|
H A D | tpm_tis_i2c_cr50.c | 157 unsigned int try; in tpm_cr50_i2c_transfer_message() local 160 for (try = 0; try < TPM_CR50_I2C_MAX_RETRIES; try++) { in tpm_cr50_i2c_transfer_message() 164 if (try) in tpm_cr50_i2c_transfer_message() 166 try + 1, TPM_CR50_I2C_MAX_RETRIES, rc); in tpm_cr50_i2c_transfer_message()
|