Home
last modified time | relevance | path

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

12345678910>>...14

/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.sh
/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
/linux/drivers/input/serio/
H A Dlibps2.c48 int attempt = 0; in ps2_do_sendbyte() local
69 } while (ps2dev->nak == PS2_RET_NAK && ++attempt < max_attempts); in ps2_do_sendbyte()
89 if (error || attempt > 1) in ps2_do_sendbyte()
92 byte, error, ps2dev->nak, attempt); in ps2_do_sendbyte()
/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/Documentation/ABI/stable/
H A Dsysfs-bus-mhi7 one attempt to power up the device has been done. If read
18 at least one attempt to power up the device has been done. If
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
H A Dsysfs-devices-node204 ignored by memory error recovery attempt, usually because
213 failed by memory error recovery attempt. This usually means
221 delayed by memory error recovery attempt. Delayed poisoned
229 recovered by memory error recovery attempt.
/linux/net/bluetooth/
H A Dhci_conn.c104 * the attempt (i.e. Unknown Connection Id) there's no point of in hci_connect_le_scan_cleanup()
112 /* The connection attempt was doing scan for new RPA, and is in hci_connect_le_scan_cleanup()
210 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()
228 BT_DBG("hcon %p skipped attempt %d, eSCO 2M not supported", 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()
[all...]
/linux/arch/powerpc/kvm/
H A Dbook3s_64_mmu_host.c81 int attempt = 0; in kvmppc_mmu_map_page() local
161 if (attempt > 1) in kvmppc_mmu_map_page()
174 attempt++; in kvmppc_mmu_map_page()
/linux/arch/x86/kernel/
H A Dreboot.c632 int attempt = 0; in native_machine_emergency_restart() local
671 if (attempt == 0 && orig_reboot_type == BOOT_ACPI) { in native_machine_emergency_restart()
672 attempt = 1; in native_machine_emergency_restart()
/linux/tools/testing/selftests/drivers/net/
H A Dgro.py251 for attempt in range(max_retries):
255 fail_now = attempt >= max_retries - 1
/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/drivers/net/wireless/realtek/rtw89/
H A Dusb.c21 int attempt, ret; in rtw89_usb_vendorreq() local
29 for (attempt = 0; attempt < 10; attempt++) { in rtw89_usb_vendorreq()
61 attempt); in rtw89_usb_vendorreq()
/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/Documentation/arch/arm64/
H A Dasymmetric-32bit.rst91 invalidate the affinity mask saved in (1) and attempt to restore the CPU
143 prevented from being offlined by userspace and any such attempt will
151 asymmetric system, a broken guest at EL1 could still attempt to execute

12345678910>>...14