| /Linux-v5.4/fs/nfsd/ | 
| D | nfs4proc.c | 96 check_attr_support(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,  in check_attr_support()119 	struct nfsd4_compound_state *cstate, struct nfsd4_open *open)  in nfsd4_check_open_attributes()
 216 static void nfsd4_set_open_owner_reply_cache(struct nfsd4_compound_state *cstate, struct nfsd4_open…  in nfsd4_set_open_owner_reply_cache()
 225 do_open_lookup(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_open *open…  in do_open_lookup()
 306 do_open_fhandle(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_open *ope…  in do_open_fhandle()
 350 nfsd4_open(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,  in nfsd4_open()
 478 static __be32 nfsd4_open_omfg(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct n…  in nfsd4_open_omfg()
 494 nfsd4_getfh(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,  in nfsd4_getfh()
 502 nfsd4_putfh(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,  in nfsd4_putfh()
 515 nfsd4_putrootfh(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,  in nfsd4_putrootfh()
 [all …]
 
 | 
| D | nfs4state.c | 1495 void nfsd4_bump_seqid(struct nfsd4_compound_state *cstate, __be32 nfserr)  in nfsd4_bump_seqid()2955 nfsd4_exchange_id(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,  in nfsd4_exchange_id()
 3254 		struct nfsd4_compound_state *cstate, union nfsd4_op_u *u)  in nfsd4_create_session()
 3381 		struct nfsd4_compound_state *cstate,  in nfsd4_backchannel_ctl()
 3403 		     struct nfsd4_compound_state *cstate,  in nfsd4_bind_conn_to_session()
 3438 static bool nfsd4_compound_in_session(struct nfsd4_compound_state *cstate, struct nfs4_sessionid *s…  in nfsd4_compound_in_session()
 3446 nfsd4_destroy_session(struct svc_rqst *r, struct nfsd4_compound_state *cstate,  in nfsd4_destroy_session()
 3571 nfsd4_sequence(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,  in nfsd4_sequence()
 3712 		struct nfsd4_compound_state *cstate,  in nfsd4_destroy_clientid()
 3756 		struct nfsd4_compound_state *cstate, union nfsd4_op_u *u)  in nfsd4_reclaim_complete()
 [all …]
 
 | 
| D | nfs4layouts.c | 212 nfsd4_alloc_layout_stateid(struct nfsd4_compound_state *cstate,  in nfsd4_alloc_layout_stateid()266 		struct nfsd4_compound_state *cstate, stateid_t *stateid,  in nfsd4_preprocess_layout_stateid()
 490 		struct nfsd4_compound_state *cstate,  in nfsd4_return_file_layouts()
 533 		struct nfsd4_compound_state *cstate,  in nfsd4_return_client_layouts()
 
 | 
| /Linux-v5.4/include/net/ | 
| D | slhc_vj.h | 128 struct cstate {  struct131 	struct cstate *next;	/* next in ring (xmit) */  argument
 138 #define NULLSLSTATE	(struct cstate *)0  argument
 
 | 
| /Linux-v5.4/tools/power/cpupower/utils/idle_monitor/ | 
| D | cpupower-monitor.h | 39 typedef struct cstate {  struct50 } cstate_t;  argument
 
 | 
| /Linux-v5.4/drivers/gpu/drm/msm/disp/dpu1/ | 
| D | dpu_crtc.c | 121 	struct dpu_crtc_state *cstate = to_dpu_crtc_state(crtc->state);  in _dpu_crtc_blend_setup_mixer()  local191 	struct dpu_crtc_state *cstate = to_dpu_crtc_state(crtc->state);  in _dpu_crtc_blend_setup()  local
 402 	struct dpu_crtc_state *cstate = to_dpu_crtc_state(state);  in _dpu_crtc_setup_lm_bounds()  local
 424 	struct dpu_crtc_state *cstate;  in dpu_crtc_atomic_begin()  local
 491 	struct dpu_crtc_state *cstate;  in dpu_crtc_atomic_flush()  local
 566 	struct dpu_crtc_state *cstate;  in dpu_crtc_destroy_state()  local
 610 	struct dpu_crtc_state *cstate = to_dpu_crtc_state(crtc->state);  in dpu_crtc_commit_kickoff()  local
 649 	struct dpu_crtc_state *cstate = kzalloc(sizeof(*cstate), GFP_KERNEL);  in dpu_crtc_reset()  local
 665 	struct dpu_crtc_state *cstate, *old_cstate;  in dpu_crtc_duplicate_state()  local
 690 	struct dpu_crtc_state *cstate;  in dpu_crtc_disable()  local
 [all …]
 
 | 
| /Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ | 
| 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
 216 nvkm_cstate_del(struct nvkm_cstate *cstate)  in nvkm_cstate_del()
 228 	struct nvkm_cstate *cstate = NULL;  in nvkm_cstate_new()  local
 348 	struct nvkm_cstate *cstate;  in nvkm_pstate_info()  local
 390 	struct nvkm_cstate *cstate, *temp;  in nvkm_pstate_del()  local
 406 	struct nvkm_cstate *cstate;  in nvkm_pstate_new()  local
 
 | 
| 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()
 
 | 
| 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()
 
 | 
| 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()
 
 | 
| D | nv40.c | 146 nv40_clk_calc(struct nvkm_clk *base, struct nvkm_cstate *cstate)  in nv40_clk_calc()
 | 
| /Linux-v5.4/drivers/gpu/drm/ttm/ | 
| D | ttm_page_alloc.c | 222 					  enum ttm_caching_state cstate)  in ttm_get_pool()443 		enum ttm_caching_state cstate, unsigned cpages)  in ttm_set_pages_caching()
 470 		int ttm_flags, enum ttm_caching_state cstate,  in ttm_handle_caching_state_failure()
 488 			       int ttm_flags, enum ttm_caching_state cstate,  in ttm_alloc_new_pages()
 572 				      enum ttm_caching_state cstate,  in ttm_page_pool_fill_locked()
 632 				   enum ttm_caching_state cstate,  in ttm_page_pool_get_pages()
 709 			  enum ttm_caching_state cstate)  in ttm_put_pages()
 827 			 enum ttm_caching_state cstate)  in ttm_get_pages()
 
 | 
| /Linux-v5.4/lib/ | 
| D | decompress_unlzma.c | 287 struct cstate {  struct288 	int state;
 289 	uint32_t rep0, rep1, rep2, rep3;
 
 | 
| /Linux-v5.4/samples/bpf/ | 
| D | cpustat_kern.c | 106 	u64 *cts, *pts, *cstate, *pstate, prev_state, cur_ts, delta;  in bpf_prog1()  local214 	u64 *pts, *cstate, *pstate, prev_state, cur_ts, delta;  in bpf_prog2()  local
 
 | 
| D | cpustat_user.c | 33 	unsigned long cstate[MAX_CSTATE_ENTRIES];  member
 | 
| /Linux-v5.4/drivers/gpu/drm/tve200/ | 
| D | tve200_display.c | 72 			       struct drm_crtc_state *cstate)  in tve200_display_check()121 				 struct drm_crtc_state *cstate,  in tve200_display_enable()
 
 | 
| /Linux-v5.4/tools/power/cpupower/utils/ | 
| D | cpuidle-info.c | 100 	unsigned int cstate, cstates;  in proc_cpuidle_cpu_output()  local
 | 
| /Linux-v5.4/drivers/gpu/drm/pl111/ | 
| 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-v5.4/drivers/idle/ | 
| D | intel_idle.c | 903 	unsigned int cstate;  in intel_idle()  local1326 	int cstate;  in intel_idle_cpuidle_driver_init()  local
 
 | 
| /Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/engine/device/ | 
| D | ctrl.c | 76 	struct nvkm_cstate *cstate;  in nvkm_control_mthd_pstate_attr()  local
 | 
| /Linux-v5.4/drivers/pwm/ | 
| D | pwm-stm32-lp.c | 39 	struct pwm_state cstate;  in stm32_pwm_lp_apply()  local
 | 
| D | pwm-zx.c | 154 	struct pwm_state cstate;  in zx_pwm_apply()  local
 | 
| D | pwm-sprd.c | 164 	struct pwm_state *cstate = &pwm->state;  in sprd_pwm_apply()  local
 | 
| /Linux-v5.4/drivers/block/drbd/ | 
| D | drbd_state_change.h | 20 	enum drbd_conns cstate[2];  /* drbd9: enum drbd_conn_state */  member
 | 
| /Linux-v5.4/drivers/gpu/drm/mcde/ | 
| D | mcde_display.c | 152 			      struct drm_crtc_state *cstate)  in mcde_display_check()813 				struct drm_crtc_state *cstate,  in mcde_display_enable()
 
 |