Home
last modified time | relevance | path

Searched defs:newstate (Results 1 – 13 of 13) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_sk_storage_tracing.c34 int newstate) in BPF_PROG() argument
H A Dmap_kptr_race.c119 int BPF_PROG(test_sk_ls_leak, struct sock *sk, int oldstate, int newstate) in BPF_PROG()
/linux/drivers/s390/char/
H A Dtape_core.c186 tape_state_set(struct tape_device *device, enum tape_state newstate) in tape_state_set()
262 tape_med_state_set(struct tape_device *device, enum tape_medium_state newstate) in tape_med_state_set()
/linux/drivers/s390/net/
H A Dfsm.h192 fsm_newstate(fsm_instance *fi, int newstate) in fsm_newstate()
/linux/drivers/platform/raspberrypi/vchiq-interface/
H A Dvchiq_core.c221 set_service_state(struct vchiq_service *service, int newstate) in set_service_state()
492 vchiq_set_conn_state(struct vchiq_state *state, enum vchiq_connstate newstate) in vchiq_set_conn_state()
2968 int newstate; in close_service_complete() local
H A Dvchiq_arm.c1335 enum vchiq_connstate newstate) in vchiq_platform_conn_state_changed()
/linux/kernel/rcu/
H A Drcu.h87 static inline void rcu_seq_set_state(unsigned long *sp, int newstate) in rcu_seq_set_state()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_cmn.c680 void wlc_phy_hw_clk_state_upd(struct brcms_phy_pub *pih, bool newstate) in wlc_phy_hw_clk_state_upd()
690 void wlc_phy_hw_state_upd(struct brcms_phy_pub *pih, bool newstate) in wlc_phy_hw_state_upd()
/linux/drivers/usb/phy/
H A Dphy-fsl-usb.h287 #define SET_OTG_STATE(phy, newstate) ((phy)->otg->state = newstate) argument
/linux/fs/nfs/
H A Dnfs4state.c727 fmode_t newstate; in __nfs4_close() local
/linux/drivers/mtd/chips/
H A Dcfi_cmdset_0001.c1162 flstate_t oldstate, newstate; in xip_wait_for_operation() local
/linux/arch/arm64/kernel/
H A Dptrace.c623 struct user_fpsimd_state newstate; in __fpr_set() local
/linux/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c1279 static bool is_valid_state_change(int oldstate, int newstate, bool resumable) in is_valid_state_change()