/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() 421 do_open_lookup(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_open *open… in do_open_lookup() 488 do_open_fhandle(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_open *ope… in do_open_fhandle() 529 nfsd4_open(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_open() 654 static __be32 nfsd4_open_omfg(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct n… in nfsd4_open_omfg() 670 nfsd4_getfh(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_getfh() 678 nfsd4_putfh(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_putfh() 699 nfsd4_putrootfh(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_putrootfh() [all …]
|
H A D | nfs4state.c | 1867 void nfsd4_bump_seqid(struct nfsd4_compound_state *cstate, __be32 nfserr) in nfsd4_bump_seqid() 3508 nfsd4_exchange_id(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_exchange_id() 3847 struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) in nfsd4_create_session() 4002 struct nfsd4_compound_state *cstate, in nfsd4_backchannel_ctl() 4065 struct nfsd4_compound_state *cstate, in nfsd4_bind_conn_to_session() 4111 static bool nfsd4_compound_in_session(struct nfsd4_compound_state *cstate, struct nfs4_sessionid *s… in nfsd4_compound_in_session() 4119 nfsd4_destroy_session(struct svc_rqst *r, struct nfsd4_compound_state *cstate, in nfsd4_destroy_session() 4237 nfsd4_sequence(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_sequence() 4382 struct nfsd4_compound_state *cstate, in nfsd4_destroy_clientid() 4427 struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) in nfsd4_reclaim_complete() [all …]
|
H A D | nfs4layouts.c | 227 nfsd4_alloc_layout_stateid(struct nfsd4_compound_state *cstate, in nfsd4_alloc_layout_stateid() 281 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 | 441 struct dpu_crtc_state *cstate = to_dpu_crtc_state(crtc->state); in _dpu_crtc_blend_setup_mixer() local 508 struct dpu_crtc_state *cstate = to_dpu_crtc_state(crtc->state); in _dpu_crtc_blend_setup() local 729 struct dpu_crtc_state *cstate = to_dpu_crtc_state(state); in _dpu_crtc_check_and_setup_lm_bounds() local 779 struct dpu_crtc_state *cstate = to_dpu_crtc_state(crtc->state); in _dpu_crtc_setup_cp_blocks() local 813 struct dpu_crtc_state *cstate = to_dpu_crtc_state(crtc->state); in dpu_crtc_atomic_begin() local 859 struct dpu_crtc_state *cstate; in dpu_crtc_atomic_flush() local 918 struct dpu_crtc_state *cstate = to_dpu_crtc_state(state); in dpu_crtc_destroy_state() local 958 struct dpu_crtc_state *cstate = to_dpu_crtc_state(crtc->state); in dpu_crtc_commit_kickoff() local 1006 struct dpu_crtc_state *cstate = kzalloc(sizeof(*cstate), GFP_KERNEL); in dpu_crtc_reset() local 1023 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/drivers/idle/ |
H A D | intel_idle.c | 1662 static bool __init intel_idle_max_cstate_reached(int cstate) in intel_idle_max_cstate_reached() 1706 int cstate, limit; in intel_idle_cst_usable() local 1757 int cstate, limit = min_t(int, CPUIDLE_STATE_MAX, acpi_state_table.count); in intel_idle_init_cstates_acpi() local 1807 int cstate, limit; in intel_idle_off_by_default() local 2073 static void state_update_enter_method(struct cpuidle_state *state, int cstate) in state_update_enter_method() 2112 int cstate; in intel_idle_init_cstates_icpu() local
|
/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/pwm/ |
H A D | pwm-stm32-lp.c | 38 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/tidss/ |
H A D | tidss_kms.c | 53 struct drm_crtc_state *cstate; in tidss_atomic_check() 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/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()
|