Home
last modified time | relevance | path

Searched defs:top (Results 1 – 25 of 175) sorted by relevance

1234567

/linux/tools/perf/
H A Dbuiltin-top.c95 static void perf_top__update_print_entries(struct perf_top *top) in perf_top__update_print_entries() argument
105 static void perf_top__resize(struct perf_top *top) in perf_top__resize() argument
111 static int perf_top__parse_source(struct perf_top *top, struc argument
197 perf_top__record_precise_ip(struct perf_top * top,struct hist_entry * he,struct perf_sample * sample,struct evsel * evsel,u64 ip) perf_top__record_precise_ip() argument
240 perf_top__show_details(struct perf_top * top) perf_top__show_details() argument
319 perf_top__print_sym_table(struct perf_top * top) perf_top__print_sym_table() argument
393 perf_top__prompt_symbol(struct perf_top * top,const char * msg) perf_top__prompt_symbol() argument
435 perf_top__print_mapped_keys(struct perf_top * top) perf_top__print_mapped_keys() argument
467 perf_top__key_mapped(struct perf_top * top,int c) perf_top__key_mapped() argument
491 perf_top__handle_keypress(struct perf_top * top,int c) perf_top__handle_keypress() argument
617 struct perf_top *top = arg; display_thread_tui() local
677 struct perf_top *top = arg; display_thread() local
731 struct perf_top *top = arg; hist_iter__top_callback() local
749 struct perf_top *top = container_of(tool, struct perf_top, tool); perf_event__process_sample() local
856 perf_top__process_lost(struct perf_top * top,union perf_event * event,struct evsel * evsel) perf_top__process_lost() argument
865 perf_top__process_lost_samples(struct perf_top * top,union perf_event * event,struct evsel * evsel) perf_top__process_lost_samples() argument
876 perf_top__mmap_read_idx(struct perf_top * top,int idx) perf_top__mmap_read_idx() argument
911 perf_top__mmap_read(struct perf_top * top) perf_top__mmap_read() argument
946 perf_top__overwrite_check(struct perf_top * top) perf_top__overwrite_check() argument
991 perf_top_overwrite_fallback(struct perf_top * top,struct evsel * evsel) perf_top_overwrite_fallback() argument
1012 perf_top__start_counters(struct perf_top * top) perf_top__start_counters() argument
1082 rotate_queues(struct perf_top * top) rotate_queues() argument
1096 struct perf_top *top = arg; process_thread() local
1123 should_drop(struct ordered_event * qevent,struct perf_top * top) should_drop() argument
1138 struct perf_top *top = qe->data; deliver_event() local
1218 init_process_thread(struct perf_top * top) init_process_thread() argument
1229 exit_process_thread(struct perf_top * top) exit_process_thread() argument
1237 __cmd_top(struct perf_top * top) __cmd_top() argument
1417 struct perf_top *top = opt->value; parse_percent_limit() local
1429 struct perf_top top = { cmd_top() local
[all...]
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/top/
H A Dbase.c27 nvkm_top_device_new(struct nvkm_top *top) in nvkm_top_device_new()
47 struct nvkm_top *top = device->top; in nvkm_top_addr() local
63 struct nvkm_top *top = device->top; in nvkm_top_reset() local
79 struct nvkm_top *top = device->top; in nvkm_top_intr_mask() local
95 struct nvkm_top *top = device->top; in nvkm_top_fault_id() local
109 struct nvkm_top *top = device->top; in nvkm_top_fault() local
123 struct nvkm_top *top = device->top; in nvkm_top_parse() local
134 struct nvkm_top *top = nvkm_top(subdev); in nvkm_top_dtor() local
154 struct nvkm_top *top; in nvkm_top_new_() local
H A Dgk104.c29 gk104_top_parse(struct nvkm_top *top) in gk104_top_parse()
H A Dga100.c27 ga100_top_parse(struct nvkm_top *top) in ga100_top_parse()
/linux/drivers/net/ethernet/ibm/ehea/
H A Dehea_qmr.c552 static inline int ehea_init_bmap(struct ehea_bmap *ehea_bmap, int top, int dir) in ehea_init_bmap()
572 int top, dir, idx; in ehea_rebuild_busmap() local
626 int top = ehea_calc_index(i, EHEA_TOP_INDEX_SHIFT); in ehea_update_busmap() local
732 int top, dir; in ehea_destroy_busmap() local
759 int top, dir, idx; in ehea_map_vaddr() local
782 static inline void *ehea_calc_sectbase(int top, int dir, int idx) in ehea_calc_sectbase()
790 static u64 ehea_reg_mr_section(int top, int dir, int idx, u64 *pt, in ehea_reg_mr_section()
821 static u64 ehea_reg_mr_sections(int top, int dir, u64 *pt, in ehea_reg_mr_sections()
839 static u64 ehea_reg_mr_dir_sections(int top, u64 *pt, in ehea_reg_mr_dir_sections()
864 unsigned long top; in ehea_reg_kernel_mr() local
/linux/drivers/clk/starfive/
H A Dclk-starfive-jh7110-isp.c92 struct jh7110_top_sysclk *top = dev_get_drvdata(dev); in jh7110_ispcrg_suspend() local
101 struct jh7110_top_sysclk *top = dev_get_drvdata(dev); in jh7110_ispcrg_resume() local
114 struct jh7110_top_sysclk *top; in jh7110_ispcrg_probe() local
H A Dclk-starfive-jh7110-vout.c97 struct jh7110_top_sysclk *top = dev_get_drvdata(dev); in jh7110_voutcrg_suspend() local
106 struct jh7110_top_sysclk *top = dev_get_drvdata(dev); in jh7110_voutcrg_resume() local
119 struct jh7110_top_sysclk *top; in jh7110_voutcrg_probe() local
/linux/tools/tracing/rtla/src/
H A Dtimerlat_top.c198 struct osnoise_tool *top; in timerlat_top_handler() local
217 static void timerlat_top_header(struct timerlat_top_params *params, struct osnoise_tool *top) in timerlat_top_header()
262 static void timerlat_top_print(struct osnoise_tool *top, int cpu) in timerlat_top_print()
326 timerlat_top_print_sum(struct osnoise_tool *top, struct timerlat_top_cpu *summary) in timerlat_top_print_sum()
406 timerlat_print_stats(struct timerlat_top_params *params, struct osnoise_tool *top) in timerlat_print_stats()
758 timerlat_top_apply_config(struct osnoise_tool *top, struct timerlat_top_params *params) in timerlat_top_apply_config()
868 struct osnoise_tool *top; in timerlat_init_top() local
917 struct osnoise_tool *top = NULL; in timerlat_top_main() local
/linux/sound/soc/generic/
H A Dsimple-card.c121 struct device_node *top = dev->of_node; in simple_parse_convert() local
132 static void simple_parse_mclk_fs(struct device_node *top, in simple_parse_mclk_fs()
157 struct device_node *top = dev->of_node; in simple_parse_node() local
219 struct device_node *top = dev->of_node; in simple_dai_link_of_dpcm() local
362 struct device_node *top = dev->of_node; in __simple_for_each_link() local
628 struct device_node *top = dev->of_node; in simple_get_dais_count() local
H A Daudio-graph-card.c70 struct device_node *top = dev->of_node; in graph_parse_convert() local
86 static void graph_parse_mclk_fs(struct device_node *top, in graph_parse_mclk_fs()
109 struct device_node *top = dev->of_node; in graph_parse_node() local
172 struct device_node *top = dev->of_node; in graph_dai_link_of_dpcm() local
/linux/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-type.h19 s32 top; member
31 s32 top; member
37 s32 top; member
/linux/tools/perf/util/
H A Dtop.c23 size_t perf_top__header_snprintf(struct perf_top *top, char *bf, size_t size) in perf_top__header_snprintf()
114 void perf_top__reset_sample_counters(struct perf_top *top) in perf_top__reset_sample_counters()
/linux/arch/powerpc/mm/book3s32/
H A Dmmu.c102 unsigned int bat_block_size(unsigned long base, unsigned long top) in bat_block_size()
142 static unsigned long __init __mmu_mapin_ram(unsigned long base, unsigned long top) in __mmu_mapin_ram()
158 unsigned long __init mmu_mapin_ram(unsigned long base, unsigned long top) in mmu_mapin_ram()
201 unsigned long top = ALIGN((unsigned long)_etext - PAGE_OFFSET, SZ_128K); in mmu_mark_initmem_nx() local
/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_rm.c197 static bool _dpu_rm_needs_split_display(const struct msm_display_topology *top) in _dpu_rm_needs_split_display()
363 const struct msm_display_topology *top) in _dpu_rm_reserve_ctls()
441 const struct msm_display_topology *top) in _dpu_rm_dsc_alloc()
481 const struct msm_display_topology *top) in _dpu_rm_dsc_alloc_pair()
537 const struct msm_display_topology *top) in _dpu_rm_reserve_dsc()
/linux/arch/powerpc/mm/
H A Dpgtable_32.c101 static void __init __mapin_ram_chunk(unsigned long offset, unsigned long top) in __mapin_ram_chunk()
124 phys_addr_t top = min(end, total_lowmem); in mapin_ram() local
/linux/fs/autofs/
H A Dexpire.c32 struct dentry *top = dentry; in autofs_mount_busy() local
148 struct dentry *top, in autofs_direct_busy()
180 struct dentry *top, in autofs_tree_busy()
/linux/arch/powerpc/mm/nohash/
H A D8xx.c122 static int mmu_mapin_ram_chunk(unsigned long offset, unsigned long top, in mmu_mapin_ram_chunk()
144 unsigned long __init mmu_mapin_ram(unsigned long base, unsigned long top) in mmu_mapin_ram()
H A D40x.c92 unsigned long __init mmu_mapin_ram(unsigned long base, unsigned long top) in mmu_mapin_ram()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_xgmi.c392 struct psp_xgmi_topology_info *top = &adev->psp.xgmi_context.top_info; in amdgpu_xgmi_show_num_hops() local
407 struct psp_xgmi_topology_info *top = &adev->psp.xgmi_context.top_info; in amdgpu_xgmi_show_num_links() local
422 struct psp_xgmi_topology_info *top = &adev->psp.xgmi_context.top_info; in amdgpu_xgmi_show_connected_port_num() local
778 struct psp_xgmi_topology_info *top = &adev->psp.xgmi_context.top_info; in amdgpu_xgmi_get_hops_count() local
791 struct psp_xgmi_topology_info *top = &adev->psp.xgmi_context.top_info; in amdgpu_xgmi_get_num_links() local
/linux/drivers/pci/
H A Dbus.c389 static void __pci_walk_bus(struct pci_bus *top, int (*cb)(struct pci_dev *, void *), in __pci_walk_bus()
439 void pci_walk_bus(struct pci_bus *top, int (*cb)(struct pci_dev *, void *), void *userdata) in pci_walk_bus()
445 void pci_walk_bus_locked(struct pci_bus *top, int (*cb)(struct pci_dev *, void *), void *userdata) in pci_walk_bus_locked()
/linux/fs/bcachefs/
H A Dkeylist_types.h11 struct bkey_i *top; member
/linux/arch/powerpc/perf/
H A Dcallchain.h13 unsigned long top = STACK_TOP - (is_32bit_task() ? 16 : 32); in invalid_user_sp() local
/linux/sound/
H A Dsound_core.c159 …nit * s, struct sound_unit **list, const struct file_operations *fops, int index, int low, int top) in __sound_insert_unit()
239 …und_unit **list, const struct file_operations *fops, int index, int low, int top, const char *name… in sound_insert_unit()
/linux/arch/x86/um/os-Linux/
H A Dtask_size.c80 unsigned long top = 0xffffd000 >> UM_KERN_PAGE_SHIFT; in os_get_top_address() local
/linux/arch/openrisc/kernel/
H A Dunwinder.c22 unsigned long top; member

1234567