| /linux/drivers/mmc/host/ |
| H A D | mmc_hsq.c | 92 static void mmc_hsq_update_next_tag(struct mmc_hsq *hsq, int remains) in mmc_hsq_update_next_tag() argument 100 if (!remains) { in mmc_hsq_update_next_tag() 114 int remains; in mmc_hsq_post_request() local 118 remains = hsq->qcnt; in mmc_hsq_post_request() 122 mmc_hsq_update_next_tag(hsq, remains); in mmc_hsq_post_request() 124 if (hsq->waiting_for_idle && !remains) { in mmc_hsq_post_request() 141 if (remains > 0) in mmc_hsq_post_request() 195 int remains; in mmc_hsq_recovery_finish() local 200 remains = hsq->qcnt; in mmc_hsq_recovery_finish() 208 if (remains > 0) in mmc_hsq_recovery_finish()
|
| /linux/rust/kernel/ |
| H A D | cpumask.rs | 28 /// remains valid for the lifetime of the returned reference. 40 /// // SAFETY: The `ptr` is valid for writing and remains valid for the lifetime of the 56 /// The caller must ensure that `ptr` is valid for writing and remains valid for the lifetime 61 // INVARIANT: The caller ensures that `ptr` is valid for writing and remains valid for the in as_mut_ref() 70 /// The caller must ensure that `ptr` is valid for reading and remains valid for the lifetime 75 // INVARIANT: The caller ensures that `ptr` is valid for reading and remains valid for the in as_ref() 172 /// The callers must ensure that the `struct cpumask_var_t` is valid for access and remains valid 272 /// The caller must ensure that `ptr` is valid for writing and remains valid for the lifetime 277 // INVARIANT: The caller ensures that `ptr` is valid for writing and remains valid for the in as_mut_ref() 286 /// The caller must ensure that `ptr` is valid for reading and remains vali [all...] |
| H A D | cpufreq.rs | 45 /// Driver needs to update internal limits even if frequency remains unchanged. 127 /// The callers must ensure that the `struct cpufreq_policy_data` is valid for access and remains 137 /// The caller must ensure that `ptr` is valid for writing and remains valid for the lifetime 143 // INVARIANT: The caller ensures that `ptr` is valid for writing and remains valid for the in from_raw_mut() 202 /// remains valid for the lifetime of the returned reference. 231 /// The caller must ensure that `ptr` is valid for reading and remains valid for the lifetime 237 // INVARIANT: The caller ensures that `ptr` is valid for reading and remains valid for the in from_raw() 394 /// The callers must ensure that the `struct cpufreq_policy` is valid for access and remains valid 421 /// The caller must ensure that `ptr` is valid for reading and remains valid for the lifetime 427 // INVARIANT: The caller ensures that `ptr` is valid for reading and remains valid for the in from_raw() [all …]
|
| H A D | cred.rs | 24 /// allocation remains valid at least until the matching call to `put_cred`. 44 /// The caller must ensure that `ptr` is valid and remains valid for the lifetime of the
|
| /linux/Documentation/arch/arm/nwfpe/ |
| H A D | nwfpe.rst | 12 possible, but there remains much room for improvement. 38 remains to be done, and other ideas for the emulator. 45 expect quick action. Bugs still exist. The problem remains in isolating
|
| /linux/tools/testing/selftests/gpio/ |
| H A D | gpio-aggregator.sh | 353 test -d $CONFIGFS_AGG_DIR/_sysfs.0 && fail "_sysfs.0 unexpectedly remains" 354 test -d /dev/${CHIPNAME} && fail "/dev/${CHIPNAME} unexpectedly remains" 367 test -d $CONFIGFS_AGG_DIR/_sysfs.0 && fail "_sysfs.0 unexpectedly remains" 368 test -d /dev/${CHIPNAME} && fail "/dev/${CHIPNAME} unexpectedly remains" 378 test "$(cat "$CONFIGFS_AGG_DIR/_sysfs.0/live")" = 1 || fail "chip unexpectedly remains dead" 384 test -d $CONFIGFS_AGG_DIR/_sysfs.0 && fail "_sysfs.0 unexpectedly remains" 385 test -d /dev/${CHIPNAME} && fail "/dev/${CHIPNAME} unexpectedly remains" 651 test -d /sys/module/gpio_aggregator && fail "module unexpectedly remains to be loaded"
|
| /linux/net/core/ |
| H A D | dev_api.c | 277 * remains above zero the interface remains promiscuous. Once it hits zero 300 * count in the device remains above zero the interface remains listening
|
| /linux/drivers/net/wireless/intersil/p54/ |
| H A D | p54usb.c | 504 unsigned int left, remains, block_size; in p54u_upload_firmware_3887() local 522 remains = priv->fw->size; in p54u_upload_firmware_3887() 533 while (remains) { in p54u_upload_firmware_3887() 538 remains--; in p54u_upload_firmware_3887() 552 remains--; in p54u_upload_firmware_3887() 566 left = block_size = min((unsigned int)P54U_FW_BLOCK, remains); in p54u_upload_firmware_3887() 633 unsigned int remains, offset; in p54u_upload_firmware_net2280() local 739 remains = priv->fw->size; in p54u_upload_firmware_net2280() 743 while (remains) { in p54u_upload_firmware_net2280() 744 unsigned int block_len = min(remains, (unsigned int)512); in p54u_upload_firmware_net2280() [all …]
|
| H A D | p54pci.c | 54 u32 remains, left, device_addr; in p54p_upload_firmware() local 90 remains = priv->firmware->size; in p54p_upload_firmware() 92 while (remains) { in p54p_upload_firmware() 94 left = min((u32)0x1000, remains); in p54p_upload_firmware() 104 remains -= left; in p54p_upload_firmware()
|
| /linux/mm/ |
| H A D | vmalloc.c | 2614 * however xarray spinlocks protect against any contention that remains. 4257 size_t remains = count; in zero_iter() local 4259 while (remains > 0) { in zero_iter() 4262 num = min_t(size_t, remains, PAGE_SIZE); in zero_iter() 4264 remains -= copied; in zero_iter() 4270 return count - remains; in zero_iter() 4282 size_t remains = count; in aligned_vread_iter() local 4285 while (remains > 0) { in aligned_vread_iter() 4291 if (length > remains) in aligned_vread_iter() 4292 length = remains; in aligned_vread_iter() [all …]
|
| /linux/rust/kernel/alloc/ |
| H A D | allocator.rs | 82 /// - memory allocated by this function remains valid until it is passed to this function. 139 // - memory remains valid until it is explicitly freed, 209 // - memory remains valid until it is explicitly freed, 230 // - memory remains valid until it is explicitly freed,
|
| /linux/arch/sh/kernel/cpu/sh4a/ |
| H A D | perf_event.c | 25 * and PMCTR locations remains tentatively constant. This change remains 31 * scanning for them at runtime also remains a viable option.)
|
| /linux/init/ |
| H A D | initramfs.c | 240 static long remains __initdata; 251 remains = size; in read_into() 267 unsigned long n = remains; in do_collect() 273 if ((remains -= n) != 0) in do_collect() 302 remains = N_ALIGN(name_len) + body_len; in do_header()
|
| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | cs35l36.txt | 62 (after the audio falls and remains below the value specified in WKFET_AMP_THLD). 133 is reached, the error condition still remains, and this bit is set, the audio
|
| /linux/drivers/xen/xen-pciback/ |
| H A D | Makefile | 4 # CONFIG_XEN_PCI_STUB as it always remains in "y" state,
|
| /linux/net/mpls/ |
| H A D | Kconfig | 13 MPLS remains a simple way of making tunnels.
|
| /linux/Documentation/admin-guide/ |
| H A D | edid.rst | 12 or the computer is unusable, because the screen remains dark after
|
| /linux/tools/testing/selftests/rcutorture/bin/ |
| H A D | config_override.sh | 7 # that conflict with any in override, concatenating what remains and
|
| /linux/arch/arm64/include/asm/ |
| H A D | simd.h | 21 * Callers must not assume that the result remains true beyond the next
|
| /linux/Documentation/devicetree/bindings/reset/ |
| H A D | ti,tps380x-reset.yaml | 16 reset input (MR). The RESET output remains asserted for the factory
|
| /linux/arch/riscv/include/asm/ |
| H A D | xip_fixup.h | 28 * writable section, the VMA is increased while LMA remains the same.
|
| /linux/Documentation/filesystems/nfs/ |
| H A D | client-identifier.rst | 30 While a lease remains valid, the server holding that lease 159 hostname remains uniform.
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | func-ioctl.rst | 58 parameter remains unmodified.
|
| /linux/arch/sh/drivers/pci/ |
| H A D | fixups-sdk7786.c | 21 * resistors to determine card presence. Hotplug remains unsupported.
|
| /linux/Documentation/userspace-api/media/mediactl/ |
| H A D | media-func-ioctl.rst | 63 parameter remains unmodified.
|