/linux/fs/nfsd/ |
H A D | nfs4proc.c | 84 check_attr_support(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in check_attr_support() 107 struct nfsd4_compound_state *cstate, struct nfsd4_open *open) in nfsd4_check_open_attributes() 182 static void nfsd4_set_open_owner_reply_cache(struct nfsd4_compound_state *cstate, struct nfsd4_open… in nfsd4_set_open_owner_reply_cache() 423 do_open_lookup(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_open *open… in do_open_lookup() 490 do_open_fhandle(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_open *ope… in do_open_fhandle() 531 nfsd4_open(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_open() 656 static __be32 nfsd4_open_omfg(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct n… in nfsd4_open_omfg() 672 nfsd4_getfh(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_getfh() 680 nfsd4_putfh(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_putfh() 701 nfsd4_putrootfh(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_putrootfh() [all …]
|
H A D | nfs4state.c | 1895 void nfsd4_bump_seqid(struct nfsd4_compound_state *cstate, __be32 nfserr) in nfsd4_bump_seqid() 3634 nfsd4_exchange_id(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_exchange_id() 3963 struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) in nfsd4_create_session() 4117 struct nfsd4_compound_state *cstate, in nfsd4_backchannel_ctl() 4180 struct nfsd4_compound_state *cstate, in nfsd4_bind_conn_to_session() 4226 static bool nfsd4_compound_in_session(struct nfsd4_compound_state *cstate, struct nfs4_sessionid *s… in nfsd4_compound_in_session() 4234 nfsd4_destroy_session(struct svc_rqst *r, struct nfsd4_compound_state *cstate, in nfsd4_destroy_session() 4352 nfsd4_sequence(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_sequence() 4543 struct nfsd4_compound_state *cstate, in nfsd4_destroy_clientid() 4588 struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) in nfsd4_reclaim_complete() [all …]
|
H A D | nfs4layouts.c | 226 nfsd4_alloc_layout_stateid(struct nfsd4_compound_state *cstate, in nfsd4_alloc_layout_stateid() 280 struct nfsd4_compound_state *cstate, stateid_t *stateid, in nfsd4_preprocess_layout_stateid() 505 struct nfsd4_compound_state *cstate, in nfsd4_return_file_layouts() 548 struct nfsd4_compound_state *cstate, in nfsd4_return_client_layouts()
|
/linux/include/net/ |
H A D | slhc_vj.h | 128 struct cstate { struct 131 struct cstate *next; /* next in ring (xmit) */ argument 138 #define NULLSLSTATE (struct cstate *)0 argument
|
/linux/tools/power/cpupower/utils/idle_monitor/ |
H A D | cpupower-monitor.h | 39 typedef struct cstate { struct 50 } cstate_t; argument
|
/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_crtc.c | 448 struct dpu_crtc_state *cstate = to_dpu_crtc_state(crtc->state); in _dpu_crtc_blend_setup_mixer() local 522 struct dpu_crtc_state *cstate = to_dpu_crtc_state(crtc->state); in _dpu_crtc_blend_setup() local 761 struct dpu_crtc_state *cstate = to_dpu_crtc_state(state); in _dpu_crtc_check_and_setup_lm_bounds() local 818 struct dpu_crtc_state *cstate = to_dpu_crtc_state(crtc->state); in _dpu_crtc_setup_cp_blocks() local 852 struct dpu_crtc_state *cstate = to_dpu_crtc_state(crtc->state); in dpu_crtc_atomic_begin() local 898 struct dpu_crtc_state *cstate; in dpu_crtc_atomic_flush() local 957 struct dpu_crtc_state *cstate = to_dpu_crtc_state(state); in dpu_crtc_destroy_state() local 1036 struct dpu_crtc_state *cstate = to_dpu_crtc_state(crtc->state); in dpu_crtc_commit_kickoff() local 1093 struct dpu_crtc_state *cstate = kzalloc(sizeof(*cstate), GFP_KERNEL); in dpu_crtc_reset() local 1110 struct dpu_crtc_state *cstate, *old_cstate = to_dpu_crtc_state(crtc->state); in dpu_crtc_duplicate_state() local [all …]
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
H A D | base.c | 79 nvkm_cstate_valid(struct nvkm_clk *clk, struct nvkm_cstate *cstate, in nvkm_cstate_valid() 113 struct nvkm_cstate *cstate) in nvkm_cstate_find_best() 147 struct nvkm_cstate *cstate; in nvkm_cstate_get() local 166 struct nvkm_cstate *cstate; in nvkm_cstate_prog() local 218 nvkm_cstate_del(struct nvkm_cstate *cstate) in nvkm_cstate_del() 230 struct nvkm_cstate *cstate = NULL; in nvkm_cstate_new() local 349 struct nvkm_cstate *cstate; in nvkm_pstate_info() local 391 struct nvkm_cstate *cstate, *temp; in nvkm_pstate_del() local 407 struct nvkm_cstate *cstate; in nvkm_pstate_new() local
|
H A D | gt215.c | 274 calc_clk(struct gt215_clk *clk, struct nvkm_cstate *cstate, in calc_clk() 285 calc_host(struct gt215_clk *clk, struct nvkm_cstate *cstate) in calc_host() 459 gt215_clk_calc(struct nvkm_clk *base, struct nvkm_cstate *cstate) in gt215_clk_calc()
|
H A D | gf100.c | 274 calc_clk(struct gf100_clk *clk, struct nvkm_cstate *cstate, int idx, int dom) in calc_clk() 325 gf100_clk_calc(struct nvkm_clk *base, struct nvkm_cstate *cstate) in gf100_clk_calc()
|
H A D | gk104.c | 288 struct nvkm_cstate *cstate, int idx, int dom) in calc_clk() 339 gk104_clk_calc(struct nvkm_clk *base, struct nvkm_cstate *cstate) in gk104_clk_calc()
|
H A D | nv40.c | 146 nv40_clk_calc(struct nvkm_clk *base, struct nvkm_cstate *cstate) in nv40_clk_calc()
|
/linux/lib/ |
H A D | decompress_unlzma.c | 289 struct cstate { struct 290 int state; 291 uint32_t rep0, rep1, rep2, rep3;
|
/linux/samples/bpf/ |
H A D | cpustat_kern.c | 106 u64 *cts, *pts, *cstate, *pstate, prev_state, cur_ts, delta; in bpf_prog1() local 214 u64 *pts, *cstate, *pstate, cur_ts, delta; in bpf_prog2() local
|
H A D | cpustat_user.c | 33 unsigned long cstate[MAX_CSTATE_ENTRIES]; member
|
/linux/drivers/gpu/drm/tve200/ |
H A D | tve200_display.c | 73 struct drm_crtc_state *cstate) in tve200_display_check() 122 struct drm_crtc_state *cstate, in tve200_display_enable()
|
/linux/include/linux/ |
H A D | kmsan_types.h | 32 struct kmsan_context_state cstate; member
|
/linux/tools/power/cpupower/utils/ |
H A D | cpuidle-info.c | 102 unsigned int cstate, cstates; in proc_cpuidle_cpu_output() local
|
/linux/drivers/gpu/drm/pl111/ |
H A D | pl111_display.c | 87 struct drm_crtc_state *cstate) in pl111_display_check() 120 struct drm_crtc_state *cstate, in pl111_display_enable()
|
/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
H A D | ctrl.c | 76 struct nvkm_cstate *cstate; in nvkm_control_mthd_pstate_attr() local
|
/linux/drivers/block/drbd/ |
H A D | drbd_state_change.h | 20 enum drbd_conns cstate[2]; /* drbd9: enum drbd_conn_state */ member
|
/linux/drivers/pwm/ |
H A D | pwm-stm32-lp.c | 127 struct pwm_state cstate; in stm32_pwm_lp_apply() local
|
H A D | pwm-sprd.c | 168 struct pwm_state *cstate = &pwm->state; in sprd_pwm_apply() local
|
/linux/drivers/gpu/drm/mcde/ |
H A D | mcde_display.c | 161 struct drm_crtc_state *cstate) in mcde_display_check() 1152 struct drm_crtc_state *cstate, in mcde_display_enable()
|
/linux/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_encoder.c | 206 struct drm_crtc_state *cstate = encoder->crtc->state; in mdp5_encoder_enable() local
|
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
H A D | therm.h | 68 int cstate; member
|