Home
last modified time | relevance | path

Searched defs:tg (Results 1 – 25 of 27) sorted by relevance

12

/linux/block/
H A Dblk-throttle.c47 static inline struct blkcg_gq *tg_to_blkg(struct throtl_grp *tg) in tg_to_blkg()
76 struct throtl_grp *tg = sq_to_tg(sq); in sq_to_td() local
84 static uint64_t tg_bps_limit(struct throtl_grp *tg, int rw) in tg_bps_limit()
94 static unsigned int tg_iops_limit(struct throtl_grp *tg, int rw) in tg_iops_limit()
136 static void throtl_qnode_init(struct throtl_qnode *qn, struct throtl_grp *tg) in throtl_qnode_init()
264 struct throtl_grp *tg; in throtl_pd_alloc() local
301 struct throtl_grp *tg = pd_to_tg(pd); in throtl_pd_init() local
331 static void tg_update_has_rules(struct throtl_grp *tg) in tg_update_has_rules()
348 struct throtl_grp *tg = pd_to_tg(pd); in throtl_pd_online() local
360 struct throtl_grp *tg = pd_to_tg(pd); in tg_release() local
[all …]
H A Dblk-throttle.h34 struct throtl_grp *tg; /* tg this qnode belongs to */ member
168 struct throtl_grp *tg; in blk_should_throtl() local
/linux/kernel/sched/
H A Dautogroup.h16 struct task_group *tg; member
25 static inline bool task_group_is_autogroup(struct task_group *tg) in task_group_is_autogroup()
33 autogroup_task_group(struct task_struct *p, struct task_group *tg) in autogroup_task_group()
49 static inline void autogroup_free(struct task_group *tg) { } in autogroup_free()
50 static inline bool task_group_is_autogroup(struct task_group *tg) in task_group_is_autogroup()
56 autogroup_task_group(struct task_struct *p, struct task_group *tg) in autogroup_task_group()
61 static inline int autogroup_path(struct task_group *tg, char *buf, int buflen) in autogroup_path()
H A Dautogroup.c44 void autogroup_free(struct task_group *tg) in autogroup_free()
90 struct task_group *tg; in autogroup_create() local
131 bool task_wants_autogroup(struct task_struct *p, struct task_group *tg) in task_wants_autogroup()
287 int autogroup_path(struct task_group *tg, char *buf, int buflen) in autogroup_path()
H A Dcore.c1528 int tg_nop(struct task_group *tg, void *data) in tg_nop()
1983 struct task_group *tg = &root_task_group; in uclamp_update_root_tg() local
4895 struct task_group *tg; in sched_cgroup_fork() local
9369 static inline void alloc_uclamp_sched_group(struct task_group *tg, in alloc_uclamp_sched_group()
9383 static void sched_free_group(struct task_group *tg) in sched_free_group()
9396 static void sched_unregister_group(struct task_group *tg) in sched_unregister_group()
9410 struct task_group *tg; in sched_create_group() local
9432 void sched_online_group(struct task_group *tg, struct task_group *parent) in sched_online_group()
9457 void sched_destroy_group(struct task_group *tg) in sched_destroy_group()
9463 void sched_release_group(struct task_group *tg) in sched_release_group()
[all …]
H A Dfair.c436 static int tg_is_idle(struct task_group *tg) in tg_is_idle()
479 static inline int tg_is_idle(struct task_group *tg) in tg_is_idle()
4897 struct task_group *tg = cfs_rq->tg; in __calc_smp_shares() local
4927 static int tg_cpus(struct task_group *tg) in tg_cpus()
4945 static inline int tg_tasks(struct task_group *tg) in tg_tasks()
4957 struct task_group *tg = cfs_rq->tg; in calc_tasks_shares() local
4972 struct task_group *tg = cfs_rq->tg; in calc_max_shares() local
4987 struct task_group *tg = cfs_rq->tg; in calc_concur_shares() local
5000 struct task_group *tg = cfs_rq->tg; in calc_smp_shares() local
5010 struct task_group *tg = cfs_rq->tg; in calc_up_shares() local
[all …]
H A Dsched.h565 static inline void free_fair_sched_group(struct task_group *tg) { } in free_fair_sched_group()
566 static inline int alloc_fair_sched_group(struct task_group *tg, struct task_group *parent) in alloc_fair_sched_group()
570 static inline void online_fair_sched_group(struct task_group *tg) { } in online_fair_sched_group()
571 static inline void unregister_fair_sched_group(struct task_group *tg) { } in unregister_fair_sched_group()
609 static inline int sched_group_set_shares(struct task_group *tg, unsigned long shares) { return 0; } in sched_group_set_shares()
610 static inline int sched_group_set_idle(struct task_group *tg, long idle) { return 0; } in sched_group_set_idle()
752 struct task_group *tg; /* Group that "owns" this runqueue */ member
889 struct task_group *tg; /* this tg has "this" rt_rq on given CPU for runnable entities */ member
960 #define is_root_task_group(tg) ((tg) == &root_task_group) argument
2346 static inline struct cfs_rq *tg_cfs_rq(struct task_group *tg, int cpu) in tg_cfs_rq()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dce60/
H A Ddce60_timing_generator.c87 static void program_pix_dur(struct timing_generator *tg, uint32_t pix_clk_100hz) in program_pix_dur()
108 static void program_timing(struct timing_generator *tg, in program_timing()
125 struct timing_generator *tg, in dce60_timing_generator_enable_advanced_request()
179 static bool dce60_is_tg_enabled(struct timing_generator *tg) in dce60_is_tg_enabled()
193 static bool dce60_configure_crc(struct timing_generator *tg, in dce60_configure_crc()
/linux/drivers/firmware/efi/libstub/
H A Darm64.c60 u64 tg; in check_platform_features() local
/linux/kernel/sched/ext/
H A Dsub.c1358 struct task_group *tg = css_tg(css); in scx_cgroup_claim_subtree() local
1381 struct task_group *tg = css_tg(css); in scx_cgroup_claim_subtree() local
1402 struct task_group *tg = css_tg(css); in scx_cgroup_claim_subtree() local
1447 struct task_group *tg = css_tg(css); in scx_cgroup_return_subtree() local
1461 struct task_group *tg = css_tg(css); in scx_cgroup_return_subtree() local
H A Dext.c3812 static struct cgroup *tg_cgrp(struct task_group *tg) in tg_cgrp()
4682 void scx_tg_init(struct task_group *tg) in scx_tg_init()
4707 static struct scx_sched *scx_tg_sched(struct task_group *tg) in scx_tg_sched()
4734 static struct scx_sched *scx_tg_knob_sched(struct task_group *tg) in scx_tg_knob_sched()
4744 int scx_tg_online(struct task_group *tg) in scx_tg_online()
4787 void scx_tg_offline(struct task_group *tg) in scx_tg_offline()
4912 void scx_group_set_weight(struct task_group *tg, unsigned long weight) in scx_group_set_weight()
4928 void scx_group_set_idle(struct task_group *tg, bool idle) in scx_group_set_idle()
4944 void scx_group_set_bandwidth(struct task_group *tg, in scx_group_set_bandwidth()
5157 struct task_group *tg = css_tg(css); in scx_cgroup_exit() local
[all …]
/linux/include/linux/
H A Dio-pgtable.h145 u32 tg:2; member
158 u32 tg:2; member
/linux/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api_private.h48 const struct vcap_typegroup *tg; /* current typegroup */ member
H A Dvcap_api_kunit.c756 const struct vcap_typegroup *tg; in vcap_api_keyfield_typegroup_test() local
776 const struct vcap_typegroup *tg; in vcap_api_actionfield_typegroup_test() local
H A Dvcap_api.c50 const struct vcap_typegroup *tg, u32 offset) in vcap_iter_set()
83 const struct vcap_typegroup *tg, u32 offset) in vcap_iter_init()
143 const struct vcap_typegroup *tg, in vcap_encode_typegroups()
/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_os.c421 struct mpi3mr_throttle_group_info *tg) in mpi3mr_queue_qd_reduction_event()
865 struct mpi3mr_throttle_group_info *tg, u8 divert_value) in mpi3mr_set_io_divert_for_all_vd_in_tg()
1394 struct mpi3mr_throttle_group_info *tg = NULL; in mpi3mr_update_tgtdev() local
2086 struct mpi3mr_throttle_group_info *tg) in mpi3mr_set_qd_for_all_vd_in_tg()
2210 struct mpi3mr_throttle_group_info *tg; in mpi3mr_fwevt_bh() local
3402 struct mpi3mr_throttle_group_info *tg = NULL; in mpi3mr_process_op_reply_desc() local
5148 struct mpi3mr_throttle_group_info *tg = NULL; in mpi3mr_qcmd() local
H A Dmpi3mr_fw.c4808 struct mpi3mr_throttle_group_info *tg; in mpi3mr_memset_buffers() local
/linux/drivers/gpu/drm/
H A Ddrm_connector.c3734 struct drm_tile_group *tg = container_of(kref, struct drm_tile_group, refcount); in drm_tile_group_free() local
3751 struct drm_tile_group *tg) in drm_mode_put_tile_group()
3770 struct drm_tile_group *tg; in drm_mode_get_tile_group() local
3801 struct drm_tile_group *tg; in drm_mode_create_tile_group() local
/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_timing_generator.h117 #define DCE110TG_FROM_TG(tg)\ argument
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c650 struct timing_generator *tg; in dc_stream_configure_crc() local
723 struct timing_generator *tg; in dc_stream_get_crc() local
1401 struct timing_generator *tg; in disable_dangling_plane() local
1854 struct timing_generator *tg; in dc_validate_boot_timing() local
2233 struct timing_generator *tg = NULL; in determine_pipe_unlock_order() local
6333 static bool should_preserve_tg(struct dc *dc, struct timing_generator *tg) in should_preserve_tg()
6401 struct timing_generator *tg = dc->res_pool->timing_generators[i]; in dc_disable_dangling_timing_generators() local
7534 struct timing_generator *tg = NULL; in dc_get_underflow_debug_data_for_otg() local
/linux/drivers/nfc/pn533/
H A Dpn533.c177 u8 tg; member
191 u8 tg; member
903 static int pn533_target_found(struct pn533 *dev, u8 tg, u8 *tgdata, in pn533_target_found()
1003 u8 nbtg, tg, *tgdata; in pn533_start_poll_complete() local
/linux/include/uapi/linux/
H A Dserial.h182 __u32 tg; global() member
/linux/net/nfc/
H A Dcore.c827 const struct nfc_target *tg; in nfc_target_lost() local
/linux/drivers/net/ethernet/mscc/
H A Docelot_vcap.c38 u32 tg; /* TG_DAT */ member
/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c1942 struct task_group *tg = container_of(css, struct task_group, css); in cgrp_cur_weight() local

12