Home
last modified time | relevance | path

Searched refs:remains (Results 1 – 25 of 108) sorted by relevance

12345

/linux/drivers/mmc/host/
H A Dmmc_hsq.c92 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/drivers/net/wireless/intersil/p54/
H A Dp54usb.c504 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 Dp54pci.c54 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 Dvmalloc.c4414 size_t remains = count; in zero_iter() local
4416 while (remains > 0) { in zero_iter()
4419 num = min_t(size_t, remains, PAGE_SIZE); in zero_iter()
4421 remains -= copied; in zero_iter()
4427 return count - remains; in zero_iter()
4439 size_t remains = count; in aligned_vread_iter() local
4442 while (remains > 0) { in aligned_vread_iter()
4448 if (length > remains) in aligned_vread_iter()
4449 length = remains; in aligned_vread_iter()
4466 remains -= copied; in aligned_vread_iter()
[all …]
/linux/init/
H A Dinitramfs.c240 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/arch/arm/nwfpe/
H A Dnwfpe.rst12 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/net/mpls/
H A DKconfig13 MPLS remains a simple way of making tunnels.
/linux/Documentation/admin-guide/
H A Dedid.rst12 or the computer is unusable, because the screen remains dark after
H A Dunicode.rst98 rejected) for inclusion in Unicode Plane 1. Thus, it remains as a
188 and so the above encoding remains official.
/linux/tools/testing/selftests/net/netfilter/packetdrill/
H A Dconntrack_rst_invalid.pkt1 // check that out of window resets are marked as INVALID and conntrack remains
/linux/Documentation/userspace-api/media/v4l/
H A Dfunc-ioctl.rst58 parameter remains unmodified.
/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-func-ioctl.rst63 parameter remains unmodified.
H A Drequest-func-ioctl.rst63 parameter remains unmodified.
/linux/Documentation/userspace-api/media/cec/
H A Dcec-func-ioctl.rst63 parameter remains unmodified.
/linux/arch/sparc/lib/
H A Dchecksum_32.S60 addcc %o1, -1, %g0 ! only one byte remains?
63 b 4f ! only one byte remains
66 be 6f ! jmp if only hword remains
320 3: be 3f ! nope, less than one loop remains
/linux/Documentation/devicetree/bindings/sound/
H A Dcs35l36.txt62 (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/Documentation/scheduler/
H A Dsched-eevdf.rst28 remains on the run queue but marked for "deferred dequeue," allowing its
/linux/Documentation/arch/arm/
H A Duefi.rst38 The kernel image built with stub support remains a valid kernel image for
/linux/fs/ubifs/
H A Dlog.c615 int len = le32_to_cpu(ch->len), remains = c->leb_size - *offs; in add_node() local
617 if (len > remains) { in add_node()
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-timer-stm32127 trigger, and remains enabled for the duration of this
H A Dsysfs-class-firmware54 of the firmware data that remains to be transferred to the
/linux/Documentation/networking/
H A Dmultiqueue.rst68 The behavior of tc filters remains the same. However a new tc action,
/linux/Documentation/filesystems/nfs/
H A Dclient-identifier.rst30 While a lease remains valid, the server holding that lease
159 hostname remains uniform.
/linux/Documentation/ABI/stable/
H A Dfirewire-cdev57 A /dev/fw* file remains associated with one particular node
/linux/Documentation/virt/kvm/x86/
H A Dtimekeeping.rst108 If the count is even, the clock remains high for N/2 counts and low for N/2
116 the output remains high until the counter reaches zero. Then the output
122 output remains high. When the gate is raised, a countdown is initiated
295 support of the X86 PC. It remains to be seen whether that will be the case, as
465 In summary, there is no way to guarantee the TSC remains in perfect

12345