Home
last modified time | relevance | path

Searched refs:attempt (Results 1 – 25 of 259) sorted by relevance

1234567891011

/linux/kernel/trace/
H A Dtrace_events_user.c142 int attempt; member
411 int attempt) in user_event_mm_fault_in() argument
420 if (attempt > 10) in user_event_mm_fault_in()
441 bool fixup_fault, int *attempt);
450 int attempt = fault->attempt; in user_event_enabler_fault_fixup() local
453 ret = user_event_mm_fault_in(mm, uaddr, attempt); in user_event_enabler_fault_fixup()
482 user_event_enabler_write(mm, enabler, true, &attempt); in user_event_enabler_fault_fixup()
495 int attempt) in user_event_enabler_queue_fault() argument
507 fault->attempt = attempt; in user_event_enabler_queue_fault()
527 bool fixup_fault, int *attempt) in user_event_enabler_write() argument
[all …]
/linux/tools/testing/selftests/bpf/
H A Dtest_bpftool_map.sh39 attempt=0
40 while mountpoint -q "$BPF_DIR" && [ $attempt -lt $max_attempts ]; do
42 attempt=$((attempt+1))
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-vdpa28 attempt to bind to the device. This is useful for overriding
36 attempt to unbind from the device. This may be useful when
51 device from its current driver or make any attempt to
H A Dsysfs-bus-fsl-mc6 the driver to attempt to bind to the device found at
19 driver to attempt to unbind from the device found at
H A Dsysfs-memory-page-offline8 physical address of the page. The kernel will then attempt
31 kernel will then attempt to hard-offline the page, by
H A Dsysfs-driver-ucsi-ccg5 Tell the driver for Cypress CCGx Type-C controller to attempt
H A Dsysfs-class-remoteproc44 Writing "start" will attempt to start the processor running the
49 Writing "stop" will attempt to halt the remote processor and
H A Dsysfs-bus-cdx66 Writing n/0/off will attempt to disable the CDX bus and.
67 writing y/1/on will attempt to enable the CDX bus. Reading this file
H A Dsysfs-bus-amba14 device from its current driver or make any attempt to
H A Dsysfs-bus-vmbus14 device from its current driver or make any attempt to
/linux/drivers/char/tpm/
H A Dtpm_tis_spi_cr50.c101 unsigned int attempt = ++phy->irq_confirmation_attempt; in cr50_ensure_access_delay() local
107 attempt); in cr50_ensure_access_delay()
108 } else if (attempt > MAX_IRQ_CONFIRMATION_ATTEMPTS) { in cr50_ensure_access_delay()
/linux/arch/powerpc/platforms/pseries/
H A Dmobility.c674 unsigned int attempt = 1; in pseries_suspend() local
703 attempt, max_attempts, ret); in pseries_suspend()
705 if (attempt == max_attempts) in pseries_suspend()
725 attempt++; in pseries_suspend()
/linux/Documentation/sound/cards/
H A Dimg-spdif-in.rst24 This control is used to attempt acquisition of up to four different sample
30 hw_params will be ignored, and the block will attempt capture for each of the
/linux/net/bluetooth/
H A Dhci_conn.c210 conn->attempt++; in hci_add_sco()
224 for (; conn->attempt <= size; conn->attempt++) { in find_next_esco_param()
226 (esco_param[conn->attempt - 1].pkt_type & ESCO_2EV3)) in find_next_esco_param()
229 conn, conn->attempt); in find_next_esco_param()
232 return conn->attempt <= size; in find_next_esco_param()
301 conn->attempt++; in hci_enhanced_setup_sync()
316 param = &esco_param_msbc[conn->attempt - 1]; in hci_enhanced_setup_sync()
342 param = &esco_param_msbc[conn->attempt - 1]; in hci_enhanced_setup_sync()
368 param = &esco_param_cvsd[conn->attempt - 1]; in hci_enhanced_setup_sync()
370 if (conn->attempt > ARRAY_SIZE(sco_param_cvsd)) in hci_enhanced_setup_sync()
[all …]
/linux/Documentation/ABI/stable/
H A Dsysfs-devices-system-xen_memory7 attempt to increase the balloon before giving up. See
27 zero (unlimited), this means that the driver will attempt
/linux/drivers/of/unittest-data/
H A Doverlay_bad_add_dup_node.dtso10 * result in an attempt to add the same node twice.
H A Doverlay_bad_add_dup_prop.dtso10 * result in an attempt to update the same property twice.
/linux/Documentation/driver-api/80211/
H A Dintroduction.rst9 These books attempt to give a description of the various subsystems
/linux/Documentation/process/
H A Ddevelopment-process.rst8 an attempt to document how this community works in a way which is
/linux/fs/jffs2/
H A DREADME.Locking53 VFS. If the garbage collection code were to attempt to lock the i_sem
64 1. Never attempt to allocate space or lock alloc_sem with
66 2. Never attempt to lock two file mutexes in one thread.
/linux/tools/testing/selftests/tc-testing/
H A DTODO.txt17 will attempt to run a function at every hook point. Could be
/linux/Documentation/driver-api/driver-model/
H A Ddriver.rst195 The first attempt to call sync_state() is made during late_initcall_sync() to
197 attempt at calling sync_state(), if all the consumers of the device at that
199 away. If there are no consumers of the device during the first attempt, that
203 If during the first attempt at calling sync_state() for a device, there are
/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool.rst69 Do not automatically attempt to mount any virtual file system (such as
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-encoder-cmd.rst108 to completion before this command can be invoked. Any attempt to
120 arguments are accepted in this case. Any attempt to invoke the command
/linux/Documentation/devicetree/bindings/cpufreq/
H A Dcpufreq-st.txt53 /* # WARNING: Do not attempt to copy/replicate these nodes, # */

1234567891011