| /linux/block/ |
| H A D | blk-throttle.c | 47 static inline struct blkcg_gq *tg_to_blkg(struct throtl_grp *tg) in tg_to_blkg() argument 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() argument 94 static unsigned int tg_iops_limit(struct throtl_grp *tg, int rw) in tg_iops_limit() argument 136 throtl_qnode_init(struct throtl_qnode * qn,struct throtl_grp * tg) throtl_qnode_init() argument 264 struct throtl_grp *tg; throtl_pd_alloc() local 301 struct throtl_grp *tg = pd_to_tg(pd); throtl_pd_init() local 331 tg_update_has_rules(struct throtl_grp * tg) tg_update_has_rules() argument 348 struct throtl_grp *tg = pd_to_tg(pd); throtl_pd_online() local 358 struct throtl_grp *tg = pd_to_tg(pd); throtl_pd_free() local 387 struct throtl_grp *tg; update_min_dispatch_time() local 396 tg_service_queue_add(struct throtl_grp * tg) tg_service_queue_add() argument 422 throtl_enqueue_tg(struct throtl_grp * tg) throtl_enqueue_tg() argument 431 throtl_dequeue_tg(struct throtl_grp * tg) throtl_dequeue_tg() argument 500 throtl_start_new_slice_with_credit(struct throtl_grp * tg,bool rw,unsigned long start) throtl_start_new_slice_with_credit() argument 522 throtl_start_new_slice(struct throtl_grp * tg,bool rw,bool clear) throtl_start_new_slice() argument 538 throtl_set_slice_end(struct throtl_grp * tg,bool rw,unsigned long jiffy_end) throtl_set_slice_end() argument 544 throtl_extend_slice(struct throtl_grp * tg,bool rw,unsigned long jiffy_end) throtl_extend_slice() argument 558 throtl_slice_used(struct throtl_grp * tg,bool rw) throtl_slice_used() argument 606 throtl_trim_bps(struct throtl_grp * tg,bool rw,unsigned long time_elapsed) throtl_trim_bps() argument 627 throtl_trim_iops(struct throtl_grp * tg,bool rw,unsigned long time_elapsed) throtl_trim_iops() argument 649 throtl_trim_slice(struct throtl_grp * tg,bool rw) throtl_trim_slice() argument 703 __tg_update_carryover(struct throtl_grp * tg,bool rw,long long * bytes,int * ios) __tg_update_carryover() argument 746 tg_update_carryover(struct throtl_grp * tg) tg_update_carryover() argument 759 tg_within_iops_limit(struct throtl_grp * tg,struct bio * bio,u32 iops_limit) tg_within_iops_limit() argument 782 tg_within_bps_limit(struct throtl_grp * tg,struct bio * bio,u64 bps_limit) tg_within_bps_limit() argument 819 throtl_charge_bps_bio(struct throtl_grp * tg,struct bio * bio) throtl_charge_bps_bio() argument 831 throtl_charge_iops_bio(struct throtl_grp * tg,struct bio * bio) throtl_charge_iops_bio() argument 843 tg_update_slice(struct throtl_grp * tg,bool rw) tg_update_slice() argument 852 tg_dispatch_bps_time(struct throtl_grp * tg,struct bio * bio) tg_dispatch_bps_time() argument 871 tg_dispatch_iops_time(struct throtl_grp * tg,struct bio * bio) tg_dispatch_iops_time() argument 891 tg_dispatch_time(struct throtl_grp * tg,struct bio * bio) tg_dispatch_time() argument 928 throtl_add_bio_tg(struct bio * bio,struct throtl_qnode * qn,struct throtl_grp * tg) throtl_add_bio_tg() argument 959 tg_update_disptime(struct throtl_grp * tg) tg_update_disptime() argument 996 tg_dispatch_one_bio(struct throtl_grp * tg,bool rw) tg_dispatch_one_bio() argument 1038 throtl_dispatch_tg(struct throtl_grp * tg) throtl_dispatch_tg() argument 1076 struct throtl_grp *tg; throtl_select_dispatch() local 1123 struct throtl_grp *tg = sq_to_tg(sq); throtl_pending_timer_fn() local 1228 struct throtl_grp *tg = pd_to_tg(pd); tg_prfill_conf_u64() local 1239 struct throtl_grp *tg = pd_to_tg(pd); tg_prfill_conf_uint() local 1261 tg_conf_updated(struct throtl_grp * tg,bool global) tg_conf_updated() argument 1348 struct throtl_grp *tg; tg_set_conf() local 1478 struct throtl_grp *tg = pd_to_tg(pd); tg_prfill_limit() local 1532 struct throtl_grp *tg; tg_set_limit() local 1624 tg_flush_bios(struct throtl_grp * tg) tg_flush_bios() argument 1702 tg_within_limit(struct throtl_grp * tg,struct bio * bio,bool rw) tg_within_limit() argument 1735 struct throtl_grp *tg = blkg_to_tg(blkg); __blk_throtl_bio() local [all...] |
| /linux/kernel/sched/ |
| H A D | autogroup.h | 16 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 D | autogroup.c | 44 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 D | core.c | 1499 tg_nop(struct task_group * tg,void * data) tg_nop() argument 1954 struct task_group *tg = &root_task_group; uclamp_update_root_tg() local 4769 struct task_group *tg; sched_cgroup_fork() local 9298 alloc_uclamp_sched_group(struct task_group * tg,struct task_group * parent) alloc_uclamp_sched_group() argument 9312 sched_free_group(struct task_group * tg) sched_free_group() argument 9325 sched_unregister_group(struct task_group * tg) sched_unregister_group() argument 9339 struct task_group *tg; sched_create_group() local 9361 sched_online_group(struct task_group * tg,struct task_group * parent) sched_online_group() argument 9386 sched_destroy_group(struct task_group * tg) sched_destroy_group() argument 9392 sched_release_group(struct task_group * tg) sched_release_group() argument 9417 struct task_group *tg; sched_change_group() local 9475 struct task_group *tg; cpu_cgroup_css_alloc() local 9492 struct task_group *tg = css_tg(css); cpu_cgroup_css_online() local 9515 struct task_group *tg = css_tg(css); cpu_cgroup_css_offline() local 9522 struct task_group *tg = css_tg(css); cpu_cgroup_css_released() local 9529 struct task_group *tg = css_tg(css); cpu_cgroup_css_free() local 9666 struct task_group *tg; cpu_uclamp_write() local 9710 struct task_group *tg; cpu_uclamp_print() local 9744 tg_weight(struct task_group * tg) tg_weight() argument 9779 tg_set_cfs_bandwidth(struct task_group * tg,u64 period_us,u64 quota_us,u64 burst_us) tg_set_cfs_bandwidth() argument 9848 tg_get_cfs_period(struct task_group * tg) tg_get_cfs_period() argument 9858 tg_get_cfs_quota(struct task_group * tg) tg_get_cfs_quota() argument 9871 tg_get_cfs_burst(struct task_group * tg) tg_get_cfs_burst() argument 9882 struct task_group *tg; global() member 9890 normalize_cfs_quota(struct task_group * tg,struct cfs_schedulable_data * d) normalize_cfs_quota() argument 9910 tg_cfs_schedulable_down(struct task_group * tg,void * data) tg_cfs_schedulable_down() argument 9948 __cfs_schedulable(struct task_group * tg,u64 period,u64 quota) __cfs_schedulable() argument 9967 struct task_group *tg = css_tg(seq_css(sf)); cpu_cfs_stat_show() local 9993 throttled_time_self(struct task_group * tg) throttled_time_self() argument 10007 struct task_group *tg = css_tg(seq_css(sf)); cpu_cfs_local_stat_show() local 10021 tg_bandwidth(struct task_group * tg,u64 * period_us_p,u64 * quota_us_p,u64 * burst_us_p) tg_bandwidth() argument 10050 tg_set_bandwidth(struct task_group * tg,u64 period_us,u64 quota_us,u64 burst_us) tg_set_bandwidth() argument 10121 struct task_group *tg = css_tg(css); cpu_period_write_u64() local 10131 struct task_group *tg = css_tg(css); cpu_quota_write_s64() local 10144 struct task_group *tg = css_tg(css); cpu_burst_write_u64() local 10308 struct task_group *tg = css_tg(css); cpu_extra_stat_show() local 10334 struct task_group *tg = css_tg(css); cpu_local_stat_show() local 10444 struct task_group *tg = css_tg(seq_css(sf)); cpu_max_show() local 10455 struct task_group *tg = css_tg(of_css(of)); cpu_max_write() local [all...] |
| H A D | fair.c | 462 static int tg_is_idle(struct task_group *tg) in tg_is_idle() argument 510 static inline int tg_is_idle(struct task_group *tg) in tg_is_idle() argument 4208 struct task_group *tg = cfs_rq->tg; calc_group_shares() local 4429 struct task_group *tg; clear_tg_offline_cfs_rqs() local 5911 tg_cfs_bandwidth(struct task_group * tg) tg_cfs_bandwidth() argument 6145 tg_unthrottle_up(struct task_group * tg,void * data) tg_unthrottle_up() argument 6216 tg_throttle_down(struct task_group * tg,void * data) tg_throttle_down() argument 6683 sync_throttle(struct task_group * tg,int cpu) sync_throttle() argument 6879 struct task_group *tg; update_runtime_enabled() local 6898 struct task_group *tg; unthrottle_offline_cfs_rqs() local 6986 sync_throttle(struct task_group * tg,int cpu) sync_throttle() argument 7019 tg_cfs_bandwidth(struct task_group * tg) tg_cfs_bandwidth() argument 13930 free_fair_sched_group(struct task_group * tg) free_fair_sched_group() argument 13945 alloc_fair_sched_group(struct task_group * tg,struct task_group * parent) alloc_fair_sched_group() argument 13986 online_fair_sched_group(struct task_group * tg) online_fair_sched_group() argument 14004 unregister_fair_sched_group(struct task_group * tg) unregister_fair_sched_group() argument 14038 init_tg_cfs_entry(struct task_group * tg,struct cfs_rq * cfs_rq,struct sched_entity * se,int cpu,struct sched_entity * parent) init_tg_cfs_entry() argument 14071 __sched_group_set_shares(struct task_group * tg,unsigned long shares) __sched_group_set_shares() argument 14107 sched_group_set_shares(struct task_group * tg,unsigned long shares) sched_group_set_shares() argument 14121 sched_group_set_idle(struct task_group * tg,long idle) sched_group_set_idle() argument [all...] |
| H A D | debug.c | 751 print_cfs_group_stats(struct seq_file * m,int cpu,struct task_group * tg) print_cfs_group_stats() argument 801 task_group_path(struct task_group * tg,char * path,int plen) task_group_path() argument 816 SEQ_printf_task_group_path(m,tg,fmt...) global() argument [all...] |
| H A D | ext.c | |
| H A D | sched.h | 573 extern void unregister_fair_sched_group(struct task_group *tg); in free_fair_sched_group() argument 574 alloc_fair_sched_group(struct task_group * tg,struct task_group * parent) alloc_fair_sched_group() argument 578 online_fair_sched_group(struct task_group * tg) online_fair_sched_group() argument 579 unregister_fair_sched_group(struct task_group * tg) unregister_fair_sched_group() argument 617 sched_group_set_shares(struct task_group * tg,unsigned long shares) sched_group_set_shares() argument 618 sched_group_set_idle(struct task_group * tg,long idle) sched_group_set_idle() argument 747 struct task_group *tg; /* Group that "owns" this runqueue */ global() member 863 struct task_group *tg; /* this tg has "this" rt_rq on given CPU for runnable entities */ global() member 2274 struct task_group *tg = task_group(p); set_task_rq() local [all...] |
| /linux/drivers/gpu/drm/amd/display/dc/dce60/ |
| H A D | dce60_timing_generator.c | 87 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/gpu/drm/amd/display/dc/hwss/dcn201/ |
| H A D | dcn201_hwseq.c | 169 struct timing_generator *tg) in dcn201_init_blank() 276 struct timing_generator *tg = res_pool->timing_generators[i]; in dcn201_init_hw() local 284 struct timing_generator *tg = res_pool->timing_generators[i]; in dcn201_init_hw() local 308 struct timing_generator *tg = res_pool->timing_generators[i]; in dcn201_init_hw() local 337 struct timing_generator *tg = res_pool->timing_generators[i]; in dcn201_init_hw() local 353 struct timing_generator *tg = res_pool->timing_generators[i]; in dcn201_init_hw() local
|
| /linux/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc_hw_sequencer.c | 296 hwss_wait_for_blank_complete(struct timing_generator * tg) hwss_wait_for_blank_complete() argument 1643 hwss_add_optc_set_odm_combine(struct block_sequence_state * seq_state,struct timing_generator * tg,int opp_inst[MAX_PIPES],int opp_head_count,int odm_slice_width,int last_odm_slice_width) hwss_add_optc_set_odm_combine() argument 1661 hwss_add_optc_set_odm_bypass(struct block_sequence_state * seq_state,struct timing_generator * tg,struct dc_crtc_timing * timing) hwss_add_optc_set_odm_bypass() argument 1684 hwss_add_tg_program_global_sync(struct block_sequence_state * seq_state,struct timing_generator * tg,int vready_offset,unsigned int vstartup_lines,unsigned int vupdate_offset_pixels,unsigned int vupdate_vupdate_width_pixels,unsigned int pstate_keepout_start_lines) hwss_add_tg_program_global_sync() argument 1707 hwss_add_tg_wait_for_state(struct block_sequence_state * seq_state,struct timing_generator * tg,enum crtc_state state) hwss_add_tg_wait_for_state() argument 1722 hwss_add_tg_set_vtg_params(struct block_sequence_state * seq_state,struct timing_generator * tg,struct dc_crtc_timing * dc_crtc_timing,bool program_fp2) hwss_add_tg_set_vtg_params() argument 1739 hwss_add_tg_setup_vertical_interrupt2(struct block_sequence_state * seq_state,struct timing_generator * tg,int start_line) hwss_add_tg_setup_vertical_interrupt2() argument 1907 hwss_add_tg_enable_crtc(struct block_sequence_state * seq_state,struct timing_generator * tg) hwss_add_tg_enable_crtc() argument 1937 hwss_add_tg_wait_double_buffer_pending(struct block_sequence_state * seq_state,struct timing_generator * tg,unsigned int timeout_us,unsigned int polling_interval_us) hwss_add_tg_wait_double_buffer_pending() argument 2132 struct timing_generator *tg; hwss_wait_for_odm_update_pending_complete() local 2234 struct timing_generator *tg = params->set_odm_combine_params.tg; hwss_set_odm_combine() local 2247 struct timing_generator *tg = params->set_odm_bypass_params.tg; hwss_set_odm_bypass() local 2304 struct timing_generator *tg = params->tg_set_dsc_config_params.tg; hwss_tg_set_dsc_config() local 2387 struct timing_generator *tg = params->tg_program_global_sync_params.tg; hwss_tg_program_global_sync() local 2402 struct timing_generator *tg = params->tg_wait_for_state_params.tg; hwss_tg_wait_for_state() local 2411 struct timing_generator *tg = params->tg_set_vtg_params_params.tg; hwss_tg_set_vtg_params() local 2421 struct timing_generator *tg = params->tg_setup_vertical_interrupt2_params.tg; hwss_tg_setup_vertical_interrupt2() local 2588 struct timing_generator *tg = params->tg_enable_crtc_params.tg; hwss_tg_enable_crtc() local 2596 struct timing_generator *tg = params->tg_set_gsl_params.tg; hwss_tg_set_gsl() local 2605 struct timing_generator *tg = params->tg_set_gsl_source_select_params.tg; hwss_tg_set_gsl_source_select() local 2627 struct timing_generator *tg = params->tg_wait_double_buffer_pending_params.tg; hwss_tg_wait_double_buffer_pending() local 2669 struct timing_generator *tg = params->tg_get_frame_count_params.tg; hwss_tg_get_frame_count() local 2853 struct timing_generator *tg = params->disable_phantom_crtc_params.tg; hwss_disable_phantom_crtc() local 3241 hwss_add_tg_set_dsc_config(struct block_sequence_state * seq_state,struct timing_generator * tg,struct dsc_optc_config * dsc_optc_cfg,bool enable) hwss_add_tg_set_dsc_config() argument 3529 hwss_add_tg_set_gsl(struct block_sequence_state * seq_state,struct timing_generator * tg,struct gsl_params gsl) hwss_add_tg_set_gsl() argument 3541 hwss_add_tg_set_gsl_source_select(struct block_sequence_state * seq_state,struct timing_generator * tg,int group_idx,uint32_t gsl_ready_signal) hwss_add_tg_set_gsl_source_select() argument 3645 hwss_add_disable_phantom_crtc(struct block_sequence_state * seq_state,struct timing_generator * tg) hwss_add_disable_phantom_crtc() argument 4101 hwss_add_tg_get_frame_count(struct block_sequence_state * seq_state,struct timing_generator * tg,unsigned int * frame_count) hwss_add_tg_get_frame_count() argument [all...] |
| H A D | dc_stream.c | 728 struct timing_generator *tg = res_ctx->pipe_ctx[i].stream_res.tg; dc_stream_get_vblank_counter() local 796 struct timing_generator *tg = res_ctx->pipe_ctx[i].stream_res.tg; dc_stream_get_scanoutpos() local [all...] |
| H A D | dc.c | 648 struct timing_generator *tg; dc_stream_configure_crc() local 721 struct timing_generator *tg; dc_stream_get_crc() local 1343 struct timing_generator *tg; disable_dangling_plane() local 1796 struct timing_generator *tg; dc_validate_boot_timing() local 2167 struct timing_generator *tg = NULL; determine_pipe_unlock_order() local 6652 struct timing_generator *tg = NULL; dc_get_underflow_debug_data_for_otg() local [all...] |
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn21/ |
| H A D | dcn21_hwseq.c | 214 struct timing_generator *tg = pipe_ctx->stream_res.tg; in dcn21_set_pipe() local 248 struct timing_generator *tg = pipe_ctx->stream_res.tg; in dcn21_set_backlight_level() local
|
| /linux/arch/powerpc/kernel/ |
| H A D | smp.c | 834 struct thread_groups *tg = &tglp->property_tgs[property_idx++]; in parse_thread_groups() local 869 static int get_cpu_thread_group_start(int cpu, struct thread_groups *tg) in get_cpu_thread_group_start() 894 struct thread_groups *tg = NULL; in get_thread_groups() local 923 static int __init update_mask_from_threadgroup(cpumask_var_t *mask, struct thread_groups *tg, in update_mask_from_threadgroup() 950 struct thread_groups *tg = NULL; in init_thread_group_cache_map() local
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/ |
| H A D | dce110_hwseq.c | 731 struct timing_generator *tg = pipe_ctx->stream_res.tg; in dce110_enable_stream() local 1207 struct timing_generator *tg = pipe_ctx->stream_res.tg; dce110_disable_stream() local 1851 struct timing_generator *tg; disable_vga_and_power_gate_all_controllers() local 1914 struct timing_generator *tg = NULL; clean_up_dsc_blocks() local 1960 struct timing_generator *tg = NULL; dc_hwss_enable_otg_pwa() local 2235 struct timing_generator *tg = pipe_ctx[i]->stream_res.tg; set_drr() local 2788 wait_for_reset_trigger_to_occur(struct dc_context * dc_ctx,struct timing_generator * tg) wait_for_reset_trigger_to_occur() argument 2954 struct timing_generator *tg = dc->res_pool->timing_generators[i]; dce110_init_hw() local [all...] |
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/ |
| H A D | dcn401_hwseq.c | 844 struct timing_generator *tg = pipe_ctx->stream_res.tg; dcn401_enable_stream() local 1762 struct timing_generator *tg = NULL; dcn401_interdependent_update_lock() local 1964 struct timing_generator *tg = dc->res_pool->timing_generators[i]; dc_hwss_disable_otg_pwa() local 2393 struct timing_generator *tg = dc->current_state->res_ctx.pipe_ctx[i].stream_res.tg; dcn401_program_front_end_for_ctx() local 2551 struct timing_generator *tg = pipe->stream_res.tg; dcn401_post_unlock_program_front_end() local 2620 struct timing_generator *tg = dc->res_pool->timing_generators[0]; dcn401_post_unlock_program_front_end() local 3360 struct timing_generator *tg = is_phantom ? pipe_ctx->stream_res.tg : NULL; dcn401_disable_plane_sequence() local 3831 struct timing_generator *tg = pipe_ctx->stream_res.tg; dcn401_setup_vupdate_interrupt_sequence() local [all...] |
| /linux/drivers/firmware/efi/libstub/ |
| H A D | arm64.c | 60 u64 tg; in check_platform_features() local
|
| /linux/include/linux/ |
| H A D | io-pgtable.h | 145 u32 tg:2; member 158 u32 tg:2; member
|
| /linux/drivers/net/ethernet/microchip/vcap/ |
| H A D | vcap_api_private.h | 48 const struct vcap_typegroup *tg; /* current typegroup */ member
|
| /linux/drivers/gpu/drm/amd/display/dc/dce110/ |
| H A D | dce110_timing_generator.h | 117 #define DCE110TG_FROM_TG(tg)\ argument
|
| /linux/drivers/iio/chemical/ |
| H A D | sgp40.c | 172 struct sgp40_tg_measure tg = {.command = {0x26, 0x0F}}; in sgp40_measure_resistance_raw() local [all...] |
| /linux/drivers/hwtracing/coresight/ |
| H A D | coresight-cti-platform.c | 317 struct cti_trig_grp *tg = NULL; in cti_plat_process_filter_sigs() local
|
| /linux/drivers/nfc/pn533/ |
| H A D | pn533.c | 177 u8 tg; member 191 u8 tg; member 892 static int pn533_target_found(struct pn533 *dev, u8 tg, u8 *tgdata, in pn533_target_found() 992 u8 nbtg, tg, *tgdata; in pn533_start_poll_complete() local
|
| /linux/include/uapi/linux/ |
| H A D | serial.h | 182 __u32 tg; member
|