/kernel/linux/linux-6.6/tools/testing/selftests/cachestat/ |
H A D | test_cachestat.c | 39 int remained; in write_exactly() local 55 remained = filesize; in write_exactly() 58 while (remained) { in write_exactly() 59 ssize_t read_len = read(random_fd, cursor, remained); in write_exactly() 67 remained -= read_len; in write_exactly() 72 remained = filesize; in write_exactly() 74 while (remained) { in write_exactly() 75 ssize_t write_len = write(fd, cursor, remained); in write_exactly() 83 remained -= write_len; in write_exactly()
|
/kernel/linux/linux-5.10/sound/firewire/tascam/ |
H A D | tascam-hwdep.c | 39 long remained, loff_t *offset) 48 if (remained < sizeof(type) + sizeof(*entries)) { 55 remained -= sizeof(type); 72 if (remained < length) 73 length = rounddown(remained, sizeof(*entries)); 86 remained -= length;
|
/kernel/linux/linux-6.6/sound/firewire/tascam/ |
H A D | tascam-hwdep.c | 39 long remained, loff_t *offset) 48 if (remained < sizeof(type) + sizeof(*entries)) { 55 remained -= sizeof(type); 72 if (remained < length) 73 length = rounddown(remained, sizeof(*entries)); 86 remained -= length;
|
/kernel/linux/linux-5.10/sound/firewire/fireworks/ |
H A D | fireworks_hwdep.c | 22 hwdep_read_resp_buf(struct snd_efw *efw, char __user *buf, long remained, in hwdep_read_resp_buf() argument 30 if (remained < sizeof(type) + sizeof(struct snd_efw_transaction)) in hwdep_read_resp_buf() 38 remained -= sizeof(type); in hwdep_read_resp_buf() 56 if (remained < length) in hwdep_read_resp_buf() 79 remained -= till_end; in hwdep_read_resp_buf()
|
/kernel/linux/linux-6.6/sound/firewire/fireworks/ |
H A D | fireworks_hwdep.c | 22 hwdep_read_resp_buf(struct snd_efw *efw, char __user *buf, long remained, in hwdep_read_resp_buf() argument 30 if (remained < sizeof(type) + sizeof(struct snd_efw_transaction)) in hwdep_read_resp_buf() 38 remained -= sizeof(type); in hwdep_read_resp_buf() 56 if (remained < length) in hwdep_read_resp_buf() 79 remained -= till_end; in hwdep_read_resp_buf()
|
/kernel/linux/linux-5.10/arch/nds32/lib/ |
H A D | memmove.S | 37 bnez $p1, word_cpy ! If remained words > 0 52 bnez $p1, reverse_word_cpy ! If remained words > 0 62 bnez $r2, byte_cpy ! If remained bytes > 0
|
/kernel/linux/linux-5.10/tools/power/acpi/tools/acpidbg/ |
H A D | acpidbg.c | 142 int remained = strlen(acpi_aml_batch_pos); in acpi_aml_read_batch_cmd() local 146 if (len > remained) { in acpi_aml_read_batch_cmd() 147 memcpy(p, acpi_aml_batch_pos, remained); in acpi_aml_read_batch_cmd() 148 acpi_aml_batch_pos += remained; in acpi_aml_read_batch_cmd() 149 len = remained; in acpi_aml_read_batch_cmd()
|
/kernel/linux/linux-6.6/tools/power/acpi/tools/acpidbg/ |
H A D | acpidbg.c | 142 int remained = strlen(acpi_aml_batch_pos); in acpi_aml_read_batch_cmd() local 146 if (len > remained) { in acpi_aml_read_batch_cmd() 147 memcpy(p, acpi_aml_batch_pos, remained); in acpi_aml_read_batch_cmd() 148 acpi_aml_batch_pos += remained; in acpi_aml_read_batch_cmd() 149 len = remained; in acpi_aml_read_batch_cmd()
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | extent_cache.c | 670 int remained; in f2fs_shrink_extent_tree() local 707 remained = nr_shrink - (node_cnt + tree_cnt); in f2fs_shrink_extent_tree() 710 for (; remained > 0; remained--) { in f2fs_shrink_extent_tree()
|
H A D | data.c | 1260 * In such the case, its blkaddr can be remained as NEW_ADDR. in f2fs_get_read_data_page() 2313 unsigned int remained = dic->nr_cpages - i; in f2fs_read_multi_pages() local 2320 if (!atomic_sub_return(remained, in f2fs_read_multi_pages() 2324 if (!atomic_sub_return(remained, in f2fs_read_multi_pages() 2438 /* there are remained comressed pages, submit them */ in f2fs_mpage_readpages() 3184 /* flush remained pages in compress cluster */ in f2fs_write_cache_pages()
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | extent_cache.c | 903 int remained; in __shrink_extent_tree() local 937 remained = nr_shrink - (node_cnt + tree_cnt); in __shrink_extent_tree() 940 for (; remained > 0; remained--) { in __shrink_extent_tree()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | head_32.S | 191 testl $X86_EFLAGS_ID,%eax # did EFLAGS.ID remained set?
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | head_32.S | 205 testl $X86_EFLAGS_ID,%eax # did EFLAGS.ID remained set?
|
/kernel/linux/linux-5.10/drivers/usb/cdns3/ |
H A D | gadget.c | 2020 int remained; in cdns3_ep_onchip_buffer_reserve() local 2023 remained = priv_dev->onchip_buffers - priv_dev->onchip_used_size - 2; in cdns3_ep_onchip_buffer_reserve() 2026 if (remained < size) in cdns3_ep_onchip_buffer_reserve() 2042 if (required > remained) in cdns3_ep_onchip_buffer_reserve()
|
/kernel/linux/linux-6.6/drivers/usb/cdns3/ |
H A D | cdns3-gadget.c | 2025 int remained; in cdns3_ep_onchip_buffer_reserve() local 2028 remained = priv_dev->onchip_buffers - priv_dev->onchip_used_size - 2; in cdns3_ep_onchip_buffer_reserve() 2031 if (remained < size) in cdns3_ep_onchip_buffer_reserve() 2047 if (required > remained) in cdns3_ep_onchip_buffer_reserve()
|