Home
last modified time | relevance | path

Searched refs:prev_state (Results 151 - 172 of 172) sorted by relevance

1234567

/kernel/linux/linux-6.6/drivers/mmc/host/
H A Datmel-mci.c1769 enum atmel_mci_state prev_state; in atmci_tasklet_func() local
1782 prev_state = state; in atmci_tasklet_func()
1959 } while (state != prev_state); in atmci_tasklet_func()
/kernel/linux/linux-6.6/drivers/net/ethernet/rocker/
H A Drocker_ofdpa.c2092 u8 prev_state; in ofdpa_port_stp_update() local
2097 prev_state = ofdpa_port->stp_state; in ofdpa_port_stp_update()
2153 ofdpa_port->stp_state = prev_state; in ofdpa_port_stp_update()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c340 int data_lost, prev_state; in chtls_close() local
369 prev_state = sk->sk_state; in chtls_close()
378 if (prev_state != TCP_CLOSE && sk->sk_state == TCP_CLOSE) in chtls_close()
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H A Dtask-analyzer.py922 prev_pid, prev_prio, prev_state, next_comm, next_pid,
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dalternative.c1759 static inline void unuse_temporary_mm(temp_mm_state_t prev_state) in unuse_temporary_mm() argument
1762 switch_mm_irqs_off(NULL, prev_state.mm, current); in unuse_temporary_mm()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c2424 enum ath6kl_state prev_state; in ath6kl_cfg80211_suspend() local
2435 prev_state = ar->state; in ath6kl_cfg80211_suspend()
2439 ar->state = prev_state; in ath6kl_cfg80211_suspend()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c2424 enum ath6kl_state prev_state; in ath6kl_cfg80211_suspend() local
2435 prev_state = ar->state; in ath6kl_cfg80211_suspend()
2439 ar->state = prev_state; in ath6kl_cfg80211_suspend()
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/
H A Dibmvnic.c1153 enum vnic_state prev_state = adapter->state; in __ibmvnic_open() local
1165 if (prev_state == VNIC_CLOSED) in __ibmvnic_open()
1172 if (prev_state == VNIC_CLOSED) in __ibmvnic_open()
1186 if (prev_state == VNIC_CLOSED) { in __ibmvnic_open()
/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/
H A Dde4x5.c927 static int de4x5_suspect_state(struct net_device *dev, int timeout, int prev_state, int (*fn)(struct net_device *, int), int (*asfn)(struct net_device *));
2499 de4x5_suspect_state(struct net_device *dev, int timeout, int prev_state, in de4x5_suspect_state() argument
2510 lp->media = prev_state; in de4x5_suspect_state()
2523 lp->media = prev_state; in de4x5_suspect_state()
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_log.c2552 int prev_state, in xlog_covered_state()
2560 switch (prev_state) { in xlog_covered_state()
2551 xlog_covered_state( int prev_state, int iclogs_changed) xlog_covered_state() argument
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_log.c2609 int prev_state, in xlog_covered_state()
2618 switch (prev_state) { in xlog_covered_state()
2608 xlog_covered_state( int prev_state, int iclogs_changed) xlog_covered_state() argument
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_events.c791 unsigned int prev_state) in event_filter_pid_sched_switch_probe_pre()
817 unsigned int prev_state) in event_filter_pid_sched_switch_probe_post()
788 event_filter_pid_sched_switch_probe_pre(void *data, bool preempt, struct task_struct *prev, struct task_struct *next, unsigned int prev_state) event_filter_pid_sched_switch_probe_pre() argument
814 event_filter_pid_sched_switch_probe_post(void *data, bool preempt, struct task_struct *prev, struct task_struct *next, unsigned int prev_state) event_filter_pid_sched_switch_probe_post() argument
H A Dtrace_osnoise.c1268 unsigned int prev_state) in trace_sched_switch_callback()
1265 trace_sched_switch_callback(void *data, bool preempt, struct task_struct *p, struct task_struct *n, unsigned int prev_state) trace_sched_switch_callback() argument
H A Dftrace.c7465 unsigned int prev_state) in ftrace_filter_pid_sched_switch_probe()
7462 ftrace_filter_pid_sched_switch_probe(void *data, bool preempt, struct task_struct *prev, struct task_struct *next, unsigned int prev_state) ftrace_filter_pid_sched_switch_probe() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/
H A Dibmvnic.c1866 enum vnic_state prev_state = adapter->state; in __ibmvnic_open() local
1878 if (prev_state == VNIC_CLOSED) in __ibmvnic_open()
1885 if (prev_state == VNIC_CLOSED) in __ibmvnic_open()
1916 if (prev_state == VNIC_CLOSED) { in __ibmvnic_open()
/kernel/linux/linux-5.10/drivers/scsi/megaraid/
H A Dmegaraid_sas.h2135 u32 prev_state; member
/kernel/linux/linux-6.6/drivers/scsi/megaraid/
H A Dmegaraid_sas.h2139 u32 prev_state; member
/kernel/linux/linux-5.10/drivers/net/ethernet/micrel/
H A Dksz884x.c5676 u8 prev_state = hw->promiscuous; in dev_set_promiscuous() local
5685 if (hw->promiscuous <= 1 && prev_state <= 1) in dev_set_promiscuous()
/kernel/linux/linux-6.6/drivers/net/ethernet/micrel/
H A Dksz884x.c5301 u8 prev_state = hw->promiscuous; in dev_set_promiscuous() local
5310 if (hw->promiscuous <= 1 && prev_state <= 1) in dev_set_promiscuous()
/third_party/glfw/deps/
H A Dnuklear.h22879 char prev_state = 0; in nk_do_edit() local
22906 prev_state = (char)edit->active; in nk_do_edit()
22914 if (!prev_state && edit->active) { in nk_do_edit()
22931 if (prev_state != edit->active) in nk_do_edit()
23466 unsigned char prev_state; in nk_edit_buffer() local
23499 prev_state = (unsigned char)edit->active; in nk_edit_buffer()
23506 if (edit->active && prev_state != edit->active) { in nk_edit_buffer()
23510 } else if (prev_state && !edit->active) { in nk_edit_buffer()
/kernel/linux/linux-5.10/drivers/net/wireless/cisco/
H A Dairo.c5663 pci_power_t prev_state = to_pci_dev(dev_d)->current_state; in airo_pci_resume() local
5667 if (prev_state != PCI_D1) { in airo_pci_resume()
/kernel/linux/linux-6.6/drivers/net/wireless/cisco/
H A Dairo.c5660 pci_power_t prev_state = to_pci_dev(dev_d)->current_state; in airo_pci_resume() local
5664 if (prev_state != PCI_D1) { in airo_pci_resume()

Completed in 161 milliseconds

1234567