| /linux/drivers/scsi/ |
| H A D | hosts.c | 77 enum scsi_host_state oldstate = shost->shost_state; in scsi_host_set_state() local 79 if (state == oldstate) in scsi_host_set_state() 90 switch (oldstate) { in scsi_host_set_state() 100 switch (oldstate) { in scsi_host_set_state() 109 switch (oldstate) { in scsi_host_set_state() 120 switch (oldstate) { in scsi_host_set_state() 130 switch (oldstate) { in scsi_host_set_state() 140 switch (oldstate) { in scsi_host_set_state() 156 scsi_host_state_name(oldstate), in scsi_host_set_state()
|
| H A D | scsi_lib.c | 2502 enum scsi_device_state oldstate = sdev->sdev_state; in scsi_device_set_state() local 2504 if (state == oldstate) in scsi_device_set_state() 2509 switch (oldstate) { in scsi_device_set_state() 2518 switch (oldstate) { in scsi_device_set_state() 2531 switch (oldstate) { in scsi_device_set_state() 2543 switch (oldstate) { in scsi_device_set_state() 2555 switch (oldstate) { in scsi_device_set_state() 2567 switch (oldstate) { in scsi_device_set_state() 2576 switch (oldstate) { in scsi_device_set_state() 2589 switch (oldstate) { in scsi_device_set_state() [all …]
|
| /linux/include/trace/events/ |
| H A D | sock.h | 142 TP_PROTO(const struct sock *sk, const int oldstate, const int newstate), 144 TP_ARGS(sk, oldstate, newstate), 148 __field(int, oldstate) 165 __entry->oldstate = oldstate; 183 TP_printk("family=%s protocol=%s sport=%hu dport=%hu saddr=%pI4 daddr=%pI4 saddrv6=%pI6c daddrv6=%pI6c oldstate=%s newstate=%s", 189 show_tcp_state_name(__entry->oldstate),
|
| /linux/drivers/mtd/chips/ |
| H A D | fwh_lock.h | 68 chip->oldstate = chip->state; in fwh_xxlock_oneblock() 73 chip->state = chip->oldstate; in fwh_xxlock_oneblock()
|
| H A D | cfi_cmdset_0001.c | 836 if (mode == FL_SYNCING && chip->oldstate != FL_READY) in chip_ready() 890 chip->oldstate = FL_ERASING; in chip_ready() 920 chip->oldstate = chip->state; in chip_ready() 929 if (mode == FL_READY && chip->oldstate == FL_READY) in chip_ready() 1016 && shared->erasing->oldstate == FL_ERASING) { in get_chip() 1047 if (shared->writing == chip && chip->oldstate == FL_READY) { in put_chip() 1079 switch(chip->oldstate) { in put_chip() 1092 chip->oldstate = FL_READY; in put_chip() 1097 chip->state = chip->oldstate; in put_chip() 1098 chip->oldstate = FL_READY; in put_chip() [all …]
|
| H A D | cfi_cmdset_0002.c | 923 chip->oldstate = FL_ERASING; in get_chip() 954 chip->oldstate = chip->state; in get_chip() 964 if (mode == FL_READY && chip->oldstate == FL_READY) in get_chip() 984 switch(chip->oldstate) { in put_chip() 990 chip->oldstate = FL_READY; in put_chip() 995 chip->state = chip->oldstate; in put_chip() 996 chip->oldstate = FL_READY; in put_chip() 1003 printk(KERN_ERR "MTD: put_chip() called with oldstate %d!!\n", chip->oldstate); in put_chip() 1063 flstate_t oldstate; in xip_udelay() local 1069 (cfi_interleave_is_1(cfi) || chip->oldstate == FL_READY)) { in xip_udelay() [all …]
|
| H A D | cfi_cmdset_0020.c | 285 chip->oldstate = FL_ERASING; in do_read_onechip() 365 chip->state = chip->oldstate; in do_read_onechip() 993 chip->oldstate = chip->state; in cfi_staa_sync() 1025 chip->state = chip->oldstate; in cfi_staa_sync() 1330 chip->oldstate = chip->state; in cfi_staa_suspend() 1360 chip->state = chip->oldstate; in cfi_staa_suspend()
|
| /linux/sound/soc/sof/intel/ |
| H A D | hda-bus.c | 37 bool oldstate = test_bit(codec->addr, &bus->codec_powered); in sof_hda_bus_link_power() local 41 if (enable == oldstate) in sof_hda_bus_link_power()
|
| /linux/net/dccp/ |
| H A D | proto.c | |
| /linux/net/dccp/ccids/ |
| H A D | ccid3.c | |
| /linux/include/linux/mtd/ |
| H A D | flashchip.h | 70 flstate_t oldstate; member
|
| /linux/include/linux/ |
| H A D | rcupdate_wait.h | 21 struct rcu_gp_oldstate oldstate; member
|
| H A D | serial_8250.h | 193 unsigned int oldstate);
|
| /linux/drivers/net/fddi/skfp/ |
| H A D | pcmplc.c | 587 int oldstate ; in pcm() local 600 oldstate = mib->fddiPORTPCMState ; in pcm() 626 if ( mib->fddiPORTPCMState != oldstate && in pcm() 627 ((oldstate == PC8_ACTIVE) || (mib->fddiPORTPCMState == PC8_ACTIVE))) { in pcm() 636 if ( mib->fddiPORTPCMState != oldstate ) { in pcm() 638 DB_SNMP ("PCM from %d to %d\n", oldstate, mib->fddiPORTPCMState); in pcm() 642 } else if ( oldstate == PC0_OFF ) { in pcm() 646 oldstate == PC8_ACTIVE ) { in pcm()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_sk_storage_tracing.c | 33 int BPF_PROG(trace_inet_sock_set_state, struct sock *sk, int oldstate, in BPF_PROG() argument
|
| /linux/drivers/tty/serial/8250/ |
| H A D | 8250_pxa.c | 80 unsigned int oldstate) in serial_pxa_pm() argument
|
| /linux/drivers/tty/serial/ |
| H A D | sh-sci-common.h | 43 unsigned int oldstate);
|
| H A D | serial_txx9.c | 685 unsigned int oldstate) in serial_txx9_pm() argument 695 if (state == 0 && oldstate != -1) in serial_txx9_pm()
|
| /linux/arch/arm/mach-sa1100/ |
| H A D | h3xxx.c | 86 static void h3xxx_uart_pm(struct uart_port *port, u_int state, u_int oldstate) in h3xxx_uart_pm() argument
|
| H A D | assabet.c | 652 static void assabet_uart_pm(struct uart_port *port, u_int state, u_int oldstate) in assabet_uart_pm() argument
|
| /linux/kernel/rcu/ |
| H A D | tree.c | 1647 !poll_state_synchronize_rcu_full(&rs->oldstate), in rcu_sr_normal_complete() 3284 get_state_synchronize_rcu_full(&rs.oldstate); in synchronize_rcu_normal() 3539 bool poll_state_synchronize_rcu(unsigned long oldstate) in poll_state_synchronize_rcu() argument 3541 if (oldstate == RCU_GET_STATE_COMPLETED || in poll_state_synchronize_rcu() 3542 rcu_seq_done_exact(&rcu_state.gp_seq_polled, oldstate)) { in poll_state_synchronize_rcu() 3617 void cond_synchronize_rcu(unsigned long oldstate) in cond_synchronize_rcu() argument 3619 if (!poll_state_synchronize_rcu(oldstate)) in cond_synchronize_rcu()
|
| H A D | rcutorture.c | 396 bool (*poll_gp_state_exp)(unsigned long oldstate); 397 void (*cond_sync_exp)(unsigned long oldstate); 407 bool (*poll_gp_state)(unsigned long oldstate); 410 void (*cond_sync)(unsigned long oldstate); 863 static bool srcu_torture_poll_gp_state(unsigned long oldstate) in srcu_torture_poll_gp_state() argument 865 return poll_state_synchronize_srcu(srcu_ctlp, oldstate); in srcu_torture_poll_gp_state()
|
| /linux/include/linux/raspberrypi/ |
| H A D | vchiq_core.h | 629 enum vchiq_connstate oldstate,
|
| /linux/net/ipv4/ |
| H A D | tcp.c | 2948 int oldstate = sk->sk_state; in tcp_set_state() 2984 tcp_call_bpf_2arg(sk, BPF_SOCK_OPS_STATE_CB, oldstate, state); in tcp_set_state() 2988 if (oldstate != TCP_ESTABLISHED) in tcp_set_state() 2992 if (oldstate == TCP_SYN_RECV) in tcp_set_state() 2997 if (oldstate == TCP_CLOSE_WAIT || oldstate == TCP_ESTABLISHED) in tcp_set_state() 3006 if (oldstate == TCP_ESTABLISHED || oldstate == TCP_CLOSE_WAIT) in tcp_set_state() 2947 int oldstate = sk->sk_state; tcp_set_state() local
|
| /linux/drivers/platform/raspberrypi/vchiq-interface/ |
| H A D | vchiq_arm.c | 1335 enum vchiq_connstate oldstate, in vchiq_platform_conn_state_changed() argument 1342 state->id, get_conn_state_name(oldstate), get_conn_state_name(newstate)); in vchiq_platform_conn_state_changed()
|