Home
last modified time | relevance | path

Searched refs:remain (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/linux/virt/kvm/
A Dbinary_stats.c59 ssize_t remain = size; in kvm_stats_read() local
70 len = min(len, remain); in kvm_stats_read()
73 remain = len; in kvm_stats_read()
84 copylen = min(copylen, remain); in kvm_stats_read()
89 remain -= copylen; in kvm_stats_read()
104 copylen = min(copylen, remain); in kvm_stats_read()
109 remain -= copylen; in kvm_stats_read()
122 copylen = min(copylen, remain); in kvm_stats_read()
127 remain -= copylen; in kvm_stats_read()
134 copylen = min(copylen, remain); in kvm_stats_read()
/linux/arch/um/kernel/skas/
A Duaccess.c98 long size, remain, n; in buffer_op() local
101 remain = len; in buffer_op()
105 remain = (n < 0 ? remain : 0); in buffer_op()
110 remain -= size; in buffer_op()
111 if (remain == 0) in buffer_op()
114 while (addr < ((addr + remain) & PAGE_MASK)) { in buffer_op()
117 remain = (n < 0 ? remain : 0); in buffer_op()
122 remain -= PAGE_SIZE; in buffer_op()
124 if (remain == 0) in buffer_op()
129 remain = (n < 0 ? remain : 0); in buffer_op()
[all …]
/linux/drivers/staging/fbtft/
A Dfbtft-bus.c125 size_t remain; in fbtft_write_vmem16_bus8() local
135 remain = len / 2; in fbtft_write_vmem16_bus8()
154 while (remain) { in fbtft_write_vmem16_bus8()
155 to_copy = min(tx_array_size, remain); in fbtft_write_vmem16_bus8()
157 to_copy, remain - to_copy); in fbtft_write_vmem16_bus8()
167 remain -= to_copy; in fbtft_write_vmem16_bus8()
179 size_t remain; in fbtft_write_vmem16_bus9() local
193 remain = len; in fbtft_write_vmem16_bus9()
198 while (remain) { in fbtft_write_vmem16_bus9()
201 to_copy, remain - to_copy); in fbtft_write_vmem16_bus9()
[all …]
A Dfb_ra8875.c248 size_t remain; in write_vmem16_bus8() local
258 remain = len / 2; in write_vmem16_bus8()
266 while (remain) { in write_vmem16_bus8()
267 to_copy = min(tx_array_size, remain); in write_vmem16_bus8()
269 to_copy, remain - to_copy); in write_vmem16_bus8()
279 remain -= to_copy; in write_vmem16_bus8()
/linux/arch/um/drivers/
A Dnet_user.c52 int remain, ret, expected; in read_output() local
62 ret = read(fd, &remain, sizeof(remain)); in read_output()
64 if (ret != sizeof(remain)) { in read_output()
67 expected = sizeof(remain); in read_output()
72 while (remain != 0) { in read_output()
73 expected = (remain < len) ? remain : len; in read_output()
81 remain -= ret; in read_output()
A Dumcast_kern.c73 char *port_str = NULL, *ttl_str = NULL, *remain; in mcast_setup() local
81 remain = split_if_spec(str, mac_out, &init->addr, &port_str, &ttl_str, in mcast_setup()
83 if (remain != NULL) { in mcast_setup()
85 "specification : '%s'\n", remain); in mcast_setup()
119 char *lport_str = NULL, *rport_str = NULL, *remain; in ucast_setup() local
127 remain = split_if_spec(str, mac_out, &init->addr, in ucast_setup()
129 if (remain != NULL) { in ucast_setup()
131 "specification : '%s'\n", remain); in ucast_setup()
A Dpcap_kern.c56 char *remain, *host_if = NULL, *options[2] = { NULL, NULL }; in pcap_setup() local
65 remain = split_if_spec(str, &host_if, &init->filter, in pcap_setup()
67 if (remain != NULL) { in pcap_setup()
69 "specification : '%s'\n", remain); in pcap_setup()
A Dvde_kern.c73 char *remain, *port_str = NULL, *mode_str = NULL, *last; in vde_setup() local
82 remain = split_if_spec(str, &init->vde_switch, mac_out, &port_str, in vde_setup()
85 if (remain != NULL) in vde_setup()
87 "'%s'\n", remain); in vde_setup()
A Ddaemon_kern.c64 char *remain; in daemon_setup() local
70 remain = split_if_spec(str, mac_out, &init->sock_type, &init->ctl_sock, in daemon_setup()
72 if (remain != NULL) in daemon_setup()
/linux/fs/adfs/
A Ddir.c21 unsigned int index, remain; in adfs_dir_copyfrom() local
25 remain = sb->s_blocksize - offset; in adfs_dir_copyfrom()
26 if (index + (remain < len) >= dir->nr_buffers) in adfs_dir_copyfrom()
29 if (remain < len) { in adfs_dir_copyfrom()
31 dst += remain; in adfs_dir_copyfrom()
32 len -= remain; in adfs_dir_copyfrom()
46 unsigned int index, remain; in adfs_dir_copyto() local
50 remain = sb->s_blocksize - offset; in adfs_dir_copyto()
54 if (remain < len) { in adfs_dir_copyto()
56 src += remain; in adfs_dir_copyto()
[all …]
/linux/drivers/gpu/drm/
A Ddrm_print.c62 if (!iterator->remain) in __drm_puts_coredump()
77 if (copy > iterator->remain) in __drm_puts_coredump()
78 copy = iterator->remain; in __drm_puts_coredump()
85 iterator->remain -= copy; in __drm_puts_coredump()
89 len = min_t(ssize_t, strlen(str), iterator->remain); in __drm_puts_coredump()
94 iterator->remain -= len; in __drm_puts_coredump()
105 if (!iterator->remain) in __drm_printfn_coredump()
118 if ((iterator->offset >= iterator->start) && (len < iterator->remain)) { in __drm_printfn_coredump()
122 iterator->remain, "%pV", vaf); in __drm_printfn_coredump()
125 iterator->remain -= len; in __drm_printfn_coredump()
/linux/drivers/media/usb/stk1160/
A Dstk1160-video.c106 int remain; in stk1160_copy_video() local
122 remain = len; in stk1160_copy_video()
135 lencopy = remain; in stk1160_copy_video()
145 remain = lencopy; in stk1160_copy_video()
149 if (lencopy == 0 || remain == 0) in stk1160_copy_video()
168 remain -= lencopy; in stk1160_copy_video()
171 while (remain > 0) { in stk1160_copy_video()
177 if (remain < bytesperline) in stk1160_copy_video()
178 lencopy = remain; in stk1160_copy_video()
188 remain = lencopy; in stk1160_copy_video()
[all …]
/linux/drivers/gpu/drm/qxl/
A Dqxl_image.c136 int remain; in qxl_image_init_helper() local
141 remain = linesize * height; in qxl_image_init_helper()
145 while (remain > 0) { in qxl_image_init_helper()
156 size = min(size, remain); in qxl_image_init_helper()
162 remain -= size; in qxl_image_init_helper()
170 remain = linesize; in qxl_image_init_helper()
173 while (remain > 0) { in qxl_image_init_helper()
176 size = min((int)(PAGE_SIZE - page_offset), remain); in qxl_image_init_helper()
182 remain -= size; in qxl_image_init_helper()
/linux/drivers/remoteproc/
A Dmtk_scp_ipi.c86 unsigned int i = 0, remain; in scp_memcpy_aligned() local
97 remain = (len - i) % 4; in scp_memcpy_aligned()
99 if (remain > 0) { in scp_memcpy_aligned()
100 val = readl_relaxed(dst + len - remain); in scp_memcpy_aligned()
101 memcpy(&val, src + len - remain, remain); in scp_memcpy_aligned()
102 writel_relaxed(val, dst + len - remain); in scp_memcpy_aligned()
/linux/drivers/gpu/drm/i915/
A Di915_gem.c218 u64 remain; in i915_gem_shmem_pread() local
236 remain = args->size; in i915_gem_shmem_pread()
248 remain -= length; in i915_gem_shmem_pread()
374 u64 remain, offset; in i915_gem_gtt_pread() local
386 remain = args->size; in i915_gem_gtt_pread()
399 page_length = remain < page_length ? remain : page_length; in i915_gem_gtt_pread()
530 u64 remain, offset; in i915_gem_gtt_pwrite_fast() local
561 while (remain) { in i915_gem_gtt_pwrite_fast()
571 page_length = remain < page_length ? remain : page_length; in i915_gem_gtt_pwrite_fast()
643 u64 remain; in i915_gem_shmem_pwrite() local
[all …]
/linux/drivers/gpu/drm/panel/
A Dpanel-samsung-s6e63m0-dsi.c43 int remain; in s6e63m0_dsi_dcs_write() local
53 remain = len - 1; in s6e63m0_dsi_dcs_write()
54 chunk = remain; in s6e63m0_dsi_dcs_write()
67 while (cmdwritten < remain) { in s6e63m0_dsi_dcs_write()
68 chunk = remain - cmdwritten; in s6e63m0_dsi_dcs_write()
/linux/drivers/mmc/host/
A Dmoxart-mmc.c164 int remain; in moxart_next_sg() local
172 remain = host->data_len - data->bytes_xfered; in moxart_next_sg()
173 if (remain > 0 && remain < host->data_remain) in moxart_next_sg()
174 host->data_remain = remain; in moxart_next_sg()
308 u32 *sgp, len = 0, remain, status; in moxart_transfer_pio() local
314 remain = host->data_remain; in moxart_transfer_pio()
317 while (remain > 0) { in moxart_transfer_pio()
329 remain -= len; in moxart_transfer_pio()
333 while (remain > 0) { in moxart_transfer_pio()
351 remain -= len; in moxart_transfer_pio()
[all …]
/linux/drivers/spi/
A Dspi-sh.c157 int remain = t->len; in spi_sh_send() local
166 while (remain > 0) { in spi_sh_send()
167 cur_len = min(SPI_SH_FIFO_SIZE, remain); in spi_sh_send()
184 remain -= cur_len; in spi_sh_send()
187 if (remain > 0) { in spi_sh_send()
222 int remain = t->len; in spi_sh_receive() local
238 while (remain > 0) { in spi_sh_receive()
239 if (remain >= SPI_SH_FIFO_SIZE) { in spi_sh_receive()
252 cur_len = min(SPI_SH_FIFO_SIZE, remain); in spi_sh_receive()
259 remain -= cur_len; in spi_sh_receive()
/linux/drivers/acpi/apei/
A Dbert.c40 int remain = region_len; in bert_print_all() local
43 while (remain >= sizeof(struct acpi_bert_region)) { in bert_print_all()
45 if (remain < estatus_len) { in bert_print_all()
72 remain -= estatus_len; in bert_print_all()
/linux/lib/
A Dgenalloc.c283 unsigned long nbits, start_bit, end_bit, remain; in gen_pool_alloc_algo_owner() local
308 remain = bitmap_set_ll(chunk->bits, start_bit, nbits); in gen_pool_alloc_algo_owner()
309 if (remain) { in gen_pool_alloc_algo_owner()
310 remain = bitmap_clear_ll(chunk->bits, start_bit, in gen_pool_alloc_algo_owner()
311 nbits - remain); in gen_pool_alloc_algo_owner()
312 BUG_ON(remain); in gen_pool_alloc_algo_owner()
492 unsigned long start_bit, nbits, remain; in gen_pool_free_owner() local
507 remain = bitmap_clear_ll(chunk->bits, start_bit, nbits); in gen_pool_free_owner()
508 BUG_ON(remain); in gen_pool_free_owner()
/linux/net/rxrpc/
A Dsendmsg.c330 size_t remain, bufsize, chunk, offset; in rxrpc_send_data() local
349 remain = more ? INT_MAX : msg_data_left(msg); in rxrpc_send_data()
350 ret = call->conn->security->how_much_data(call, remain, in rxrpc_send_data()
373 sp->remain = chunk; in rxrpc_send_data()
374 if (sp->remain > skb_tailroom(skb)) in rxrpc_send_data()
375 sp->remain = skb_tailroom(skb); in rxrpc_send_data()
381 sp->remain); in rxrpc_send_data()
395 if (copy > sp->remain) in rxrpc_send_data()
396 copy = sp->remain; in rxrpc_send_data()
403 sp->remain -= copy; in rxrpc_send_data()
[all …]
/linux/fs/ocfs2/
A Dfilecheck.c302 ssize_t ret = 0, total = 0, remain = PAGE_SIZE; in ocfs2_filecheck_attr_show() local
313 total = snprintf(buf, remain, "%u\n", ent->fs_fcheck->fc_max); in ocfs2_filecheck_attr_show()
318 ret = snprintf(buf, remain, "INO\t\tDONE\tERROR\n"); in ocfs2_filecheck_attr_show()
320 remain -= ret; in ocfs2_filecheck_attr_show()
326 ret = snprintf(buf + total, remain, "%lu\t\t%u\t%s\n", in ocfs2_filecheck_attr_show()
329 if (ret >= remain) { in ocfs2_filecheck_attr_show()
335 remain -= ret; in ocfs2_filecheck_attr_show()
/linux/arch/powerpc/kernel/
A Dudbg.c102 int remain = n; in udbg_write() local
109 while (((c = *s++) != '\0') && (remain-- > 0)) { in udbg_write()
117 return n - remain; in udbg_write()
/linux/arch/alpha/lib/
A Dmemchr.S72 # Deal with the case where at most 8 bytes remain to be searched
103 # Deal with the case where $18 > 8 bytes remain to be
127 # At least two quads remain to be accessed.
133 # At least three quads remain to be accessed
/linux/drivers/usb/gadget/udc/aspeed-vhub/
A Dep0.c239 unsigned int remain; in ast_vhub_ep0_do_receive() local
243 remain = req->req.length - req->req.actual; in ast_vhub_ep0_do_receive()
245 EPVDBG(ep, "receive got=%d remain=%d\n", len, remain); in ast_vhub_ep0_do_receive()
248 if (len > remain) { in ast_vhub_ep0_do_receive()
250 len - remain); in ast_vhub_ep0_do_receive()
251 len = remain; in ast_vhub_ep0_do_receive()
259 if (len < ep->ep.maxpacket || len == remain) { in ast_vhub_ep0_do_receive()

Completed in 45 milliseconds

12345678910>>...13