/kernel/linux/linux-5.10/arch/sh/boards/mach-kfr2r09/ |
H A D | sdram.S | 44 WAIT 1 66 WAIT 1
|
/kernel/linux/linux-6.6/arch/sh/boards/mach-kfr2r09/ |
H A D | sdram.S | 44 WAIT 1 66 WAIT 1
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | script_asm.pl | 649 } elsif (/^\s*WAIT\s+(.*)/i) { 651 print STDERR "Parsing WAIT $rest\n" if ($debug); 664 expected (initiator) WAIT DISCONNECT or 665 (initiator) WAIT RESELECT alternate_address or 666 (target) WAIT SELECT alternate_address 774 SELECT SET, or WAIT
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | script_asm.pl | 649 } elsif (/^\s*WAIT\s+(.*)/i) { 651 print STDERR "Parsing WAIT $rest\n" if ($debug); 664 expected (initiator) WAIT DISCONNECT or 665 (initiator) WAIT RESELECT alternate_address or 666 (target) WAIT SELECT alternate_address 774 SELECT SET, or WAIT
|
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
H A D | romimage-macros.h | 48 /* The WAIT command is used to delay the execution */ 49 .macro WAIT, time
|
/kernel/linux/linux-6.6/arch/sh/include/asm/ |
H A D | romimage-macros.h | 48 /* The WAIT command is used to delay the execution */ 49 .macro WAIT, time
|
/kernel/linux/linux-5.10/tools/perf/trace/beauty/ |
H A D | futex_op.c | 38 P_FUTEX_OP(WAIT); arg->mask |= SCF_VAL3|SCF_UADDR2; break; in syscall_arg__scnprintf_futex_op()
|
/kernel/linux/linux-6.6/tools/perf/trace/beauty/ |
H A D | futex_op.c | 38 P_FUTEX_OP(WAIT); arg->mask |= SCF_VAL3|SCF_UADDR2; break; in syscall_arg__scnprintf_futex_op()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/hsr/ |
H A D | hsr_ping.sh | 137 WAIT=5 138 while [ ${WAIT} -gt 0 ] 146 let "WAIT = WAIT - 1"
|
/kernel/linux/linux-5.10/arch/sh/boards/mach-se/7724/ |
H A D | sdram.S | 44 WAIT 1
|
/kernel/linux/linux-5.10/arch/sh/boards/mach-ecovec24/ |
H A D | sdram.S | 44 WAIT 1
|
/kernel/linux/linux-6.6/arch/sh/boards/mach-ecovec24/ |
H A D | sdram.S | 44 WAIT 1
|
/kernel/linux/linux-6.6/arch/sh/boards/mach-se/7724/ |
H A D | sdram.S | 44 WAIT 1
|
/kernel/linux/linux-5.10/drivers/block/rnbd/ |
H A D | rnbd-clt.c | 422 WAIT = 1 enumerator 1230 err = send_msg_sess_info(sess, WAIT); in find_and_get_or_create_sess() 1511 ret = send_msg_open(dev, WAIT); in rnbd_clt_map_device() 1547 send_msg_close(dev, dev->device_id, WAIT); in rnbd_clt_map_device() 1607 send_msg_close(dev, dev->device_id, WAIT); in rnbd_clt_unmap_device() 1641 err = send_msg_open(dev, WAIT); in rnbd_clt_remap_device()
|
/kernel/linux/linux-5.10/drivers/rapidio/ |
H A D | rio_cm.c | 887 riocm_debug(WAIT, "wait on %d returned %ld", ch->id, wret); in riocm_ch_receive() 1007 riocm_debug(WAIT, "wait on %d returns %ld", ch->id, wret); in riocm_ch_connect() 1098 riocm_debug(WAIT, "on %d", ch->id); in riocm_ch_accept() 1116 riocm_debug(WAIT, "on %d accept_queue is empty on completion", in riocm_ch_accept() 1124 riocm_debug(WAIT, "on %d returns %d", ch->id, err); in riocm_ch_accept() 1453 riocm_debug(WAIT, "wait on %d returns %ld", ch->id, wret); in riocm_ch_close()
|
/kernel/linux/linux-6.6/drivers/rapidio/ |
H A D | rio_cm.c | 887 riocm_debug(WAIT, "wait on %d returned %ld", ch->id, wret); in riocm_ch_receive() 1007 riocm_debug(WAIT, "wait on %d returns %ld", ch->id, wret); in riocm_ch_connect() 1098 riocm_debug(WAIT, "on %d", ch->id); in riocm_ch_accept() 1116 riocm_debug(WAIT, "on %d accept_queue is empty on completion", in riocm_ch_accept() 1124 riocm_debug(WAIT, "on %d returns %d", ch->id, err); in riocm_ch_accept() 1453 riocm_debug(WAIT, "wait on %d returns %ld", ch->id, wret); in riocm_ch_close()
|
/kernel/linux/linux-5.10/drivers/net/hamradio/ |
H A D | dmascc.c | 137 #define WAIT 6 macro 1373 case WAIT: in es_isr() 1419 priv->state = WAIT; in tm_isr() 1423 case WAIT: in tm_isr() 1445 priv->state = WAIT; in tm_isr()
|
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | journal.c | 83 #define WAIT 4 /* wait for the log blocks to hit the disk */ macro 3537 return do_journal_end(th, COMMIT_NOW | WAIT); in journal_end_sync() 3596 do_journal_end(&th, COMMIT_NOW | WAIT); in reiserfs_flush_old_commits() 3622 int wait_on_commit = flags & WAIT; in check_journal_end() 4015 flags |= FLUSH_ALL | COMMIT_NOW | WAIT; in do_journal_end() 4017 wait_on_commit = flags & WAIT; in do_journal_end() 4033 flags |= COMMIT_NOW | WAIT; in do_journal_end()
|
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | journal.c | 83 #define WAIT 4 /* wait for the log blocks to hit the disk */ macro 3542 return do_journal_end(th, COMMIT_NOW | WAIT); in journal_end_sync() 3601 do_journal_end(&th, COMMIT_NOW | WAIT); in reiserfs_flush_old_commits() 3627 int wait_on_commit = flags & WAIT; in check_journal_end() 4020 flags |= FLUSH_ALL | COMMIT_NOW | WAIT; in do_journal_end() 4022 wait_on_commit = flags & WAIT; in do_journal_end() 4038 flags |= COMMIT_NOW | WAIT; in do_journal_end()
|
/kernel/linux/linux-5.10/drivers/pinctrl/renesas/ |
H A D | pfc-sh7722.c | 203 LCDRD, CS6B_CE1B_LCDCS2, WAIT, LCDDCK_LCDWR, LCDVEPWC_LCDVEPWC2, enumerator 585 PINMUX_DATA(WAIT_MARK, WAIT), 1071 GPIO_FN(WAIT), 1386 WAIT, 0, 0, PTR2_IN,
|
H A D | pfc-sh7203.c | 938 GPIO_FN(WAIT),
|
/kernel/linux/linux-6.6/drivers/pinctrl/renesas/ |
H A D | pfc-sh7722.c | 201 LCDRD, CS6B_CE1B_LCDCS2, WAIT, LCDDCK_LCDWR, LCDVEPWC_LCDVEPWC2, enumerator 583 PINMUX_DATA(WAIT_MARK, WAIT), 1069 GPIO_FN(WAIT), 1387 WAIT, 0, 0, PTR2_IN,
|
H A D | pfc-sh7203.c | 937 GPIO_FN(WAIT),
|
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | hisi_dma.c | 52 WAIT, enumerator
|
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | hisi_dma.c | 108 WAIT, enumerator
|