| /linux/kernel/trace/ |
| H A D | trace_events_user.c | 142 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 D | test_bpftool_map.sh | |
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-vdpa | 28 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 D | sysfs-bus-fsl-mc | 6 the driver to attempt to bind to the device found at 19 driver to attempt to unbind from the device found at
|
| H A D | sysfs-memory-page-offline | 8 physical address of the page. The kernel will then attempt 31 kernel will then attempt to hard-offline the page, by
|
| H A D | sysfs-driver-ucsi-ccg | 5 Tell the driver for Cypress CCGx Type-C controller to attempt
|
| H A D | sysfs-class-remoteproc | 44 Writing "start" will attempt to start the processor running the 49 Writing "stop" will attempt to halt the remote processor and
|
| H A D | sysfs-bus-cdx | 66 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 D | libps2.c | 48 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 D | mobility.c | 674 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 D | img-spdif-in.rst | 24 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 D | sysfs-bus-mhi | 7 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 D | sysfs-devices-system-xen_memory | 7 attempt to increase the balloon before giving up. See 27 zero (unlimited), this means that the driver will attempt
|
| H A D | sysfs-devices-node | 204 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 D | hci_conn.c | 104 * 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 D | book3s_64_mmu_host.c | 81 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 D | reboot.c | 632 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 D | gro.py | 251 for attempt in range(max_retries): 255 fail_now = attempt >= max_retries - 1
|
| /linux/drivers/of/unittest-data/ |
| H A D | overlay_bad_add_dup_node.dtso | 10 * result in an attempt to add the same node twice.
|
| H A D | overlay_bad_add_dup_prop.dtso | 10 * result in an attempt to update the same property twice.
|
| /linux/Documentation/driver-api/80211/ |
| H A D | introduction.rst | 9 These books attempt to give a description of the various subsystems
|
| /linux/Documentation/process/ |
| H A D | development-process.rst | 8 an attempt to document how this community works in a way which is
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | usb.c | 21 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 D | README.Locking | 53 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 D | asymmetric-32bit.rst | 91 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
|