Searched refs:done (Results 1 - 200 of 5347) sorted by relevance

1234567891011>>

/linux-4.4.14/tools/testing/selftests/futex/
H A DMakefile7 for DIR in $(SUBDIRS); do $(MAKE) -C $$DIR $@ ; done
21 done;
29 for DIR in $(SUBDIRS); do $(MAKE) -C $$DIR $@ ; done
/linux-4.4.14/lib/
H A Donce.c36 bool __do_once_start(bool *done, unsigned long *flags) __acquires()
40 if (*done) { __acquires()
54 void __do_once_done(bool *done, struct static_key *once_key,
58 *done = true; __releases()
/linux-4.4.14/arch/ia64/include/asm/
H A Dmmu.h7 * (e.g., as done in activate_mm() and init_new_context()).
/linux-4.4.14/tools/testing/selftests/powerpc/
H A DMakefile39 done;
45 done;
51 done;
57 done;
/linux-4.4.14/tools/testing/selftests/
H A DMakefile48 done;
53 done;
58 done;
63 done;
68 done;
83 done;
96 done;
106 done;
H A Dlib.mk8 done;
32 done;
/linux-4.4.14/arch/powerpc/platforms/chrp/
H A Dnvram.c28 unsigned int done; chrp_nvram_read() local
38 if ((rtas_call(rtas_token("nvram-fetch"), 3, 2, &done, addr, chrp_nvram_read()
39 __pa(nvram_buf), 1) != 0) || 1 != done) chrp_nvram_read()
50 unsigned int done; chrp_nvram_write() local
60 if ((rtas_call(rtas_token("nvram-store"), 3, 2, &done, addr, chrp_nvram_write()
61 __pa(nvram_buf), 1) != 0) || 1 != done) chrp_nvram_write()
/linux-4.4.14/drivers/media/v4l2-core/
H A Dvideobuf-core.c70 init_waitqueue_head(&vb->done); videobuf_alloc_vb()
110 ret = wait_event_interruptible(vb->done, is_state_active_or_queued(q, vb)); videobuf_waiton()
112 wait_event(vb->done, is_state_active_or_queued(q, vb)); videobuf_waiton()
280 wake_up_all(&q->bufs[i]->done); videobuf_queue_cancel()
457 goto done; videobuf_reqbufs()
463 goto done; videobuf_reqbufs()
468 goto done; videobuf_reqbufs()
474 goto done; videobuf_reqbufs()
489 goto done; videobuf_reqbufs()
495 done: videobuf_reqbufs()
508 goto done; videobuf_querybuf()
512 goto done; videobuf_querybuf()
516 goto done; videobuf_querybuf()
522 done: videobuf_querybuf()
544 goto done; videobuf_qbuf()
549 goto done; videobuf_qbuf()
553 goto done; videobuf_qbuf()
558 goto done; videobuf_qbuf()
563 goto done; videobuf_qbuf()
567 goto done; videobuf_qbuf()
575 goto done; videobuf_qbuf()
589 goto done; videobuf_qbuf()
601 goto done; videobuf_qbuf()
609 goto done; videobuf_qbuf()
622 done: videobuf_qbuf()
641 goto done; stream_next_buffer_check_queue()
648 goto done; stream_next_buffer_check_queue()
663 goto done; stream_next_buffer_check_queue()
671 done: stream_next_buffer_check_queue()
684 goto done; stream_next_buffer()
689 goto done; stream_next_buffer()
692 done: stream_next_buffer()
710 goto done; videobuf_dqbuf()
718 dprintk(1, "dqbuf: state is done\n"); videobuf_dqbuf()
723 goto done; videobuf_dqbuf()
730 done: videobuf_dqbuf()
745 goto done; videobuf_streamon()
748 goto done; videobuf_streamon()
757 done: videobuf_streamon()
809 goto done; videobuf_read_zerocopy()
824 done: videobuf_read_zerocopy()
895 /* ok, all done */ videobuf_read_one()
896 goto done; videobuf_read_one()
907 goto done; videobuf_read_one()
916 goto done; videobuf_read_one()
926 /* wait until capture is done */ videobuf_read_one()
929 goto done; videobuf_read_one()
939 goto done; videobuf_read_one()
945 goto done; videobuf_read_one()
955 done: videobuf_read_one()
1060 goto done; videobuf_read_stream()
1064 goto done; videobuf_read_stream()
1101 /* requeue buffer when done with copying */ videobuf_read_stream()
1114 done: videobuf_read_stream()
1151 poll_wait(file, &buf->done, wait); videobuf_poll_stream()
/linux-4.4.14/drivers/vfio/pci/
H A Dvfio_pci_rdwr.c34 ssize_t done = 0; do_io_rw() local
108 done += filled; do_io_rw()
113 return done; do_io_rw()
125 ssize_t done; vfio_pci_bar_rw() local
169 done = do_io_rw(io, buf, pos, count, x_start, x_end, iswrite); vfio_pci_bar_rw()
171 if (done >= 0) vfio_pci_bar_rw()
172 *ppos += done; vfio_pci_bar_rw()
177 return done; vfio_pci_bar_rw()
188 ssize_t done; vfio_pci_vga_rw() local
228 done = do_io_rw(iomem, buf, off, count, 0, 0, iswrite); vfio_pci_vga_rw()
234 if (done >= 0) vfio_pci_vga_rw()
235 *ppos += done; vfio_pci_vga_rw()
237 return done; vfio_pci_vga_rw()
/linux-4.4.14/fs/
H A Dfs_pin.c16 pin->done = 1; pin_remove()
45 if (likely(!p->done)) { pin_kill()
46 p->done = -1; pin_kill()
52 if (p->done > 0) { pin_kill()
68 if (p->done > 0) { pin_kill()
/linux-4.4.14/tools/testing/selftests/zram/
H A Dzram_lib.sh40 done
44 done
49 done
108 done
126 done
142 done
159 done
181 echo "done with /dev/zram$i"
183 done
197 done
218 done
230 done
H A Dzram01.sh55 done
57 done
66 done
/linux-4.4.14/Documentation/mic/mpssd/
H A Dmicctrl51 done
72 done
96 done
117 done
128 done
143 done
H A Dmpss97 done
100 done
126 done
127 done
/linux-4.4.14/arch/x86/um/
H A Dstub_32.S18 jz done
45 done: label
H A Dstub_64.S18 jz done
45 done: label
/linux-4.4.14/arch/powerpc/crypto/
H A Dsha1.c46 unsigned int partial, done; sha1_update() local
51 done = 0; sha1_update()
58 done = -partial; sha1_update()
59 memcpy(sctx->buffer + partial, data, done + 64); sha1_update()
65 done += 64; sha1_update()
66 src = data + done; sha1_update()
67 } while (done + 63 < len); sha1_update()
72 memcpy(sctx->buffer + partial, src, len - done); sha1_update()
/linux-4.4.14/kernel/
H A Dstop_machine.c58 static void cpu_stop_init_done(struct cpu_stop_done *done, unsigned int nr_todo) cpu_stop_init_done() argument
60 memset(done, 0, sizeof(*done)); cpu_stop_init_done()
61 atomic_set(&done->nr_todo, nr_todo); cpu_stop_init_done()
62 init_completion(&done->completion); cpu_stop_init_done()
65 /* signal completion unless @done is NULL */ cpu_stop_signal_done()
66 static void cpu_stop_signal_done(struct cpu_stop_done *done, bool executed) cpu_stop_signal_done() argument
68 if (done) { cpu_stop_signal_done()
70 done->executed = true; cpu_stop_signal_done()
71 if (atomic_dec_and_test(&done->nr_todo)) cpu_stop_signal_done()
72 complete(&done->completion); cpu_stop_signal_done()
93 cpu_stop_signal_done(work->done, false); cpu_stop_queue_work()
123 struct cpu_stop_done done; stop_one_cpu() local
124 struct cpu_stop_work work = { .fn = fn, .arg = arg, .done = &done }; stop_one_cpu()
126 cpu_stop_init_done(&done, 1); stop_one_cpu()
128 wait_for_completion(&done.completion); stop_one_cpu()
129 return done.executed ? done.ret : -ENOENT; stop_one_cpu()
257 struct cpu_stop_done done; stop_two_cpus() local
272 .done = &done stop_two_cpus()
275 cpu_stop_init_done(&done, 2); stop_two_cpus()
287 wait_for_completion(&done.completion); stop_two_cpus()
289 return done.executed ? done.ret : -ENOENT; stop_two_cpus()
318 struct cpu_stop_done *done) queue_stop_cpus_work()
333 work->done = done; for_each_cpu()
342 struct cpu_stop_done done; __stop_cpus() local
344 cpu_stop_init_done(&done, cpumask_weight(cpumask)); __stop_cpus()
345 queue_stop_cpus_work(cpumask, fn, arg, &done); __stop_cpus()
346 wait_for_completion(&done.completion); __stop_cpus()
347 return done.executed ? done.ret : -ENOENT; __stop_cpus()
450 struct cpu_stop_done *done = work->done; cpu_stopper_thread() local
458 done->ret = ret; cpu_stopper_thread()
467 cpu_stop_signal_done(done, true); cpu_stopper_thread()
608 struct cpu_stop_done done; stop_machine_from_inactive_cpu() local
621 cpu_stop_init_done(&done, num_active_cpus()); stop_machine_from_inactive_cpu()
623 &done); stop_machine_from_inactive_cpu()
627 while (!completion_done(&done.completion)) stop_machine_from_inactive_cpu()
631 return ret ?: done.ret; stop_machine_from_inactive_cpu()
316 queue_stop_cpus_work(const struct cpumask *cpumask, cpu_stop_fn_t fn, void *arg, struct cpu_stop_done *done) queue_stop_cpus_work() argument
H A Dkthread.c4 * Creation is done via kthreadd, so that we get a clean environment
36 struct completion *done; member in struct:kthread_create_info
183 struct completion *done; kthread() local
194 done = xchg(&create->done, NULL); kthread()
195 if (!done) { kthread()
202 complete(done); kthread()
236 struct completion *done = xchg(&create->done, NULL); create_kthread() local
238 if (!done) { create_kthread()
243 complete(done); create_kthread()
275 DECLARE_COMPLETION_ONSTACK(done); kthread_create_on_node()
285 create->done = &done; kthread_create_on_node()
297 if (unlikely(wait_for_completion_killable(&done))) { kthread_create_on_node()
303 if (xchg(&create->done, NULL)) kthread_create_on_node()
309 wait_for_completion(&done); kthread_create_on_node()
644 struct completion done; member in struct:kthread_flush_work
651 complete(&fwork->done); kthread_flush_work_fn()
664 COMPLETION_INITIALIZER_ONSTACK(fwork.done), flush_kthread_work()
690 wait_for_completion(&fwork.done); flush_kthread_work()
705 COMPLETION_INITIALIZER_ONSTACK(fwork.done), flush_kthread_worker()
709 wait_for_completion(&fwork.done); flush_kthread_worker()
/linux-4.4.14/net/atm/
H A Dresources.c292 goto done; atm_dev_ioctl()
299 goto done; atm_dev_ioctl()
309 goto done; atm_dev_ioctl()
319 goto done; atm_dev_ioctl()
323 goto done; atm_dev_ioctl()
327 goto done; atm_dev_ioctl()
332 goto done; atm_dev_ioctl()
339 goto done; atm_dev_ioctl()
345 goto done; atm_dev_ioctl()
352 goto done; atm_dev_ioctl()
358 goto done; atm_dev_ioctl()
371 goto done; atm_dev_ioctl()
376 goto done; atm_dev_ioctl()
386 goto done; atm_dev_ioctl()
394 goto done; atm_dev_ioctl()
399 goto done; atm_dev_ioctl()
405 goto done; atm_dev_ioctl()
415 goto done; atm_dev_ioctl()
423 goto done; atm_dev_ioctl()
430 goto done; atm_dev_ioctl()
436 goto done; atm_dev_ioctl()
444 done: atm_dev_ioctl()
H A Dioctl.c65 goto done; do_vcc_ioctl()
69 goto done; do_vcc_ioctl()
76 goto done; do_vcc_ioctl()
81 goto done; do_vcc_ioctl()
90 goto done; do_vcc_ioctl()
98 goto done; do_vcc_ioctl()
103 goto done; do_vcc_ioctl()
107 goto done; do_vcc_ioctl()
118 goto done; do_vcc_ioctl()
127 goto done; do_vcc_ioctl()
133 goto done; do_vcc_ioctl()
140 goto done; do_vcc_ioctl()
178 goto done; do_vcc_ioctl()
182 done: do_vcc_ioctl()
/linux-4.4.14/drivers/mfd/
H A Dcros_ec_i2c.c105 goto done; cros_ec_pkt_xfer_i2c()
109 goto done; cros_ec_pkt_xfer_i2c()
123 goto done; cros_ec_pkt_xfer_i2c()
139 goto done; cros_ec_pkt_xfer_i2c()
148 goto done; cros_ec_pkt_xfer_i2c()
157 goto done; cros_ec_pkt_xfer_i2c()
175 goto done; cros_ec_pkt_xfer_i2c()
180 done: cros_ec_pkt_xfer_i2c()
212 goto done; cros_ec_cmd_xfer_i2c()
223 goto done; cros_ec_cmd_xfer_i2c()
243 goto done; cros_ec_cmd_xfer_i2c()
247 goto done; cros_ec_cmd_xfer_i2c()
254 goto done; cros_ec_cmd_xfer_i2c()
261 goto done; cros_ec_cmd_xfer_i2c()
275 goto done; cros_ec_cmd_xfer_i2c()
279 done: cros_ec_cmd_xfer_i2c()
/linux-4.4.14/scripts/
H A Dheaders.sh28 done
H A Dgfp-translate40 done
83 done
H A Dpatch-kernel86 done
150 echo "done."
172 echo "done."
277 done
278 #echo "#___sublevel all done"
295 #echo "#___extraver all done"
297 done
302 # They could have done -ac (get latest) or -acxx where xx=version they want
315 done
H A Dsetlocalversion80 # All done with git
104 # All done with mercurial
113 # All done with svn
131 done
/linux-4.4.14/init/
H A Ddo_mounts_rd.c104 goto done; identify_ramdisk_image()
114 goto done; identify_ramdisk_image()
122 goto done; identify_ramdisk_image()
132 goto done; identify_ramdisk_image()
146 goto done; identify_ramdisk_image()
162 goto done; identify_ramdisk_image()
172 goto done; identify_ramdisk_image()
179 done: identify_ramdisk_image()
208 goto done; rd_load_image()
213 goto done; rd_load_image()
235 goto done; rd_load_image()
251 goto done; rd_load_image()
257 goto done; rd_load_image()
264 printk("done disk #%d.\n", disk++); rd_load_image()
287 printk("done.\n"); rd_load_image()
291 done: rd_load_image()
H A Ddo_mounts.c137 goto done; devt_from_partuuid()
146 goto done; devt_from_partuuid()
152 goto done; devt_from_partuuid()
170 done: devt_from_partuuid()
223 goto done; name_to_dev_t()
241 goto done; name_to_dev_t()
247 goto done; name_to_dev_t()
250 goto done; name_to_dev_t()
260 goto done; name_to_dev_t()
276 goto done; name_to_dev_t()
284 goto done; name_to_dev_t()
288 done: name_to_dev_t()
/linux-4.4.14/include/linux/
H A Dcuda.h15 void (*done)(struct adb_request *), int nbytes, ...);
H A Dfs_pin.h5 int done; member in struct:fs_pin
H A Dkeyboard.h11 struct vc_data *vc; /* VC on which the keyboard press was done */
H A Dadb.h18 void (*done)(struct adb_request *); member in struct:adb_request
42 #define ADBREQ_SYNC 2 /* poll until done */
54 int adb_request(struct adb_request *req, void (*done)(struct adb_request *),
H A Dvia-core.h127 #define VDE_I_DMA0DDONE 0x00000010 /* DMA 0 descr done */
128 #define VDE_I_DMA0TDONE 0x00000020 /* DMA 0 transfer done */
129 #define VDE_I_DMA1DDONE 0x00000040 /* DMA 1 descr done */
130 #define VDE_I_DMA1TDONE 0x00000080 /* DMA 1 transfer done */
143 #define VDE_I_DMA0DDEN 0x00100000 /* DMA 0 descr done enable */
144 #define VDE_I_DMA0TDEN 0x00200000 /* DMA 0 trans done enable */
145 #define VDE_I_DMA1DDEN 0x00400000 /* DMA 1 descr done enable */
146 #define VDE_I_DMA1TDEN 0x00800000 /* DMA 1 trans done enable */
170 #define VDMA_MR_TDIE 0x02 /* Transfer done int enable */
175 #define VDMA_C_DONE 0x08 /* Transfer is done */
H A Dlz4.h31 * dst_len : is the output size, which is returned after compress done
48 * dst_len : is the output size, which is returned after compress done
62 * src_len : is the input size, whcih is returned after decompress done
80 * decompress done
H A Donce.h7 bool __do_once_start(bool *done, unsigned long *flags);
8 void __do_once_done(bool *done, struct static_key *once_key,
H A Dcompletion.h26 unsigned int done; member in struct:completion
75 x->done = 0; init_completion()
88 x->done = 0; reinit_completion()
H A Dmg_disk.h30 /* same as MG_STORAGE_DEV, but bootloader already done reset sequence */
H A Drfkill-regulator.h24 * .dev_name as done above, and use the same id when declaring the platform
H A Dkern_levels.h19 * Annotation for a "continued" line of log printout (only done after a
H A Dleds-regulator.h23 * .dev_name as done above, and use the same id when declaring the platform
/linux-4.4.14/arch/s390/include/uapi/asm/
H A Dtypes.h14 /* A address type so that arithmetic can be done on it & it can be upgraded to
/linux-4.4.14/arch/mn10300/unit-asb2364/
H A DMakefile4 # Note! Dependencies are done automagically by 'make dep', which also
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
H A Dcommon.c54 goto done; brcmf_c_preinit_dcmds()
91 goto done; brcmf_c_preinit_dcmds()
107 goto done; brcmf_c_preinit_dcmds()
118 goto done; brcmf_c_preinit_dcmds()
127 goto done; brcmf_c_preinit_dcmds()
149 goto done; brcmf_c_preinit_dcmds()
156 goto done; brcmf_c_preinit_dcmds()
165 goto done; brcmf_c_preinit_dcmds()
174 goto done; brcmf_c_preinit_dcmds()
179 done: brcmf_c_preinit_dcmds()
/linux-4.4.14/arch/powerpc/sysdev/
H A Dscom.c112 ssize_t done = 0; scom_debug_read() local
131 if (!done) scom_debug_read()
132 done = rc; scom_debug_read()
137 done += 8; scom_debug_read()
140 return done; scom_debug_read()
149 ssize_t done = 0; scom_debug_write() local
168 if (!done) scom_debug_write()
169 done = rc; scom_debug_write()
173 done += 8; scom_debug_write()
176 return done; scom_debug_write()
/linux-4.4.14/drivers/staging/iio/adc/
H A Dad7606_ring.c59 goto done; ad7606_poll_bh_to_ring()
67 goto done; ad7606_poll_bh_to_ring()
72 goto done; ad7606_poll_bh_to_ring()
77 goto done; ad7606_poll_bh_to_ring()
81 done: ad7606_poll_bh_to_ring()
/linux-4.4.14/drivers/crypto/
H A Dpadlock-sha.c309 unsigned int partial, done; padlock_sha1_update_nano() local
319 done = 0; padlock_sha1_update_nano()
327 done = -partial; padlock_sha1_update_nano()
329 done + SHA1_BLOCK_SIZE); padlock_sha1_update_nano()
336 done += SHA1_BLOCK_SIZE; padlock_sha1_update_nano()
337 src = data + done; padlock_sha1_update_nano()
341 if (len - done >= SHA1_BLOCK_SIZE) { padlock_sha1_update_nano()
346 "c"((unsigned long)((len - done) / SHA1_BLOCK_SIZE))); padlock_sha1_update_nano()
348 done += ((len - done) - (len - done) % SHA1_BLOCK_SIZE); padlock_sha1_update_nano()
349 src = data + done; padlock_sha1_update_nano()
354 memcpy(sctx->buffer + partial, src, len - done); padlock_sha1_update_nano()
398 unsigned int partial, done; padlock_sha256_update_nano() local
408 done = 0; padlock_sha256_update_nano()
416 done = -partial; padlock_sha256_update_nano()
418 done + SHA256_BLOCK_SIZE); padlock_sha256_update_nano()
425 done += SHA256_BLOCK_SIZE; padlock_sha256_update_nano()
426 src = data + done; padlock_sha256_update_nano()
430 if (len - done >= SHA256_BLOCK_SIZE) { padlock_sha256_update_nano()
435 "c"((unsigned long)((len - done) / 64))); padlock_sha256_update_nano()
437 done += ((len - done) - (len - done) % 64); padlock_sha256_update_nano()
438 src = data + done; padlock_sha256_update_nano()
443 memcpy(sctx->buf + partial, src, len - done); padlock_sha256_update_nano()
H A Dtalitos.h74 * @callback: whom to call when descriptor processing is done
102 /* index to next in-progress/done descriptor request */
203 #define TALITOS1_IMR_DONE ISR1_FORMAT(0x5) /* done IRQs */
206 #define TALITOS2_IMR_DONE ISR1_FORMAT(0x5) /* done IRQs */
212 #define TALITOS1_ISR_4CHDONE ISR1_FORMAT(0x5) /* 4 ch done mask */
215 #define TALITOS2_ISR_4CHDONE ISR2_FORMAT(0x5) /* 4 ch done mask */
217 #define TALITOS2_ISR_CH_0_2_DONE ISR2_FORMAT(0x1) /* ch 0, 2 done mask */
219 #define TALITOS2_ISR_CH_1_3_DONE ISR2_FORMAT(0x4) /* ch 1, 3 done mask */
236 #define TALITOS_CCCR_LO_CDWE 0x10 /* chan. done writeback enab. */
238 #define TALITOS_CCCR_LO_CDIE 0x2 /* channel done IRQ enable */
316 #define TALITOS_RNGUSR_LO_RD 0x1 /* reset done */
327 /* written back when done */
400 /* request done notification (DN) */
/linux-4.4.14/arch/sh/drivers/dma/
H A Ddmabrg.c25 * 0 | USB-DMA | ... | xfer done | DMABRGI1
27 * 2 | HAC0/SSI0 | play| all done | DMABRGI1
28 * 3 | HAC0/SSI0 | play| half done | DMABRGI2
29 * 4 | HAC0/SSI0 | rec | all done | DMABRGI1
30 * 5 | HAC0/SSI0 | rec | half done | DMABRGI2
31 * 6 | HAC1/SSI1 | play| all done | DMABRGI1
32 * 7 | HAC1/SSI1 | play| half done | DMABRGI2
33 * 8 | HAC1/SSI1 | rec | all done | DMABRGI1
34 * 9 | HAC1/SSI1 | rec | half done | DMABRGI2
/linux-4.4.14/arch/sparc/crypto/
H A Dmd5_glue.c48 unsigned int done = 0; __md5_sparc64_update() local
52 done = MD5_HMAC_BLOCK_SIZE - partial; __md5_sparc64_update()
53 memcpy((u8 *)sctx->block + partial, data, done); __md5_sparc64_update()
56 if (len - done >= MD5_HMAC_BLOCK_SIZE) { __md5_sparc64_update()
57 const unsigned int rounds = (len - done) / MD5_HMAC_BLOCK_SIZE; __md5_sparc64_update()
59 md5_sparc64_transform(sctx->hash, data + done, rounds); __md5_sparc64_update()
60 done += rounds * MD5_HMAC_BLOCK_SIZE; __md5_sparc64_update()
63 memcpy(sctx->block, data + done, len - done); __md5_sparc64_update()
H A Dsha1_glue.c43 unsigned int done = 0; __sha1_sparc64_update() local
47 done = SHA1_BLOCK_SIZE - partial; __sha1_sparc64_update()
48 memcpy(sctx->buffer + partial, data, done); __sha1_sparc64_update()
51 if (len - done >= SHA1_BLOCK_SIZE) { __sha1_sparc64_update()
52 const unsigned int rounds = (len - done) / SHA1_BLOCK_SIZE; __sha1_sparc64_update()
54 sha1_sparc64_transform(sctx->state, data + done, rounds); __sha1_sparc64_update()
55 done += rounds * SHA1_BLOCK_SIZE; __sha1_sparc64_update()
58 memcpy(sctx->buffer, data + done, len - done); __sha1_sparc64_update()
H A Dsha256_glue.c64 unsigned int done = 0; __sha256_sparc64_update() local
68 done = SHA256_BLOCK_SIZE - partial; __sha256_sparc64_update()
69 memcpy(sctx->buf + partial, data, done); __sha256_sparc64_update()
72 if (len - done >= SHA256_BLOCK_SIZE) { __sha256_sparc64_update()
73 const unsigned int rounds = (len - done) / SHA256_BLOCK_SIZE; __sha256_sparc64_update()
75 sha256_sparc64_transform(sctx->state, data + done, rounds); __sha256_sparc64_update()
76 done += rounds * SHA256_BLOCK_SIZE; __sha256_sparc64_update()
79 memcpy(sctx->buf, data + done, len - done); __sha256_sparc64_update()
H A Dsha512_glue.c63 unsigned int done = 0; __sha512_sparc64_update() local
68 done = SHA512_BLOCK_SIZE - partial; __sha512_sparc64_update()
69 memcpy(sctx->buf + partial, data, done); __sha512_sparc64_update()
72 if (len - done >= SHA512_BLOCK_SIZE) { __sha512_sparc64_update()
73 const unsigned int rounds = (len - done) / SHA512_BLOCK_SIZE; __sha512_sparc64_update()
75 sha512_sparc64_transform(sctx->state, data + done, rounds); __sha512_sparc64_update()
76 done += rounds * SHA512_BLOCK_SIZE; __sha512_sparc64_update()
79 memcpy(sctx->buf, data + done, len - done); __sha512_sparc64_update()
/linux-4.4.14/tools/testing/selftests/cpu-hotplug/
H A Dcpu-on-off-test.sh53 done
156 done
193 done
200 done
207 done
242 done
250 done
258 done
266 done
/linux-4.4.14/tools/testing/selftests/memory-hotplug/
H A Dmem-on-off-test.sh39 done
136 done
156 done
166 done
174 done
211 done
219 done
227 done
235 done
/linux-4.4.14/arch/m68k/include/asm/
H A Damigaints.h49 /* Blitter done interrupt */
79 #define IF_AUD3 0x0400 /* audio channel 3 done interrupt */
80 #define IF_AUD2 0x0200 /* audio channel 2 done interrupt */
81 #define IF_AUD1 0x0100 /* audio channel 1 done interrupt */
82 #define IF_AUD0 0x0080 /* audio channel 0 done interrupt */
83 #define IF_BLIT 0x0040 /* blitter done interrupt */
/linux-4.4.14/tools/testing/selftests/timers/
H A Dthreadtest.c47 int done = 0; variable
68 done = 1; checklist()
95 while (!done) { shared_thread()
120 while (!done) { independent_thread()
185 if (done) { main()
193 done = 1; main()
H A Dposix_timers.c23 static volatile int done; variable
28 while (!done); user_loop()
40 while (!done && !err) { kernel_loop()
56 done = 1; sig_handler()
97 done = 0; check_itimer()
156 done = 0; check_timer_create()
/linux-4.4.14/drivers/media/platform/vsp1/
H A Dvsp1_drv.c156 goto done; vsp1_create_entities()
163 goto done; vsp1_create_entities()
171 goto done; vsp1_create_entities()
179 goto done; vsp1_create_entities()
188 goto done; vsp1_create_entities()
198 goto done; vsp1_create_entities()
210 goto done; vsp1_create_entities()
221 goto done; vsp1_create_entities()
233 goto done; vsp1_create_entities()
246 goto done; vsp1_create_entities()
261 goto done; vsp1_create_entities()
277 goto done; vsp1_create_entities()
282 done: vsp1_create_entities()
356 goto done; vsp1_device_get()
360 goto done; vsp1_device_get()
365 goto done; vsp1_device_get()
368 done: vsp1_device_get()
/linux-4.4.14/kernel/sched/
H A Dcompletion.c34 x->done++; complete()
54 x->done += UINT_MAX/2; complete_all()
64 if (!x->done) { do_wait_for_common()
77 } while (!x->done && timeout); do_wait_for_common()
79 if (!x->done) do_wait_for_common()
82 x->done--; do_wait_for_common()
258 * Return: 0 if a decrement cannot be done without blocking
272 * Since x->done will need to be locked only try_wait_for_completion()
273 * in the non-blocking case, we check x->done try_wait_for_completion()
277 if (!READ_ONCE(x->done)) try_wait_for_completion()
281 if (!x->done) try_wait_for_completion()
284 x->done--; try_wait_for_completion()
300 if (!READ_ONCE(x->done)) completion_done()
304 * If ->done, we need to wait for complete() to release ->wait.lock completion_done()
306 * is done referencing it. completion_done()
309 * the loads of ->done and ->wait.lock such that we cannot observe completion_done()
310 * the lock before complete() acquires it while observing the ->done completion_done()
/linux-4.4.14/drivers/usb/host/
H A Duhci-debug.c66 goto done; uhci_show_td()
93 done: uhci_show_td()
115 goto done; uhci_show_urbp()
135 goto done; uhci_show_urbp()
157 done: uhci_show_urbp()
193 goto done; uhci_show_qh()
208 goto done; uhci_show_qh()
244 goto done; uhci_show_qh()
254 done: uhci_show_qh()
333 goto done; uhci_show_status()
344 goto done; uhci_show_status()
352 goto done; uhci_show_status()
356 goto done; uhci_show_status()
360 goto done; uhci_show_status()
367 done: uhci_show_status()
391 goto done; uhci_sprint_schedule()
417 goto done; uhci_sprint_schedule()
440 goto done; uhci_sprint_schedule()
467 goto done; uhci_sprint_schedule()
479 goto done; uhci_sprint_schedule()
497 goto done; uhci_sprint_schedule()
538 goto done; uhci_sprint_schedule()
541 done: uhci_sprint_schedule()
/linux-4.4.14/drivers/media/pci/ttpci/
H A Dav7110_ipack.c18 p->done = 0; av7110_ipack_reset()
153 && (p->found < 5 || !p->done)) { av7110_ipack_instant_repack()
183 p->done = 1; av7110_ipack_instant_repack()
219 if (!p->done) { av7110_ipack_instant_repack()
235 if (!p->done && p->mpeg == 2) { av7110_ipack_instant_repack()
243 if (!p->done && p->mpeg == 2) { av7110_ipack_instant_repack()
258 if (p->done || ((p->mpeg == 2 && p->found >= 9) || av7110_ipack_instant_repack()
385 if (p->done) { av7110_ipack_instant_repack()
/linux-4.4.14/arch/um/kernel/skas/
H A Dclone.c40 goto done; stub_clone_handler()
50 done: stub_clone_handler()
/linux-4.4.14/arch/um/os-Linux/skas/
H A Dmem.c112 int done) run_syscall_stub()
129 if (!done && ((((unsigned long) stack) & ~UM_KERN_PAGE_MASK) < run_syscall_stub()
171 int phys_fd, unsigned long long offset, int done, void **data) map()
179 data, done); map()
185 int done, void **data) unmap()
192 data, done); unmap()
198 unsigned int prot, int done, void **data) protect()
204 data, done); protect()
110 run_syscall_stub(struct mm_id * mm_idp, int syscall, unsigned long *args, long expected, void **addr, int done) run_syscall_stub() argument
170 map(struct mm_id * mm_idp, unsigned long virt, unsigned long len, int prot, int phys_fd, unsigned long long offset, int done, void **data) map() argument
184 unmap(struct mm_id * mm_idp, unsigned long addr, unsigned long len, int done, void **data) unmap() argument
197 protect(struct mm_id * mm_idp, unsigned long addr, unsigned long len, unsigned int prot, int done, void **data) protect() argument
/linux-4.4.14/arch/alpha/lib/
H A Dstrlen.S38 found: blbs $2, done # make aligned case fast
54 done: subq $0, $16, $0 label
H A Dmemcpy.c21 * This should be done in one go with ldq_u*2/mask/stq_u. Do it
40 * This should similarly be done with ldq_u*2/mask/stq. The destination
57 * This should be done with ldq/mask/stq. The source and destination are
H A Dev6-memcpy.S34 ble $18, $nomoredata # U : done with the copy?
57 ble $18, $nomoredata # U : done with the copy?
158 ble $18, $nomoredata # U : All-done
171 bgt $18, $tail_bytes # U : more to be done?
/linux-4.4.14/arch/mips/cavium-octeon/crypto/
H A Docteon-sha1.c96 unsigned int done; __octeon_sha1_update() local
101 done = 0; __octeon_sha1_update()
106 done = -partial; __octeon_sha1_update()
108 done + SHA1_BLOCK_SIZE); __octeon_sha1_update()
114 done += SHA1_BLOCK_SIZE; __octeon_sha1_update()
115 src = data + done; __octeon_sha1_update()
116 } while (done + SHA1_BLOCK_SIZE <= len); __octeon_sha1_update()
120 memcpy(sctx->buffer + partial, src, len - done); __octeon_sha1_update()
H A Docteon-sha256.c108 unsigned int done; __octeon_sha256_update() local
113 done = 0; __octeon_sha256_update()
118 done = -partial; __octeon_sha256_update()
120 done + SHA256_BLOCK_SIZE); __octeon_sha256_update()
126 done += SHA256_BLOCK_SIZE; __octeon_sha256_update()
127 src = data + done; __octeon_sha256_update()
128 } while (done + SHA256_BLOCK_SIZE <= len); __octeon_sha256_update()
132 memcpy(sctx->buf + partial, src, len - done); __octeon_sha256_update()
/linux-4.4.14/arch/arm/mach-imx/
H A Dcpuidle-imx6q.c34 goto done; imx6q_enter_wait()
39 done: imx6q_enter_wait()
/linux-4.4.14/arch/arm/mach-imx/devices/
H A Ddevices.c39 goto done; mxc_device_init()
43 done: mxc_device_init()
/linux-4.4.14/sound/usb/line6/
H A Dmidi.c48 int req, done; line6_midi_transmit() local
52 done = snd_rawmidi_transmit_peek(substream, chunk, req); line6_midi_transmit()
54 if (done == 0) line6_midi_transmit()
57 line6_midibuf_write(mb, chunk, done); line6_midi_transmit()
58 snd_rawmidi_transmit_ack(substream, done); line6_midi_transmit()
62 done = line6_midibuf_read(mb, chunk, line6_midi_transmit()
65 if (done == 0) line6_midi_transmit()
68 send_midi_async(line6, chunk, done); line6_midi_transmit()
H A Ddriver.c52 int done; member in struct:message
92 int i, done = 0; line6_send_raw_message() local
112 done += frag_size; line6_send_raw_message()
115 return done; line6_send_raw_message()
125 if (msg->done >= msg->size) { line6_async_request_sent()
140 int done = msg->done; line6_send_raw_message_async_part() local
141 int bytes = min(msg->size - done, line6->max_packet_size); line6_send_raw_message_async_part()
145 (char *)msg->buffer + done, bytes, line6_send_raw_message_async_part()
148 msg->done += bytes; line6_send_raw_message_async_part()
199 msg->done = 0; line6_send_raw_message_async()
267 int done; line6_data_received() local
272 done = line6_data_received()
275 if (done < urb->actual_length) { line6_data_received()
276 line6_midibuf_ignore(mb, done); line6_data_received()
278 done, urb->actual_length); line6_data_received()
282 done = line6_data_received()
286 if (done == 0) line6_data_received()
289 line6->message_length = done; line6_data_received()
290 line6_midi_receive(line6, line6->buffer_message, done); line6_data_received()
/linux-4.4.14/tools/perf/
H A Dperf-completion.sh42 done
47 done
84 done
104 done
139 done
141 done
200 done
224 done
/linux-4.4.14/tools/power/cpupower/bench/
H A Dcpufreq-bench_script.sh62 done
63 done
74 done
78 done
84 done
88 done
94 done
95 done
H A Dcpufreq-bench_plot.sh60 done
74 done
100 done
/linux-4.4.14/virt/kvm/
H A Dasync_pf.c67 INIT_LIST_HEAD(&vcpu->async_pf.done); kvm_async_pf_vcpu_init()
87 list_add_tail(&apf->link, &vcpu->async_pf.done); async_pf_execute()
129 while (!list_empty(&vcpu->async_pf.done)) { kvm_clear_async_pf_completion_queue()
131 list_entry(vcpu->async_pf.done.next, kvm_clear_async_pf_completion_queue()
145 while (!list_empty_careful(&vcpu->async_pf.done) && kvm_check_async_pf_completion()
148 work = list_first_entry(&vcpu->async_pf.done, typeof(*work), kvm_check_async_pf_completion()
213 if (!list_empty_careful(&vcpu->async_pf.done)) kvm_async_pf_wakeup_all()
224 list_add_tail(&work->link, &vcpu->async_pf.done); kvm_async_pf_wakeup_all()
/linux-4.4.14/drivers/staging/fwserial/
H A Ddma_fifo.c83 fifo->done = 0; dma_fifo_alloc()
133 fifo->done = 0; dma_fifo_reset()
167 if (FAIL(fifo, addr_check(fifo->done, fifo->in, fifo->in + n) || dma_fifo_in()
169 "fifo corrupt: in:%u out:%u done:%u n:%d avail:%d", dma_fifo_in()
170 fifo->in, fifo->out, fifo->done, n, fifo->avail)) dma_fifo_in()
176 df_trace("in:%u out:%u done:%u n:%d avail:%d", fifo->in, fifo->out, dma_fifo_in()
177 fifo->done, n, fifo->avail); dma_fifo_in()
225 df_trace("in: %u out: %u done: %u n: %d len: %u avail: %d", fifo->in, dma_fifo_out_pend()
226 fifo->out, fifo->done, n, len, fifo->avail); dma_fifo_out_pend()
280 if (FAIL(fifo, pending->out != fifo->done || dma_fifo_out_complete()
281 addr_check(fifo->in, fifo->done, pending->next), dma_fifo_out_complete()
282 "in:%u out:%u done:%u saved:%u next:%u", dma_fifo_out_complete()
283 fifo->in, fifo->out, fifo->done, pending->out, dma_fifo_out_complete()
288 fifo->done = pending->next; dma_fifo_out_complete()
292 df_trace("in: %u out: %u done: %u len: %u avail: %d", fifo->in, dma_fifo_out_complete()
293 fifo->out, fifo->done, pending->len, fifo->avail); dma_fifo_out_complete()
/linux-4.4.14/arch/sparc/kernel/
H A Dutrap.S27 done
/linux-4.4.14/arch/cris/include/arch-v32/arch/
H A Dbug.h10 * All other stuff is done out-of-band with exception handlers.
/linux-4.4.14/lib/zlib_inflate/
H A DMakefile13 # uncompression can be done without blocking on allocation).
/linux-4.4.14/include/scsi/
H A Dscsi_driver.h17 int (*done)(struct scsi_cmnd *); member in struct:scsi_driver
/linux-4.4.14/arch/powerpc/include/asm/
H A Dmpc8260.h5 * this one and the configuration switching is done here.
H A Dvga.h23 * <linux/vt_buffer.h> has already done the right job for us.
/linux-4.4.14/arch/arm/mach-ux500/
H A Dhotplug.c32 * OK, proper wakeup, we're done ux500_cpu_die()
/linux-4.4.14/tools/time/
H A Dudelay_test.sh51 done
54 done
57 done
/linux-4.4.14/drivers/staging/rdma/ipath/
H A Dipath_uc.c72 goto done; ipath_make_uc_req()
216 done: ipath_make_uc_req()
255 goto done; ipath_uc_rcv()
309 goto done; ipath_uc_rcv()
353 goto done;
368 goto done; OP()
374 goto done;
400 goto done;
408 goto done;
450 goto done;
462 goto done;
473 goto done; OP()
478 goto done;
501 goto done;
507 goto done;
513 goto done;
527 goto done;
533 goto done;
541 goto done;
545 done:
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/iop/
H A DMakefile96 done
100 done
105 done
125 done
135 done
/linux-4.4.14/drivers/platform/chrome/
H A Dcros_ec_lpc.c18 * but everything else (including deghosting) is done here. The main
73 goto done; cros_ec_pkt_xfer_lpc()
80 goto done; cros_ec_pkt_xfer_lpc()
96 goto done; cros_ec_pkt_xfer_lpc()
111 goto done; cros_ec_pkt_xfer_lpc()
116 done: cros_ec_pkt_xfer_lpc()
164 goto done; cros_ec_cmd_xfer_lpc()
171 goto done; cros_ec_cmd_xfer_lpc()
184 goto done; cros_ec_cmd_xfer_lpc()
203 goto done; cros_ec_cmd_xfer_lpc()
208 done: cros_ec_cmd_xfer_lpc()
/linux-4.4.14/block/
H A Dblk-lib.c13 atomic_t done; member in struct:bio_batch
24 if (atomic_dec_and_test(&bb->done)) bio_batch_end_io()
69 atomic_set(&bb.done, 1); blkdev_issue_discard()
110 atomic_inc(&bb.done); blkdev_issue_discard()
124 if (!atomic_dec_and_test(&bb.done)) blkdev_issue_discard()
161 atomic_set(&bb.done, 1); blkdev_issue_write_same()
190 atomic_inc(&bb.done); blkdev_issue_write_same()
195 if (!atomic_dec_and_test(&bb.done)) blkdev_issue_write_same()
224 atomic_set(&bb.done, 1); __blkdev_issue_zeroout()
251 atomic_inc(&bb.done); __blkdev_issue_zeroout()
256 if (!atomic_dec_and_test(&bb.done)) __blkdev_issue_zeroout()
H A Dblk-exec.c42 * @done: I/O completion handler
49 * This function will invoke @done directly if the queue is dead.
53 rq_end_io_fn *done) blk_execute_rq_nowait()
61 rq->end_io = done; blk_execute_rq_nowait()
51 blk_execute_rq_nowait(struct request_queue *q, struct gendisk *bd_disk, struct request *rq, int at_head, rq_end_io_fn *done) blk_execute_rq_nowait() argument
/linux-4.4.14/drivers/staging/rdma/hfi1/
H A Ddevice.c80 goto done; hfi1_cdev_init()
89 goto done; hfi1_cdev_init()
95 done: hfi1_cdev_init()
146 goto done; dev_init()
154 goto done; dev_init()
167 goto done; dev_init()
171 done: dev_init()
H A Dfile_ops.c442 int ret = 0, done = 0, reqs = 0; hfi1_write_iter() local
448 goto done; hfi1_write_iter()
453 goto done; hfi1_write_iter()
464 goto done; hfi1_write_iter()
471 kiocb->ki_filp, (struct iovec *)(from->iov + done), hfi1_write_iter()
474 goto done; hfi1_write_iter()
476 done += count; hfi1_write_iter()
479 done: hfi1_write_iter()
499 goto done; hfi1_file_mmap()
507 goto done; hfi1_file_mmap()
535 goto done; hfi1_file_mmap()
573 goto done; hfi1_file_mmap()
577 goto done; hfi1_file_mmap()
588 goto done; hfi1_file_mmap()
592 goto done; hfi1_file_mmap()
639 goto done; hfi1_file_mmap()
643 goto done; hfi1_file_mmap()
673 goto done; hfi1_file_mmap()
692 goto done; hfi1_file_mmap()
712 done: hfi1_file_mmap()
762 goto done; hfi1_file_close()
785 goto done; hfi1_file_close()
828 done: hfi1_file_close()
857 goto done; assign_ctxt()
879 done: assign_ctxt()
892 goto done; get_user_context()
896 goto done; get_user_context()
930 done: get_user_context()
966 goto done; find_shared_ctxt()
973 goto done; find_shared_ctxt()
977 done: find_shared_ctxt()
1028 * This has to be done here so the rest of the sub-contexts find the allocate_ctxt()
1035 * send context because it will be done during file close allocate_ctxt()
1120 goto done; user_init()
1125 * has done it. user_init()
1131 goto done; user_init()
1180 done: user_init()
1194 goto done; get_ctxt_info()
1216 done: get_ctxt_info()
1228 * programming of eager buffers. This is done if context sharing setup_ctxt()
1234 goto done; setup_ctxt()
1239 goto done; setup_ctxt()
1242 goto done; setup_ctxt()
1246 goto done; setup_ctxt()
1253 goto done; setup_ctxt()
1259 goto done; setup_ctxt()
1272 goto done; setup_ctxt()
1291 goto done; setup_ctxt()
1294 done: setup_ctxt()
1432 goto done; hfi1_set_uevent_bits()
1454 done: hfi1_set_uevent_bits()
1700 goto done; exp_tid_setup()
1775 done: exp_tid_setup()
1781 goto done; exp_tid_setup()
1813 goto done; exp_tid_free()
1856 done: exp_tid_free()
1891 goto done; set_ctxt_pkey()
1902 done: set_ctxt_pkey()
2104 goto done; user_add()
2112 goto done; user_add()
2121 goto done; user_add()
2125 done: user_add()
/linux-4.4.14/drivers/media/i2c/soc_camera/
H A Dov9740.c598 goto done; ov9740_set_res()
601 goto done; ov9740_set_res()
604 goto done; ov9740_set_res()
607 goto done; ov9740_set_res()
611 goto done; ov9740_set_res()
614 goto done; ov9740_set_res()
617 goto done; ov9740_set_res()
620 goto done; ov9740_set_res()
624 goto done; ov9740_set_res()
627 goto done; ov9740_set_res()
630 goto done; ov9740_set_res()
633 goto done; ov9740_set_res()
637 goto done; ov9740_set_res()
640 goto done; ov9740_set_res()
643 goto done; ov9740_set_res()
646 goto done; ov9740_set_res()
651 goto done; ov9740_set_res()
655 goto done; ov9740_set_res()
659 goto done; ov9740_set_res()
663 goto done; ov9740_set_res()
666 done: ov9740_set_res()
863 goto done; ov9740_video_probe()
867 goto done; ov9740_video_probe()
873 goto done; ov9740_video_probe()
877 goto done; ov9740_video_probe()
881 goto done; ov9740_video_probe()
885 goto done; ov9740_video_probe()
894 done: ov9740_video_probe()
/linux-4.4.14/drivers/net/wireless/ath/wil6210/
H A Dnetdev.c85 int done; wil6210_netdev_poll_rx() local
88 done = budget - quota; wil6210_netdev_poll_rx()
90 if (done < budget) { wil6210_netdev_poll_rx()
96 wil_dbg_txrx(wil, "NAPI RX poll(%d) done %d\n", budget, done); wil6210_netdev_poll_rx()
98 return done; wil6210_netdev_poll_rx()
124 wil_dbg_txrx(wil, "NAPI TX poll(%d) done %d\n", budget, tx_done); wil6210_netdev_poll_tx()
/linux-4.4.14/drivers/pinctrl/sh-pfc/
H A Dpinctrl.c157 goto done; sh_pfc_dt_subnode_to_map()
166 goto done; sh_pfc_dt_subnode_to_map()
176 goto done; sh_pfc_dt_subnode_to_map()
184 goto done; sh_pfc_dt_subnode_to_map()
195 goto done; sh_pfc_dt_subnode_to_map()
215 goto done; sh_pfc_dt_subnode_to_map()
223 goto done; sh_pfc_dt_subnode_to_map()
231 goto done; sh_pfc_dt_subnode_to_map()
236 done: sh_pfc_dt_subnode_to_map()
277 goto done; for_each_child_of_node()
285 goto done;
294 done:
359 goto done; sh_pfc_func_set_mux()
369 done: sh_pfc_func_set_mux()
392 goto done; sh_pfc_gpio_request_enable()
403 goto done; sh_pfc_gpio_request_enable()
410 done: sh_pfc_gpio_request_enable()
458 goto done; sh_pfc_gpio_set_direction()
462 done: sh_pfc_gpio_set_direction()
/linux-4.4.14/net/bluetooth/
H A Dhci_sock.c688 goto done; hci_sock_ioctl()
743 done: hci_sock_ioctl()
772 goto done; hci_sock_bind()
779 goto done; hci_sock_bind()
786 goto done; hci_sock_bind()
798 goto done; hci_sock_bind()
803 goto done; hci_sock_bind()
808 goto done; hci_sock_bind()
814 goto done; hci_sock_bind()
824 goto done; hci_sock_bind()
830 goto done; hci_sock_bind()
850 goto done; hci_sock_bind()
862 goto done; hci_sock_bind()
867 goto done; hci_sock_bind()
883 goto done; hci_sock_bind()
888 goto done; hci_sock_bind()
921 done: hci_sock_bind()
944 goto done; hci_sock_getname()
952 done: hci_sock_getname()
1065 goto done; hci_mgmt_cmd()
1075 goto done; hci_mgmt_cmd()
1083 goto done; hci_mgmt_cmd()
1092 goto done; hci_mgmt_cmd()
1100 goto done; hci_mgmt_cmd()
1108 goto done; hci_mgmt_cmd()
1115 goto done; hci_mgmt_cmd()
1123 goto done; hci_mgmt_cmd()
1131 goto done; hci_mgmt_cmd()
1141 goto done; hci_mgmt_cmd()
1145 done: hci_mgmt_cmd()
1181 goto done; hci_sock_sendmsg()
1191 goto done; hci_sock_sendmsg()
1197 goto done; hci_sock_sendmsg()
1202 goto done; hci_sock_sendmsg()
1207 goto done; hci_sock_sendmsg()
1275 done: hci_sock_sendmsg()
1281 goto done; hci_sock_sendmsg()
1297 goto done; hci_sock_setsockopt()
1362 done: hci_sock_setsockopt()
1383 goto done; hci_sock_getsockopt()
1428 done: hci_sock_getsockopt()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Doutpdp.c47 goto done; nvkm_output_dp_train()
55 goto done; nvkm_output_dp_train()
63 goto done; nvkm_output_dp_train()
74 goto done; nvkm_output_dp_train()
82 done: nvkm_output_dp_train()
83 if (retrain || !atomic_read(&outp->lt.done)) { nvkm_output_dp_train()
91 atomic_set(&outp->lt.done, 0); nvkm_output_dp_train()
99 atomic_read(&outp->lt.done), nvkm_output_dp_train()
132 atomic_set(&outp->lt.done, 0); nvkm_output_dp_enable()
244 atomic_set(&outp->lt.done, 0); nvkm_output_dp_ctor()
/linux-4.4.14/tools/perf/bench/
H A Dsched-messaging.c93 int ret, done = 0; sender() local
96 ret = write(ctx->out_fds[j], data + done, sender()
97 sizeof(data)-done); sender()
100 done += ret; sender()
101 if (done < DATASIZE) sender()
124 int ret, done = 0; receiver() local
127 ret = read(ctx->in_fds[0], data + done, DATASIZE - done); receiver()
130 done += ret; receiver()
131 if (done < DATASIZE) receiver()
H A Dfutex-lock-pi.c29 static bool done = false, fshared = false; variable
66 /* inform all threads that we're done for the day */ toggle_done()
67 done = true; toggle_done()
92 if (done) workerfn()
104 } while (!done); workerfn()
H A Dfutex-hash.c28 static bool fshared = false, done = false, silent = false; variable
84 } while (!done); workerfn()
93 /* inform all threads that we're done for the day */ toggle_done()
94 done = true; toggle_done()
/linux-4.4.14/drivers/pnp/
H A Dinterface.c345 goto done; resources_store()
351 goto done; resources_store()
355 goto done; resources_store()
359 goto done; resources_store()
361 goto done; resources_store()
365 goto done; resources_store()
368 goto done; resources_store()
372 goto done; resources_store()
374 goto done; resources_store()
381 goto done; resources_store()
389 goto done; resources_store()
429 goto done; resources_store()
432 done: resources_store()
/linux-4.4.14/drivers/vme/bridges/
H A Dvme_ca91cx42.c863 unsigned int done = 0; ca91cx42_master_read() local
881 done += 1; ca91cx42_master_read()
882 if (done == count) ca91cx42_master_read()
885 if ((uintptr_t)(addr + done) & 0x2) { ca91cx42_master_read()
886 if ((count - done) < 2) { ca91cx42_master_read()
887 *(u8 *)(buf + done) = ioread8(addr + done); ca91cx42_master_read()
888 done += 1; ca91cx42_master_read()
891 *(u16 *)(buf + done) = ioread16(addr + done); ca91cx42_master_read()
892 done += 2; ca91cx42_master_read()
896 count32 = (count - done) & ~0x3; ca91cx42_master_read()
897 while (done < count32) { ca91cx42_master_read()
898 *(u32 *)(buf + done) = ioread32(addr + done); ca91cx42_master_read()
899 done += 4; ca91cx42_master_read()
902 if ((count - done) & 0x2) { ca91cx42_master_read()
903 *(u16 *)(buf + done) = ioread16(addr + done); ca91cx42_master_read()
904 done += 2; ca91cx42_master_read()
906 if ((count - done) & 0x1) { ca91cx42_master_read()
907 *(u8 *)(buf + done) = ioread8(addr + done); ca91cx42_master_read()
908 done += 1; ca91cx42_master_read()
922 unsigned int done = 0; ca91cx42_master_write() local
935 done += 1; ca91cx42_master_write()
936 if (done == count) ca91cx42_master_write()
939 if ((uintptr_t)(addr + done) & 0x2) { ca91cx42_master_write()
940 if ((count - done) < 2) { ca91cx42_master_write()
941 iowrite8(*(u8 *)(buf + done), addr + done); ca91cx42_master_write()
942 done += 1; ca91cx42_master_write()
945 iowrite16(*(u16 *)(buf + done), addr + done); ca91cx42_master_write()
946 done += 2; ca91cx42_master_write()
950 count32 = (count - done) & ~0x3; ca91cx42_master_write()
951 while (done < count32) { ca91cx42_master_write()
952 iowrite32(*(u32 *)(buf + done), addr + done); ca91cx42_master_write()
953 done += 4; ca91cx42_master_write()
956 if ((count - done) & 0x2) { ca91cx42_master_write()
957 iowrite16(*(u16 *)(buf + done), addr + done); ca91cx42_master_write()
958 done += 2; ca91cx42_master_write()
960 if ((count - done) & 0x1) { ca91cx42_master_write()
961 iowrite8(*(u8 *)(buf + done), addr + done); ca91cx42_master_write()
962 done += 1; ca91cx42_master_write()
1303 * This does not enable the LM monitor - that should be done when the first
H A Dvme_tsi148.c1192 unsigned int done = 0; tsi148_master_read() local
1220 done += 1; tsi148_master_read()
1221 if (done == count) tsi148_master_read()
1224 if ((uintptr_t)(addr + done) & 0x2) { tsi148_master_read()
1225 if ((count - done) < 2) { tsi148_master_read()
1226 *(u8 *)(buf + done) = ioread8(addr + done); tsi148_master_read()
1227 done += 1; tsi148_master_read()
1230 *(u16 *)(buf + done) = ioread16(addr + done); tsi148_master_read()
1231 done += 2; tsi148_master_read()
1235 count32 = (count - done) & ~0x3; tsi148_master_read()
1236 while (done < count32) { tsi148_master_read()
1237 *(u32 *)(buf + done) = ioread32(addr + done); tsi148_master_read()
1238 done += 4; tsi148_master_read()
1241 if ((count - done) & 0x2) { tsi148_master_read()
1242 *(u16 *)(buf + done) = ioread16(addr + done); tsi148_master_read()
1243 done += 2; tsi148_master_read()
1245 if ((count - done) & 0x1) { tsi148_master_read()
1246 *(u8 *)(buf + done) = ioread8(addr + done); tsi148_master_read()
1247 done += 1; tsi148_master_read()
1276 unsigned int done = 0; tsi148_master_write() local
1305 done += 1; tsi148_master_write()
1306 if (done == count) tsi148_master_write()
1309 if ((uintptr_t)(addr + done) & 0x2) { tsi148_master_write()
1310 if ((count - done) < 2) { tsi148_master_write()
1311 iowrite8(*(u8 *)(buf + done), addr + done); tsi148_master_write()
1312 done += 1; tsi148_master_write()
1315 iowrite16(*(u16 *)(buf + done), addr + done); tsi148_master_write()
1316 done += 2; tsi148_master_write()
1320 count32 = (count - done) & ~0x3; tsi148_master_write()
1321 while (done < count32) { tsi148_master_write()
1322 iowrite32(*(u32 *)(buf + done), addr + done); tsi148_master_write()
1323 done += 4; tsi148_master_write()
1326 if ((count - done) & 0x2) { tsi148_master_write()
1327 iowrite16(*(u16 *)(buf + done), addr + done); tsi148_master_write()
1328 done += 2; tsi148_master_write()
1330 if ((count - done) & 0x1) { tsi148_master_write()
1331 iowrite8(*(u8 *)(buf + done), addr + done); tsi148_master_write()
1332 done += 1; tsi148_master_write()
1932 * This does not enable the LM monitor - that should be done when the first
/linux-4.4.14/drivers/mtd/maps/
H A Dlatch-addr-flash.c120 if (latch_addr_data->done) latch_addr_flash_remove()
121 latch_addr_data->done(latch_addr_data->data); latch_addr_flash_remove()
155 goto done; latch_addr_flash_probe()
211 done: latch_addr_flash_probe()
212 if (latch_addr_data->done) latch_addr_flash_probe()
213 latch_addr_data->done(latch_addr_data->data); latch_addr_flash_probe()
/linux-4.4.14/drivers/iio/pressure/
H A Dmpl115.c58 goto done; mpl115_comp_pressure()
62 goto done; mpl115_comp_pressure()
67 goto done; mpl115_comp_pressure()
80 done: mpl115_comp_pressure()
92 goto done; mpl115_read_temp()
94 done: mpl115_read_temp()
H A Dt5403.c79 goto done; t5403_comp_pressure()
84 goto done; t5403_comp_pressure()
104 done: t5403_comp_pressure()
117 goto done; t5403_comp_temp()
124 done: t5403_comp_temp()
/linux-4.4.14/fs/hfsplus/
H A Dbitmap.c110 goto done; hfsplus_block_allocate()
113 goto done; hfsplus_block_allocate()
150 done: hfsplus_block_allocate()
172 /* is there any actual work to be done? */ hfsplus_block_free()
210 goto done; hfsplus_block_free()
225 done: hfsplus_block_free()
/linux-4.4.14/fs/ecryptfs/
H A Dkthread.c34 struct completion done; member in struct:ecryptfs_open_req
79 complete(&req->done); ecryptfs_threadfn()
114 complete(&req->done); ecryptfs_destroy_kthread()
140 init_completion(&req.done); ecryptfs_privileged_open()
145 /* Corresponding dput() and mntput() are done when the ecryptfs_privileged_open()
168 wait_for_completion(&req.done); ecryptfs_privileged_open()
/linux-4.4.14/arch/powerpc/platforms/pseries/
H A Dnvram.c49 int done; pSeries_nvram_read() local
71 if ((rtas_call(nvram_fetch, 3, 2, &done, i, __pa(nvram_buf), pSeries_nvram_read()
72 len) != 0) || len != done) { pSeries_nvram_read()
93 int done; pSeries_nvram_write() local
116 if ((rtas_call(nvram_store, 3, 2, &done, i, __pa(nvram_buf), pSeries_nvram_write()
117 len) != 0) || len != done) { pSeries_nvram_write()
/linux-4.4.14/tools/vm/
H A Dslabinfo-gnuplot.sh18 # while [ 1 ]; do slabinfo -X >> stats; sleep 1; done
128 done
219 done
244 done
260 done
268 done
/linux-4.4.14/drivers/block/paride/
H A Dpseudo.h19 If nice is 1, the test will done approximately once a
20 jiffy. If nice is 0, the test will also be done whenever
22 nice is greater than 1, the test will be done once every
/linux-4.4.14/security/tomoyo/
H A Dload_policy.c85 static bool done; tomoyo_load_policy() local
89 if (tomoyo_policy_loaded || done) tomoyo_load_policy()
97 done = true; tomoyo_load_policy()
/linux-4.4.14/arch/s390/include/asm/
H A Dccwgroup.h13 * @ungroup_work: work to be done when a ccwgroup notifier has action
39 * @complete: undo work done in @prepare
41 * @thaw: undo work done in @freeze
/linux-4.4.14/tools/perf/ui/tui/
H A Dsetup.c42 static bool done; ui__setup_sigwinch() local
44 if (done) ui__setup_sigwinch()
47 done = true; ui__setup_sigwinch()
/linux-4.4.14/drivers/lguest/
H A DMakefile16 @for f in Preparation Guest Drivers Launcher Host Switcher Mastery; do echo "{==- $$f -==}"; make -s $$f; done; echo "{==-==}"
/linux-4.4.14/drivers/iio/humidity/
H A Dsi7005.c53 goto done; si7005_read_measurement()
59 goto done; si7005_read_measurement()
65 goto done; si7005_read_measurement()
70 done: si7005_read_measurement()
/linux-4.4.14/drivers/media/pci/cobalt/
H A Dcobalt-irq.c59 goto done; cobalt_dma_stream_queue_handler()
70 goto done; cobalt_dma_stream_queue_handler()
80 goto done; cobalt_dma_stream_queue_handler()
89 goto done; cobalt_dma_stream_queue_handler()
94 goto done; cobalt_dma_stream_queue_handler()
100 goto done; cobalt_dma_stream_queue_handler()
106 goto done; cobalt_dma_stream_queue_handler()
117 goto done; cobalt_dma_stream_queue_handler()
132 done: cobalt_dma_stream_queue_handler()
/linux-4.4.14/arch/unicore32/include/asm/
H A Dcache.h22 * cache before the transfer is done, causing old data to be seen by
/linux-4.4.14/fs/btrfs/
H A Dtree-defrag.c121 goto done; btrfs_defrag_leaves()
123 goto done; btrfs_defrag_leaves()
125 goto done; btrfs_defrag_leaves()
128 done: btrfs_defrag_leaves()
/linux-4.4.14/fs/ext2/
H A Dsymlink.c4 * Only fast symlinks left here - the rest is done by generic code. AV, 1999
/linux-4.4.14/fs/ufs/
H A Dsymlink.c4 * Only fast symlinks left here - the rest is done by generic code. AV, 1999
/linux-4.4.14/include/linux/mtd/
H A Dlatch-addr-flash.h21 void (*done)(void *data); member in struct:latch_addr_flash_data
/linux-4.4.14/arch/powerpc/mm/
H A Dppc_mmu_32.c77 unsigned long tot, bl, done; mmu_mapin_ram() local
96 done = (unsigned long)bat_addrs[2].limit - PAGE_OFFSET + 1; mmu_mapin_ram()
97 if ((done < tot) && !bat_addrs[3].limit) { mmu_mapin_ram()
99 tot -= done; mmu_mapin_ram()
103 setbat(3, PAGE_OFFSET+done, done, bl, PAGE_KERNEL_X); mmu_mapin_ram()
104 done = (unsigned long)bat_addrs[3].limit - PAGE_OFFSET + 1; mmu_mapin_ram()
107 return done; mmu_mapin_ram()
273 if ( ppc_md.progress ) ppc_md.progress("hash:done", 0x205); MMU_init_hw()
/linux-4.4.14/arch/powerpc/platforms/powernv/
H A Dsubcore.h14 #define SYNC_STEP_FINISHED 3 /* Set by secondary when split/unsplit is done */
/linux-4.4.14/arch/s390/kernel/
H A Drelocate_kernel.S15 * %r3 = start address - where to jump to after the job is done...
74 tml %r5,0x4 # is it the done indicator?
76 j .done # ok, lets finish it here...
85 .done:
/linux-4.4.14/arch/powerpc/boot/
H A Dvirtex405-head.S17 * - If the data cache is turned on this must have been done by
/linux-4.4.14/arch/arm/mach-prima2/
H A Dhotplug.c23 * OK, proper wakeup, we're done platform_do_lowpower()
/linux-4.4.14/arch/arm/include/asm/
H A Dcache.h14 * cache before the transfer is done, causing old data to be seen by
/linux-4.4.14/sound/soc/samsung/
H A Dac97.c37 struct completion done; member in struct:s3c_ac97_info
61 reinit_completion(&s3c_ac97.done); s3c_ac97_activate()
76 if (!wait_for_completion_timeout(&s3c_ac97.done, HZ)) s3c_ac97_activate()
90 reinit_completion(&s3c_ac97.done); s3c_ac97_read()
102 if (!wait_for_completion_timeout(&s3c_ac97.done, HZ)) s3c_ac97_read()
127 reinit_completion(&s3c_ac97.done); s3c_ac97_write()
139 if (!wait_for_completion_timeout(&s3c_ac97.done, HZ)) s3c_ac97_write()
191 complete(&s3c_ac97.done); s3c_ac97_irq()
356 init_completion(&s3c_ac97.done); s3c_ac97_probe()
/linux-4.4.14/sound/usb/hiface/
H A Dchip.h9 * The driver is based on the work done in TerraTec DMX 6Fire USB
H A Dpcm.h9 * The driver is based on the work done in TerraTec DMX 6Fire USB
/linux-4.4.14/tools/lib/lockdep/uinclude/linux/
H A Dkern_levels.h19 * Annotation for a "continued" line of log printout (only done after a
/linux-4.4.14/fs/affs/
H A Damigaffs.c151 goto done; affs_remove_link()
161 goto done; affs_remove_link()
166 goto done; affs_remove_link()
178 goto done; affs_remove_link()
186 goto done; affs_remove_link()
195 goto done; affs_remove_link()
215 goto done; affs_remove_link()
220 goto done; affs_remove_link()
223 done: affs_remove_link()
240 goto done; affs_empty_dir()
249 done: affs_empty_dir()
277 goto done; affs_remove_header()
283 goto done; affs_remove_header()
318 done: affs_remove_header()
325 goto done; affs_remove_header()
/linux-4.4.14/Documentation/DocBook/media/
H A DMakefile254 done; \
270 done; \
312 done)
324 done)
333 done)
341 done)
349 done)
358 done)
366 done)
373 done)
383 done)
393 done)
408 done)
414 done)
420 done)
/linux-4.4.14/drivers/scsi/
H A Dultrastor.c105 * Abort now calls done when multiple commands are enabled.
199 void (*done) (struct scsi_cmnd *); member in struct:mscp
704 void (*done) (struct scsi_cmnd *))
757 my_mscp->done = done;
798 /* If the driver queues commands, call the done proc here. Otherwise
802 done(SCpnt);
841 2b. Call the command's done procedure.
855 void (*done)(struct scsi_cmnd *);
918 and the interrupt handler will call done. */
961 done = config.mscp[mscp_index].done;
962 config.mscp[mscp_index].done = NULL;
966 done(SCpnt);
996 if (config.mscp_busy && config.mscp->done && config.mscp->SCint)
999 config.mscp->done(config.mscp->SCint);
1006 config.mscp[i].done && config.mscp[i].SCint)
1009 config.mscp[i].done(config.mscp[i].SCint);
1010 config.mscp[i].done = NULL;
1057 void (*done) (struct scsi_cmnd *);
1091 void (*done)(struct scsi_cmnd *) = mscp->done;
1092 if (done) {
1093 mscp->done = NULL;
1095 done(mscp->SCint);
1120 /* Save done locally and zero before calling. This is needed as
1121 once we call done, we may get another command queued before this
1123 done = mscp->done;
1124 mscp->done = NULL;
1126 /* Let the higher levels know that we're done */
1164 if (done)
1165 done(SCtmp);
/linux-4.4.14/drivers/media/pci/tw68/
H A Dtw68-risc.c47 unsigned int line, todo, done; tw68_risc_field() local
82 todo = bpl; /* one full line to be done */ tw68_risc_field()
84 done = (sg_dma_len(sg) - offset); tw68_risc_field()
87 done); tw68_risc_field()
89 todo -= done; tw68_risc_field()
94 (done << 12) | tw68_risc_field()
99 done += sg_dma_len(sg); tw68_risc_field()
104 (done << 12) | tw68_risc_field()
/linux-4.4.14/arch/x86/power/
H A Dhibernate_asm_32.S46 jz done
59 done: label
/linux-4.4.14/arch/x86/purgatory/
H A Dsha256.c228 unsigned int partial, done; sha256_update() local
233 done = 0; sha256_update()
238 done = -partial; sha256_update()
239 memcpy(sctx->buf + partial, data, done + 64); sha256_update()
245 done += 64; sha256_update()
246 src = data + done; sha256_update()
247 } while (done + 63 < len); sha256_update()
251 memcpy(sctx->buf + partial, src, len - done); sha256_update()
/linux-4.4.14/scripts/kconfig/lxdialog/
H A Dcheck-lxdialog.sh16 done
17 done
/linux-4.4.14/arch/mips/include/asm/mach-rc32434/
H A Ddma.h50 #define DMA_DESC_COD (1 << 26) /* Chain on done */
52 #define DMA_DESC_IOD (1 << 28) /* Interrupt on done */
/linux-4.4.14/arch/mn10300/mm/
H A Ddma-alloc.c37 goto done; dma_alloc_coherent()
59 done: dma_alloc_coherent()
/linux-4.4.14/net/nfc/nci/
H A Dspi.c97 goto done; nci_spi_send()
103 goto done; nci_spi_send()
109 goto done; nci_spi_send()
119 done: nci_spi_send()
297 goto done; nci_spi_read()
302 goto done; nci_spi_read()
319 goto done; nci_spi_read()
325 done: nci_spi_read()
/linux-4.4.14/tools/testing/selftests/pstore/
H A Dcommon_tests34 done
49 done
/linux-4.4.14/drivers/iio/common/ssp_sensors/
H A Dssp_spi.c48 struct completion *done; member in struct:ssp_msg
188 struct completion *done, int timeout) ssp_do_transfer()
200 msg->done = done; ssp_do_transfer()
233 if (!use_no_irq && done) ssp_do_transfer()
234 if (wait_for_completion_timeout(done, ssp_do_transfer()
262 DECLARE_COMPLETION_ONSTACK(done); ssp_spi_sync()
267 return ssp_do_transfer(data, msg, &done, timeout); ssp_spi_sync()
423 if (msg->done) ssp_irq_msg()
424 if (!completion_done(msg->done)) ssp_irq_msg()
425 complete(msg->done); ssp_irq_msg()
462 if (msg->done) ssp_clean_pending_list()
463 if (!completion_done(msg->done)) ssp_clean_pending_list()
464 complete(msg->done); ssp_clean_pending_list()
187 ssp_do_transfer(struct ssp_data *data, struct ssp_msg *msg, struct completion *done, int timeout) ssp_do_transfer() argument
/linux-4.4.14/drivers/gpu/drm/
H A Dati_pcigart.c111 goto done; drm_ati_pcigart_init()
121 goto done; drm_ati_pcigart_init()
127 goto done; drm_ati_pcigart_init()
163 goto done; drm_ati_pcigart_init()
199 done: drm_ati_pcigart_init()
/linux-4.4.14/arch/alpha/kernel/
H A Dsmc37c93x.c249 DBG_DEVS(("SMC FDC37C93X: SER1 done\n")); SMC93x_Init()
251 DBG_DEVS(("SMC FDC37C93X: SER2 done\n")); SMC93x_Init()
253 DBG_DEVS(("SMC FDC37C93X: PARP done\n")); SMC93x_Init()
257 DBG_DEVS(("SMC FDC37C93X: KYB done\n")); SMC93x_Init()
259 DBG_DEVS(("SMC FDC37C93X: FDC done\n")); SMC93x_Init()
/linux-4.4.14/tools/hv/
H A Dhv_fcopy_daemon.c66 goto done; hv_start_fcopy()
71 goto done; hv_start_fcopy()
82 goto done; hv_start_fcopy()
90 goto done; hv_start_fcopy()
94 done: hv_start_fcopy()
/linux-4.4.14/fs/xfs/libxfs/
H A Dxfs_bmap.c916 goto done; xfs_bmap_local_to_extents()
942 goto done; xfs_bmap_local_to_extents()
977 done: xfs_bmap_local_to_extents()
1838 goto done; xfs_bmap_add_extent_delay_real()
1839 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done); xfs_bmap_add_extent_delay_real()
1842 goto done; xfs_bmap_add_extent_delay_real()
1843 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done); xfs_bmap_add_extent_delay_real()
1846 goto done; xfs_bmap_add_extent_delay_real()
1847 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done); xfs_bmap_add_extent_delay_real()
1854 goto done; xfs_bmap_add_extent_delay_real()
1879 goto done; xfs_bmap_add_extent_delay_real()
1880 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done); xfs_bmap_add_extent_delay_real()
1886 goto done; xfs_bmap_add_extent_delay_real()
1910 goto done; xfs_bmap_add_extent_delay_real()
1911 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done); xfs_bmap_add_extent_delay_real()
1917 goto done; xfs_bmap_add_extent_delay_real()
1940 goto done; xfs_bmap_add_extent_delay_real()
1941 XFS_WANT_CORRUPTED_GOTO(mp, i == 0, done); xfs_bmap_add_extent_delay_real()
1945 goto done; xfs_bmap_add_extent_delay_real()
1946 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done); xfs_bmap_add_extent_delay_real()
1973 goto done; xfs_bmap_add_extent_delay_real()
1974 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done); xfs_bmap_add_extent_delay_real()
1981 goto done; xfs_bmap_add_extent_delay_real()
2010 goto done; xfs_bmap_add_extent_delay_real()
2011 XFS_WANT_CORRUPTED_GOTO(mp, i == 0, done); xfs_bmap_add_extent_delay_real()
2015 goto done; xfs_bmap_add_extent_delay_real()
2016 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done); xfs_bmap_add_extent_delay_real()
2025 goto done; xfs_bmap_add_extent_delay_real()
2056 goto done; xfs_bmap_add_extent_delay_real()
2057 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done); xfs_bmap_add_extent_delay_real()
2064 goto done; xfs_bmap_add_extent_delay_real()
2094 goto done; xfs_bmap_add_extent_delay_real()
2095 XFS_WANT_CORRUPTED_GOTO(mp, i == 0, done); xfs_bmap_add_extent_delay_real()
2099 goto done; xfs_bmap_add_extent_delay_real()
2100 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done); xfs_bmap_add_extent_delay_real()
2109 goto done; xfs_bmap_add_extent_delay_real()
2163 goto done; xfs_bmap_add_extent_delay_real()
2164 XFS_WANT_CORRUPTED_GOTO(mp, i == 0, done); xfs_bmap_add_extent_delay_real()
2168 goto done; xfs_bmap_add_extent_delay_real()
2169 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done); xfs_bmap_add_extent_delay_real()
2178 goto done; xfs_bmap_add_extent_delay_real()
2189 goto done; xfs_bmap_add_extent_delay_real()
2227 goto done; xfs_bmap_add_extent_delay_real()
2241 /* clear out the allocated field, done with it now in any case. */ xfs_bmap_add_extent_delay_real()
2246 done: xfs_bmap_add_extent_delay_real()
2392 goto done; xfs_bmap_add_extent_unwritten_real()
2393 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done); xfs_bmap_add_extent_unwritten_real()
2395 goto done; xfs_bmap_add_extent_unwritten_real()
2396 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done); xfs_bmap_add_extent_unwritten_real()
2398 goto done; xfs_bmap_add_extent_unwritten_real()
2399 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done); xfs_bmap_add_extent_unwritten_real()
2401 goto done; xfs_bmap_add_extent_unwritten_real()
2402 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done); xfs_bmap_add_extent_unwritten_real()
2404 goto done; xfs_bmap_add_extent_unwritten_real()
2405 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done); xfs_bmap_add_extent_unwritten_real()
2410 goto done; xfs_bmap_add_extent_unwritten_real()
2435 goto done; xfs_bmap_add_extent_unwritten_real()
2436 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done); xfs_bmap_add_extent_unwritten_real()
2438 goto done; xfs_bmap_add_extent_unwritten_real()
2439 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done); xfs_bmap_add_extent_unwritten_real()
2441 goto done; xfs_bmap_add_extent_unwritten_real()
2442 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done); xfs_bmap_add_extent_unwritten_real()
2447 goto done; xfs_bmap_add_extent_unwritten_real()
2470 goto done; xfs_bmap_add_extent_unwritten_real()
2471 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done); xfs_bmap_add_extent_unwritten_real()
2473 goto done; xfs_bmap_add_extent_unwritten_real()
2474 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done); xfs_bmap_add_extent_unwritten_real()
2476 goto done; xfs_bmap_add_extent_unwritten_real()
2477 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done); xfs_bmap_add_extent_unwritten_real()
2482 goto done; xfs_bmap_add_extent_unwritten_real()
2503 goto done; xfs_bmap_add_extent_unwritten_real()
2504 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done); xfs_bmap_add_extent_unwritten_real()
2508 goto done; xfs_bmap_add_extent_unwritten_real()
2540 goto done; xfs_bmap_add_extent_unwritten_real()
2541 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done); xfs_bmap_add_extent_unwritten_real()
2547 goto done; xfs_bmap_add_extent_unwritten_real()
2549 goto done; xfs_bmap_add_extent_unwritten_real()
2555 goto done; xfs_bmap_add_extent_unwritten_real()
2582 goto done; xfs_bmap_add_extent_unwritten_real()
2583 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done); xfs_bmap_add_extent_unwritten_real()
2589 goto done; xfs_bmap_add_extent_unwritten_real()
2592 goto done; xfs_bmap_add_extent_unwritten_real()
2593 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done); xfs_bmap_add_extent_unwritten_real()
2622 goto done; xfs_bmap_add_extent_unwritten_real()
2623 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done); xfs_bmap_add_extent_unwritten_real()
2628 goto done; xfs_bmap_add_extent_unwritten_real()
2630 goto done; xfs_bmap_add_extent_unwritten_real()
2635 goto done; xfs_bmap_add_extent_unwritten_real()
2660 goto done; xfs_bmap_add_extent_unwritten_real()
2661 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done); xfs_bmap_add_extent_unwritten_real()
2666 goto done; xfs_bmap_add_extent_unwritten_real()
2670 goto done; xfs_bmap_add_extent_unwritten_real()
2671 XFS_WANT_CORRUPTED_GOTO(mp, i == 0, done); xfs_bmap_add_extent_unwritten_real()
2674 goto done; xfs_bmap_add_extent_unwritten_real()
2675 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done); xfs_bmap_add_extent_unwritten_real()
2708 goto done; xfs_bmap_add_extent_unwritten_real()
2709 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done); xfs_bmap_add_extent_unwritten_real()
2714 goto done; xfs_bmap_add_extent_unwritten_real()
2720 goto done; xfs_bmap_add_extent_unwritten_real()
2721 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done); xfs_bmap_add_extent_unwritten_real()
2730 goto done; xfs_bmap_add_extent_unwritten_real()
2731 XFS_WANT_CORRUPTED_GOTO(mp, i == 0, done); xfs_bmap_add_extent_unwritten_real()
2735 goto done; xfs_bmap_add_extent_unwritten_real()
2736 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done); xfs_bmap_add_extent_unwritten_real()
2762 goto done; xfs_bmap_add_extent_unwritten_real()
2765 /* clear out the allocated field, done with it now in any case. */ xfs_bmap_add_extent_unwritten_real()
2772 done: xfs_bmap_add_extent_unwritten_real()
3029 goto done; xfs_bmap_add_extent_hole_real()
3030 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done); xfs_bmap_add_extent_hole_real()
3033 goto done; xfs_bmap_add_extent_hole_real()
3034 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done); xfs_bmap_add_extent_hole_real()
3037 goto done; xfs_bmap_add_extent_hole_real()
3038 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done); xfs_bmap_add_extent_hole_real()
3046 goto done; xfs_bmap_add_extent_hole_real()
3070 goto done; xfs_bmap_add_extent_hole_real()
3071 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done); xfs_bmap_add_extent_hole_real()
3078 goto done; xfs_bmap_add_extent_hole_real()
3104 goto done; xfs_bmap_add_extent_hole_real()
3105 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done); xfs_bmap_add_extent_hole_real()
3112 goto done; xfs_bmap_add_extent_hole_real()
3134 goto done; xfs_bmap_add_extent_hole_real()
3135 XFS_WANT_CORRUPTED_GOTO(mp, i == 0, done); xfs_bmap_add_extent_hole_real()
3139 goto done; xfs_bmap_add_extent_hole_real()
3140 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done); xfs_bmap_add_extent_hole_real()
3155 goto done; xfs_bmap_add_extent_hole_real()
3158 /* clear out the allocated field, done with it now in any case. */ xfs_bmap_add_extent_hole_real()
3163 done: xfs_bmap_add_extent_hole_real()
3702 * Normal allocation, done through xfs_alloc_vextent. xfs_bmap_btalloc()
4082 /* If we're done, stop now. */ xfs_bmapi_read()
4260 /* If we're done, stop now. */ xfs_bmapi_delay()
4448 * path because the conversion might not have done so (e.g., if the xfs_bmapi_convert_unwritten()
4642 * If we're done, stop now. Stop when we've allocated xfs_bmapi_write()
4797 goto done; xfs_bmap_del_extent()
4818 goto done; xfs_bmap_del_extent()
4819 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done); xfs_bmap_del_extent()
4852 goto done; xfs_bmap_del_extent()
4853 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done); xfs_bmap_del_extent()
4881 goto done; xfs_bmap_del_extent()
4908 goto done; xfs_bmap_del_extent()
4930 goto done; xfs_bmap_del_extent()
4932 goto done; xfs_bmap_del_extent()
4936 goto done; xfs_bmap_del_extent()
4952 goto done; xfs_bmap_del_extent()
4954 i == 1, done); xfs_bmap_del_extent()
4964 goto done; xfs_bmap_del_extent()
4973 goto done; xfs_bmap_del_extent()
4975 XFS_WANT_CORRUPTED_GOTO(mp, i == 1, done); xfs_bmap_del_extent()
5033 done: xfs_bmap_del_extent()
5042 * *done is set.
5055 int *done) /* set if not done yet */ xfs_bunmapi()
5103 *done = 1; xfs_bunmapi()
5155 * we're supposed to delete? If so, we're done. xfs_bunmapi()
5347 * If not done go on to the next (previous) record. xfs_bunmapi()
5362 *done = bno == (xfs_fileoff_t)-1 || bno < start || lastx < 0; xfs_bunmapi()
5655 int *done, xfs_bmap_shift_extents()
5714 *done = 1; xfs_bmap_shift_extents()
5726 *done = 1; xfs_bmap_shift_extents()
5746 * way, we are done. xfs_bmap_shift_extents()
5750 *done = 1; xfs_bmap_shift_extents()
5777 *done = 1; xfs_bmap_shift_extents()
5784 if (!*done) { xfs_bmap_shift_extents()
5850 * no extents. Either way, we are done. xfs_bmap_split_extent_at()
5045 xfs_bunmapi( xfs_trans_t *tp, struct xfs_inode *ip, xfs_fileoff_t bno, xfs_filblks_t len, int flags, xfs_extnum_t nexts, xfs_fsblock_t *firstblock, xfs_bmap_free_t *flist, int *done) xfs_bunmapi() argument
5650 xfs_bmap_shift_extents( struct xfs_trans *tp, struct xfs_inode *ip, xfs_fileoff_t *next_fsb, xfs_fileoff_t offset_shift_fsb, int *done, xfs_fileoff_t stop_fsb, xfs_fsblock_t *firstblock, struct xfs_bmap_free *flist, enum shift_direction direction, int num_exts) xfs_bmap_shift_extents() argument
/linux-4.4.14/drivers/i2c/busses/
H A Di2c-efm32.c124 struct completion done; member in struct:efm32_i2c_ddata
162 complete(&ddata->done); efm32_i2c_send_next_byte()
187 complete(&ddata->done); efm32_i2c_recv_next_byte()
209 complete(&ddata->done); efm32_i2c_irq()
220 complete(&ddata->done); efm32_i2c_irq()
232 complete(&ddata->done); efm32_i2c_irq()
249 complete(&ddata->done); efm32_i2c_irq()
273 reinit_completion(&ddata->done); efm32_i2c_master_xfer()
281 wait_for_completion(&ddata->done); efm32_i2c_master_xfer()
327 init_completion(&ddata->done); efm32_i2c_probe()
H A Di2c-digicolor.c61 struct completion done; member in struct:dc_i2c
119 complete(&i2c->done); dc_i2c_stop()
177 complete(&i2c->done); dc_i2c_irq()
209 complete(&i2c->done); dc_i2c_irq()
230 reinit_completion(&i2c->done); dc_i2c_xfer_msg()
235 timeout = wait_for_completion_timeout(&i2c->done, timeout); dc_i2c_xfer_msg()
312 init_completion(&i2c->done); dc_i2c_probe()
/linux-4.4.14/drivers/net/wireless/libertas_tf/
H A Dcmd.c460 goto done; lbtf_allocate_cmd_buffer()
470 goto done; lbtf_allocate_cmd_buffer()
481 done: lbtf_allocate_cmd_buffer()
503 goto done; lbtf_free_cmd_buffer()
518 done: lbtf_free_cmd_buffer()
582 goto done; lbtf_execute_next_command()
602 done: lbtf_execute_next_command()
620 goto done; __lbtf_cmd_async()
630 goto done; __lbtf_cmd_async()
652 done: __lbtf_cmd_async()
681 goto done; __lbtf_cmd()
690 goto done; __lbtf_cmd()
702 done: __lbtf_cmd()
732 goto done; lbtf_process_rx_command()
748 goto done; lbtf_process_rx_command()
753 goto done; lbtf_process_rx_command()
761 goto done; lbtf_process_rx_command()
786 goto done; lbtf_process_rx_command()
803 done: lbtf_process_rx_command()
/linux-4.4.14/drivers/gpu/vga/
H A Dvgaarb.c541 * nothing, I'm not sure there is anything saner to be done. vga_arbiter_add_pci_device()
868 goto done; vga_arb_read()
881 goto done; vga_arb_read()
894 done: vga_arb_read()
945 goto done; vga_arb_write()
949 goto done; vga_arb_write()
955 goto done; vga_arb_write()
972 goto done; vga_arb_write()
985 goto done; vga_arb_write()
990 goto done; vga_arb_write()
998 goto done; vga_arb_write()
1007 goto done; vga_arb_write()
1012 goto done; vga_arb_write()
1017 goto done; vga_arb_write()
1028 goto done; vga_arb_write()
1037 goto done; vga_arb_write()
1042 goto done; vga_arb_write()
1049 goto done; vga_arb_write()
1064 goto done; vga_arb_write()
1067 goto done; vga_arb_write()
1084 goto done; vga_arb_write()
1095 goto done; vga_arb_write()
1108 goto done; vga_arb_write()
1128 goto done; vga_arb_write()
1133 goto done; vga_arb_write()
1143 goto done; vga_arb_write()
1148 goto done; vga_arb_write()
1153 goto done; vga_arb_write()
1159 done: vga_arb_write()
/linux-4.4.14/drivers/net/usb/
H A Dsmsc75xx.c198 goto done; __smsc75xx_mdio_read()
210 goto done; __smsc75xx_mdio_read()
216 goto done; __smsc75xx_mdio_read()
222 goto done; __smsc75xx_mdio_read()
227 done: __smsc75xx_mdio_read()
245 goto done; __smsc75xx_mdio_write()
252 goto done; __smsc75xx_mdio_write()
264 goto done; __smsc75xx_mdio_write()
270 goto done; __smsc75xx_mdio_write()
273 done: __smsc75xx_mdio_write()
475 goto done; smsc75xx_dataport_write()
481 goto done; smsc75xx_dataport_write()
489 goto done; smsc75xx_dataport_write()
496 goto done; smsc75xx_dataport_write()
502 goto done; smsc75xx_dataport_write()
508 goto done; smsc75xx_dataport_write()
514 goto done; smsc75xx_dataport_write()
518 done: smsc75xx_dataport_write()
1743 goto done; smsc75xx_suspend()
1758 goto done; smsc75xx_suspend()
1766 goto done; smsc75xx_suspend()
1772 goto done; smsc75xx_suspend()
1780 goto done; smsc75xx_suspend()
1784 goto done; smsc75xx_suspend()
1792 goto done; smsc75xx_suspend()
1807 goto done; smsc75xx_suspend()
1817 goto done; smsc75xx_suspend()
1829 goto done; smsc75xx_suspend()
1842 goto done; smsc75xx_suspend()
1855 goto done; smsc75xx_suspend()
1863 goto done; smsc75xx_suspend()
1871 goto done; smsc75xx_suspend()
1878 goto done; smsc75xx_suspend()
1886 goto done; smsc75xx_suspend()
1893 goto done; smsc75xx_suspend()
1901 goto done; smsc75xx_suspend()
1909 goto done; smsc75xx_suspend()
1917 goto done; smsc75xx_suspend()
1926 goto done; smsc75xx_suspend()
1936 goto done; smsc75xx_suspend()
1945 goto done; smsc75xx_suspend()
1954 goto done; smsc75xx_suspend()
1963 goto done; smsc75xx_suspend()
1971 goto done; smsc75xx_suspend()
1980 goto done; smsc75xx_suspend()
1988 goto done; smsc75xx_suspend()
1996 goto done; smsc75xx_suspend()
2004 goto done; smsc75xx_suspend()
2011 done: smsc75xx_suspend()
2109 /* This check is no longer done by usbnet */ smsc75xx_rx_fixup()
H A Dsmsc95xx.c191 goto done; __smsc95xx_mdio_read()
201 goto done; __smsc95xx_mdio_read()
207 goto done; __smsc95xx_mdio_read()
213 goto done; __smsc95xx_mdio_read()
218 done: __smsc95xx_mdio_read()
236 goto done; __smsc95xx_mdio_write()
243 goto done; __smsc95xx_mdio_write()
253 goto done; __smsc95xx_mdio_write()
259 goto done; __smsc95xx_mdio_write()
262 done: __smsc95xx_mdio_write()
1436 goto done; smsc95xx_suspend()
1450 goto done; smsc95xx_suspend()
1456 goto done; smsc95xx_suspend()
1460 goto done; smsc95xx_suspend()
1466 goto done; smsc95xx_suspend()
1469 goto done; smsc95xx_suspend()
1477 goto done; smsc95xx_suspend()
1486 goto done; smsc95xx_suspend()
1503 goto done; smsc95xx_suspend()
1565 goto done; smsc95xx_suspend()
1573 goto done; smsc95xx_suspend()
1579 goto done; smsc95xx_suspend()
1585 goto done; smsc95xx_suspend()
1591 goto done; smsc95xx_suspend()
1597 goto done; smsc95xx_suspend()
1604 goto done; smsc95xx_suspend()
1610 goto done; smsc95xx_suspend()
1616 goto done; smsc95xx_suspend()
1636 goto done; smsc95xx_suspend()
1641 goto done; smsc95xx_suspend()
1651 goto done; smsc95xx_suspend()
1660 done: smsc95xx_suspend()
1740 /* This check is no longer done by usbnet */ smsc95xx_rx_fixup()
/linux-4.4.14/crypto/
H A Dchacha20poly1305.c448 * - chacha_encrypt/done() chachapoly_encrypt()
449 * - poly_genkey/done() chachapoly_encrypt()
450 * - poly_init/done() chachapoly_encrypt()
451 * - poly_setkey/done() chachapoly_encrypt()
452 * - poly_ad/done() chachapoly_encrypt()
453 * - poly_adpad/done() chachapoly_encrypt()
454 * - poly_cipher/done() chachapoly_encrypt()
455 * - poly_cipherpad/done() chachapoly_encrypt()
456 * - poly_tail/done/continue() chachapoly_encrypt()
469 * - poly_genkey/done() chachapoly_decrypt()
470 * - poly_init/done() chachapoly_decrypt()
471 * - poly_setkey/done() chachapoly_decrypt()
472 * - poly_ad/done() chachapoly_decrypt()
473 * - poly_adpad/done() chachapoly_decrypt()
474 * - poly_cipher/done() chachapoly_decrypt()
475 * - poly_cipherpad/done() chachapoly_decrypt()
476 * - poly_tail/done/continue() chachapoly_decrypt()
477 * - chacha_decrypt/done() chachapoly_decrypt()
/linux-4.4.14/net/bluetooth/rfcomm/
H A Dsock.c354 goto done; rfcomm_sock_bind()
359 goto done; rfcomm_sock_bind()
376 done: rfcomm_sock_bind()
398 goto done; rfcomm_sock_connect()
403 goto done; rfcomm_sock_connect()
419 done: rfcomm_sock_connect()
435 goto done; rfcomm_sock_listen()
440 goto done; rfcomm_sock_listen()
461 goto done; rfcomm_sock_listen()
468 done: rfcomm_sock_listen()
484 goto done; rfcomm_sock_accept()
522 goto done; rfcomm_sock_accept()
528 done: rfcomm_sock_accept()
579 goto done; rfcomm_sock_sendmsg()
616 done: rfcomm_sock_sendmsg()
973 goto done; rfcomm_connect_ind()
978 goto done; rfcomm_connect_ind()
994 done: rfcomm_connect_ind()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Danx9805.c72 goto done; anx9805_bus_xfer()
84 goto done; anx9805_bus_xfer()
86 goto done; anx9805_bus_xfer()
92 done: anx9805_bus_xfer()
170 goto done; anx9805_aux_xfer()
175 goto done; anx9805_aux_xfer()
186 done: anx9805_aux_xfer()
/linux-4.4.14/drivers/net/wireless/libertas/
H A Dcmdresp.c80 goto done; lbs_process_command_response()
99 goto done; lbs_process_command_response()
107 goto done; lbs_process_command_response()
118 goto done; lbs_process_command_response()
176 goto done; lbs_process_command_response()
197 goto done; lbs_process_command_response()
215 done: lbs_process_command_response()
/linux-4.4.14/drivers/bluetooth/
H A Dbtmrvl_sdio.c396 goto done; btmrvl_sdio_download_helper()
412 goto done; btmrvl_sdio_download_helper()
428 goto done; btmrvl_sdio_download_helper()
453 goto done; btmrvl_sdio_download_helper()
467 goto done; btmrvl_sdio_download_helper()
472 done: btmrvl_sdio_download_helper()
496 goto done; btmrvl_sdio_download_fw_w_helper()
510 goto done; btmrvl_sdio_download_fw_w_helper()
524 goto done; btmrvl_sdio_download_fw_w_helper()
540 goto done; btmrvl_sdio_download_fw_w_helper()
550 goto done; btmrvl_sdio_download_fw_w_helper()
566 goto done; btmrvl_sdio_download_fw_w_helper()
577 goto done; btmrvl_sdio_download_fw_w_helper()
615 done: btmrvl_sdio_download_fw_w_helper()
1085 goto done; btmrvl_sdio_download_fw()
1098 goto done; btmrvl_sdio_download_fw()
1105 goto done; btmrvl_sdio_download_fw()
1122 done: btmrvl_sdio_download_fw()
1283 goto done; btmrvl_sdio_dump_firmware()
1291 goto done; btmrvl_sdio_dump_firmware()
1300 goto done; btmrvl_sdio_dump_firmware()
1308 goto done; btmrvl_sdio_dump_firmware()
1320 goto done; btmrvl_sdio_dump_firmware()
1330 goto done; btmrvl_sdio_dump_firmware()
1349 goto done; btmrvl_sdio_dump_firmware()
1357 goto done; btmrvl_sdio_dump_firmware()
1368 BT_INFO("%s done: size=0x%tx", btmrvl_sdio_dump_firmware()
1378 done: btmrvl_sdio_dump_firmware()
/linux-4.4.14/arch/powerpc/kvm/
H A Dbook3s_pr_papr.c60 goto done; kvmppc_h_pr_enter()
68 goto done; kvmppc_h_pr_enter()
78 done: kvmppc_h_pr_enter()
104 goto done; kvmppc_h_pr_remove()
115 done: kvmppc_h_pr_remove()
221 goto done; kvmppc_h_pr_protect()
240 done: kvmppc_h_pr_protect()
/linux-4.4.14/net/rds/
H A Dtcp_send.c84 int done = 0; rds_tcp_xmit() local
115 done += ret; rds_tcp_xmit()
116 if (hdr_off + done != sizeof(struct rds_header)) rds_tcp_xmit()
136 done += ret; rds_tcp_xmit()
158 if (done == 0) rds_tcp_xmit()
159 done = ret; rds_tcp_xmit()
160 return done; rds_tcp_xmit()
/linux-4.4.14/drivers/misc/
H A Dcs5535-mfgpt.c156 goto done; cs5535_mfgpt_alloc_timer()
167 goto done; cs5535_mfgpt_alloc_timer()
190 goto done; cs5535_mfgpt_alloc_timer()
198 goto done; cs5535_mfgpt_alloc_timer()
204 done: cs5535_mfgpt_alloc_timer()
327 goto done; cs5535_mfgpt_probe()
340 goto done; cs5535_mfgpt_probe()
345 goto done; cs5535_mfgpt_probe()
361 done: cs5535_mfgpt_probe()
/linux-4.4.14/arch/x86/crypto/
H A Dglue_helper.c69 goto done; __glue_ecb_crypt_128bit()
73 done: __glue_ecb_crypt_128bit()
172 goto done; __glue_cbc_decrypt_128bit()
180 goto done; __glue_cbc_decrypt_128bit()
184 done: __glue_cbc_decrypt_128bit()
266 goto done; __glue_ctr_crypt_128bit()
270 done: __glue_ctr_crypt_128bit()
334 goto done; __glue_xts_crypt_128bit()
338 done: __glue_xts_crypt_128bit()
/linux-4.4.14/sound/soc/cirrus/
H A Dep93xx-ac97.c94 * @done: bus ops wait here for an interrupt
100 struct completion done; member in struct:ep93xx_ac97_info
142 if (!wait_for_completion_timeout(&info->done, AC97_TIMEOUT)) { ep93xx_ac97_read()
162 * Writes to the codec need to be done so that slot 2 is filled in ep93xx_ac97_write()
169 if (!wait_for_completion_timeout(&info->done, AC97_TIMEOUT)) ep93xx_ac97_write()
189 if (!wait_for_completion_timeout(&info->done, AC97_TIMEOUT)) ep93xx_ac97_warm_reset()
214 if (!wait_for_completion_timeout(&info->done, AC97_TIMEOUT)) ep93xx_ac97_cold_reset()
241 complete(&info->done); ep93xx_ac97_interrupt()
392 init_completion(&info->done); ep93xx_ac97_probe()
/linux-4.4.14/drivers/video/backlight/
H A Dpandora_bl.c57 goto done; pandora_backlight_update_status()
66 goto done; pandora_backlight_update_status()
94 done: pandora_backlight_update_status()
/linux-4.4.14/drivers/hid/
H A Dhid-gfrm.c110 goto done; gfrm_probe()
121 goto done; gfrm_probe()
126 done: gfrm_probe()
/linux-4.4.14/drivers/net/fddi/skfp/
H A Dsmttimer.c126 int done = 0 ; timer_done() local
131 while (tm && !done) { timer_done()
141 done = 1 ; timer_done()
/linux-4.4.14/net/ipv6/
H A Dip6_flowlabel.c218 * done in ipv6_flowlabel_opt - sock is locked, so new entry fl_intern()
365 goto done; fl_create()
370 goto done; fl_create()
380 goto done; fl_create()
386 goto done; fl_create()
395 goto done; fl_create()
398 goto done; fl_create()
409 goto done; fl_create()
415 goto done; fl_create()
431 goto done; fl_create()
435 done: fl_create()
615 goto done; for_each_sk_fl_rcu()
653 goto done;
658 goto done;
662 goto done;
666 goto done;
686 done:
/linux-4.4.14/kernel/power/
H A Dswap.c551 printk(KERN_INFO "PM: Image saving done.\n"); save_image()
565 wait_queue_head_t done; /* crc update done */ member in struct:crc_data
585 wake_up(&d->done); crc32_threadfn()
594 wake_up(&d->done); crc32_threadfn()
607 wait_queue_head_t done; /* compression done */ member in struct:cmp_data
629 wake_up(&d->done); lzo_compress_threadfn()
638 wake_up(&d->done); lzo_compress_threadfn()
704 init_waitqueue_head(&data[thr].done); save_image_lzo()
722 init_waitqueue_head(&crc->done); save_image_lzo()
741 * been done. We don't want to run out of pages when writing. save_image_lzo()
791 wait_event(data[thr].done, save_image_lzo()
832 wait_event(crc->done, atomic_read(&crc->stop)); save_image_lzo()
842 printk(KERN_INFO "PM: Image saving done.\n"); save_image_lzo()
1080 printk(KERN_INFO "PM: Image loading done.\n"); load_image()
1098 wait_queue_head_t done; /* decompression done */ member in struct:dec_data
1119 wake_up(&d->done); lzo_decompress_threadfn()
1128 wake_up(&d->done); lzo_decompress_threadfn()
1197 init_waitqueue_head(&data[thr].done); load_image_lzo()
1215 init_waitqueue_head(&crc->done); load_image_lzo()
1316 wait_event(crc->done, atomic_read(&crc->stop)); load_image_lzo()
1371 wait_event(data[thr].done, load_image_lzo()
1421 wait_event(crc->done, atomic_read(&crc->stop)); load_image_lzo()
1426 printk(KERN_INFO "PM: Image loading done.\n"); load_image_lzo()
H A Dprocess.c138 pr_cont("done."); freeze_processes()
173 pr_cont("done."); freeze_kernel_threads()
215 pr_cont("done.\n");
236 pr_cont("done.\n");
/linux-4.4.14/drivers/misc/vmw_vmci/
H A Dvmci_resource.h40 struct completion done; member in struct:vmci_resource
/linux-4.4.14/drivers/gpu/drm/via/
H A Dvia_dmablit.h122 #define VIA_DMA_DPR_DDIE (1<<2) /* descriptor done interrupt enable */
127 #define VIA_DMA_MR_TDIE (1<<1) /* transfer done interrupt enable */
134 #define VIA_DMA_CSR_TD (1<<3) /* transfer done */
135 #define VIA_DMA_CSR_DD (1<<4) /* descriptor done */
/linux-4.4.14/drivers/media/pci/ngene/
H A Dngene-i2c.c132 goto done; ngene_i2c_master_xfer()
137 goto done; ngene_i2c_master_xfer()
141 goto done; ngene_i2c_master_xfer()
146 done: ngene_i2c_master_xfer()
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Datombios_i2c.c59 goto done; radeon_process_i2c_ch()
74 goto done; radeon_process_i2c_ch()
92 goto done; radeon_process_i2c_ch()
98 done: radeon_process_i2c_ch()
H A Dradeon_dp_auxch.c163 goto done; radeon_dp_aux_transfer_native()
169 goto done; radeon_dp_aux_transfer_native()
174 goto done; radeon_dp_aux_transfer_native()
198 done: radeon_dp_aux_transfer_native()
/linux-4.4.14/drivers/cpufreq/
H A Darm_big_little.h30 * This must set opp table for cpu_dev in a similar way as done by
/linux-4.4.14/arch/x86/kernel/cpu/
H A Dmkcapflags.sh45 done
/linux-4.4.14/arch/x86/kernel/
H A Dtce_64.c118 goto done; tce_table_setparms()
131 done: tce_table_setparms()
150 goto done; build_tce_table()
165 done: build_tce_table()
H A Dtracepoint.c15 /* No need to be aligned, but done to keep all IDTs defined the same way. */
/linux-4.4.14/arch/arc/include/uapi/asm/
H A Dpage.h22 * done this way (instead of under CONFIG_ARC_PAGE_SIZE_8K) because adhoc
/linux-4.4.14/arch/arm/boot/compressed/
H A Dhead-xscale.S19 @ This is done by fetching through currently executed
/linux-4.4.14/scripts/kconfig/
H A Dmerge_config.sh78 done
130 done
132 done
168 done
/linux-4.4.14/include/net/netfilter/
H A Dnf_tables_core.h18 * something smaller than the full u32, therefore a cpu_to_le32 is done.
/linux-4.4.14/arch/mips/include/asm/
H A Dvga.h27 * <linux/vt_buffer.h> has already done the right job for us.
/linux-4.4.14/arch/mips/kernel/
H A Drelocate_kernel.S33 beqz s2, done
49 /* done page */
52 b done
71 done: label
/linux-4.4.14/arch/sparc/include/asm/
H A Dpil.h13 * need to be done if the XCALL arrived while %pil==PIL_NORMAL_MAX.
/linux-4.4.14/arch/parisc/include/uapi/asm/
H A Dswab.h50 ** OR %0 | %1 -> 76543210 into %0 (all done!)
/linux-4.4.14/arch/cris/kernel/
H A Dsys_cris.c8 * versions are done in the most "normal" way possible.
/linux-4.4.14/arch/ia64/kernel/
H A Dinit_task.c26 * handled. This is done by having a special ".data..init_task" section...
/linux-4.4.14/arch/m32r/kernel/
H A Dirq.c15 * done by the generic kernel/irq/ code and in the
/linux-4.4.14/arch/avr32/include/asm/
H A Dcache.h11 * cache before the transfer is done, causing old data to be seen by
/linux-4.4.14/arch/blackfin/lib/
H A Dstrncmp.S36 if ! cc jump 4f; /* yes, all done */
/linux-4.4.14/arch/arm/mach-s3c64xx/
H A Dmach-real6410.c251 int done; member in struct:real6410_features_t
261 features->done = 0; real6410_parse_features()
269 if (features->done & FEATURE_SCREEN) { real6410_parse_features()
281 features->done |= FEATURE_SCREEN; real6410_parse_features()
/linux-4.4.14/arch/arm/include/debug/
H A Dimx.S46 beq 1002b @ wait until transmit done
H A Dvf.S33 beq 1001b @ wait until transmit done
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
H A Datombios_i2c.c59 goto done; amdgpu_atombios_i2c_process_i2c_ch()
74 goto done; amdgpu_atombios_i2c_process_i2c_ch()
92 goto done; amdgpu_atombios_i2c_process_i2c_ch()
98 done: amdgpu_atombios_i2c_process_i2c_ch()
/linux-4.4.14/tools/arch/sh/include/asm/
H A Dbarrier.h21 * Historically we have only done this type of barrier for the MMUCR, but
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
H A Dbmi.c29 ath6kl_dbg(ATH6KL_DBG_BMI, "bmi done skipped\n"); ath6kl_bmi_done()
37 ath6kl_err("Unable to send bmi done: %d\n", ret); ath6kl_bmi_done()
51 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid); ath6kl_bmi_get_target_info()
123 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid); ath6kl_bmi_read()
181 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid); ath6kl_bmi_write()
245 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid); ath6kl_bmi_execute()
292 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid); ath6kl_bmi_set_app_start()
328 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid); ath6kl_bmi_reg_read()
371 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid); ath6kl_bmi_reg_write()
413 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid); ath6kl_bmi_lz_data()
462 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid); ath6kl_bmi_lz_stream_start()
/linux-4.4.14/drivers/usb/musb/
H A Dmusb_host.c79 * although ARP RX wins. (That test was done with a full speed link.)
472 bool done = false; musb_host_packet_rx() local
514 /* see if we are done */ musb_host_packet_rx()
515 done = (++qh->iso_idx >= urb->number_of_packets); musb_host_packet_rx()
530 /* see if we are done */ musb_host_packet_rx()
531 done = (urb->actual_length == urb->transfer_buffer_length) musb_host_packet_rx()
534 if (done musb_host_packet_rx()
551 if (!done) musb_host_packet_rx()
556 return done; musb_host_packet_rx()
1153 /* if we just did status stage, we are done */ musb_h_ep0_irq()
1173 * ep0 is more likely to stay busy. That's already done musb_h_ep0_irq()
1212 goto done; musb_h_ep0_irq()
1245 /* call completion handler if done */ musb_h_ep0_irq()
1248 done: musb_h_ep0_irq()
1273 bool done = false; musb_host_tx() local
1326 * That's already done for bulk RX transfers. musb_host_tx()
1339 done: musb_host_tx()
1363 done = true; musb_host_tx()
1412 * after clearing DMAMODE as we might have done this musb_host_tx()
1447 done = true; musb_host_tx()
1454 done = true; musb_host_tx()
1458 done = true; musb_host_tx()
1462 done = true; musb_host_tx()
1463 if (!done) { musb_host_tx()
1475 done = true; musb_host_tx()
1480 if (done) { musb_host_tx()
1518 /* sg_miter_start is already done in musb_ep_program */ musb_host_tx()
1523 goto done; musb_host_tx()
1631 bool done; musb_rx_dma_inventra_cppi41() local
1648 done = true; musb_rx_dma_inventra_cppi41()
1652 done = musb_rx_dma_iso_cppi41(dma, hw_ep, qh, musb_rx_dma_inventra_cppi41()
1654 done = false; musb_rx_dma_inventra_cppi41()
1658 /* done if urb buffer is full or short packet is recd */ musb_rx_dma_inventra_cppi41()
1659 done = (urb->actual_length + len >= musb_rx_dma_inventra_cppi41()
1666 if (!done) { musb_rx_dma_inventra_cppi41()
1672 return done; musb_rx_dma_inventra_cppi41()
1702 int length, pipe, done; musb_rx_dma_in_inventra_cppi41() local
1773 done = dma->channel_program(channel, qh->maxpacket, musb_rx_dma_in_inventra_cppi41()
1777 if (!done) { musb_rx_dma_in_inventra_cppi41()
1788 return done; musb_rx_dma_in_inventra_cppi41()
1827 bool done = false; musb_host_rx() local
1919 done = true; musb_host_rx()
1924 /* SHOULD NEVER HAPPEN ... but at least DaVinci has done it */ musb_host_rx()
1946 done = true; musb_host_rx()
1969 done = musb_rx_dma_inventra_cppi41(c, hw_ep, qh, urb, xfer_len); musb_host_rx()
1972 epnum, done ? "off" : "reset", musb_host_rx()
1976 done = true; musb_host_rx()
2006 done = musb_rx_dma_in_inventra_cppi41(c, hw_ep, qh, musb_host_rx()
2009 if (done) musb_host_rx()
2036 done = true; musb_host_rx()
2042 done = musb_host_packet_rx(musb, urb, epnum, musb_host_rx()
2050 done = musb_host_packet_rx(musb, urb, musb_host_rx()
2053 dev_dbg(musb->controller, "read %spacket\n", done ? "last " : ""); musb_host_rx()
2060 if (done) { musb_host_rx()
2216 /* DMA mapping was already done, if needed, and this urb is on musb_urb_enqueue()
2217 * hep->urb_list now ... so we're done, unless hep wasn't yet musb_urb_enqueue()
2227 /* Allocate and initialize qh, minimizing the work done each time musb_urb_enqueue()
2262 goto done; musb_urb_enqueue()
2364 done: musb_urb_enqueue()
2454 goto done; musb_urb_dequeue()
2458 goto done; musb_urb_dequeue()
2491 done: musb_urb_dequeue()
2527 * queue on hw_ep (e.g. bulk ring) when we're done. musb_h_disable()
/linux-4.4.14/drivers/usb/renesas_usbhs/
H A Dfifo.h58 void (*done)(struct usbhs_priv *priv, member in struct:usbhs_pkt
104 void (*done)(struct usbhs_priv *priv,

Completed in 6477 milliseconds

1234567891011>>