Home
last modified time | relevance | path

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

12345

/linux-3.3/tools/perf/
Dbuiltin-top.c90 static void perf_top__update_print_entries(struct perf_top *top) in perf_top__update_print_entries()
98 struct perf_top *top = arg; in perf_top__sig_winch() local
111 static int perf_top__parse_source(struct perf_top *top, struct hist_entry *he) in perf_top__parse_source()
166 static void perf_top__record_precise_ip(struct perf_top *top, in perf_top__record_precise_ip()
198 static void perf_top__show_details(struct perf_top *top) in perf_top__show_details()
247 static void perf_top__print_sym_table(struct perf_top *top) in perf_top__print_sym_table()
324 static void perf_top__prompt_symbol(struct perf_top *top, const char *msg) in perf_top__prompt_symbol()
365 static void perf_top__print_mapped_keys(struct perf_top *top) in perf_top__print_mapped_keys()
397 static int perf_top__key_mapped(struct perf_top *top, int c) in perf_top__key_mapped()
421 static void perf_top__handle_keypress(struct perf_top *top, int c) in perf_top__handle_keypress()
[all …]
/linux-3.3/drivers/net/ethernet/ibm/ehea/
Dehea_qmr.c579 static inline int ehea_init_bmap(struct ehea_bmap *ehea_bmap, int top, int dir) in ehea_init_bmap()
599 int top, dir, idx; in ehea_rebuild_busmap() local
653 int top = ehea_calc_index(i, EHEA_TOP_INDEX_SHIFT); in ehea_update_busmap() local
762 int top, dir; in ehea_destroy_busmap() local
789 int top, dir, idx; in ehea_map_vaddr() local
812 static inline void *ehea_calc_sectbase(int top, int dir, int idx) in ehea_calc_sectbase()
820 static u64 ehea_reg_mr_section(int top, int dir, int idx, u64 *pt, in ehea_reg_mr_section()
851 static u64 ehea_reg_mr_sections(int top, int dir, u64 *pt, in ehea_reg_mr_sections()
869 static u64 ehea_reg_mr_dir_sections(int top, u64 *pt, in ehea_reg_mr_dir_sections()
894 unsigned long top; in ehea_reg_kernel_mr() local
/linux-3.3/tools/perf/util/
Dtop.c24 size_t perf_top__header_snprintf(struct perf_top *top, char *bf, size_t size) in perf_top__header_snprintf()
96 void perf_top__reset_sample_counters(struct perf_top *top) in perf_top__reset_sample_counters()
Dpstack.c13 unsigned short top; member
/linux-3.3/fs/autofs4/
Dexpire.c46 struct dentry *top = dentry; in autofs4_mount_busy() local
211 struct dentry *top, in autofs4_direct_busy()
237 struct dentry *top, in autofs4_tree_busy()
/linux-3.3/arch/x86/platform/efi/
Defi_64.c94 unsigned long top = last_map_pfn << PAGE_SHIFT; in efi_ioremap() local
/linux-3.3/arch/powerpc/mm/
D40x_mmu.c96 unsigned long __init mmu_mapin_ram(unsigned long top) in mmu_mapin_ram()
Dpgtable_32.c304 void __init __mapin_ram_chunk(unsigned long offset, unsigned long top) in __mapin_ram_chunk()
328 unsigned long s, top; in mapin_ram() local
Dmmu_decl.h137 #define mmu_mapin_ram(top) (0UL) argument
D44x_mmu.c182 unsigned long __init mmu_mapin_ram(unsigned long top) in mmu_mapin_ram()
/linux-3.3/arch/s390/kernel/
Drelocate_kernel64.S58 .top: label
Drelocate_kernel.S56 .top: label
/linux-3.3/arch/x86/um/os-Linux/
Dtask_size.c79 unsigned long top = 0xffffd000 >> UM_KERN_PAGE_SHIFT; in os_get_top_address() local
/linux-3.3/drivers/infiniband/hw/ehca/
Dehca_mrmw.c84 struct ehca_top_bmap *top[EHCA_MAP_ENTRIES]; member
1523 static inline void *ehca_calc_sectbase(int top, int dir, int idx) in ehca_calc_sectbase()
1534 static u64 ehca_reg_mr_section(int top, int dir, int idx, u64 *kpage, in ehca_reg_mr_section()
1571 static u64 ehca_reg_mr_sections(int top, int dir, u64 *kpage, in ehca_reg_mr_sections()
1590 static u64 ehca_reg_mr_dir_sections(int top, u64 *kpage, struct ehca_shca *shca, in ehca_reg_mr_dir_sections()
2333 static inline int ehca_init_bmap(struct ehca_bmap *ehca_bmap, int top, int dir) in ehca_init_bmap()
2353 int top, dir; in ehca_destroy_busmap() local
2378 int top, dir, idx; in ehca_update_busmap() local
2471 int top; in ehca_reg_bmap_mr_rpages() local
2504 int top, dir, idx; in ehca_map_vaddr() local
/linux-3.3/drivers/watchdog/
Ddw_wdt.c71 static inline int dw_wdt_top_in_seconds(unsigned top) in dw_wdt_top_in_seconds()
82 int top = readl(dw_wdt.regs + WDOG_TIMEOUT_RANGE_REG_OFFSET) & 0xF; in dw_wdt_get_top() local
/linux-3.3/arch/x86/xen/
Dp2m.c213 static void p2m_top_init(unsigned long ***top) in p2m_top_init()
221 static void p2m_top_mfn_init(unsigned long *top) in p2m_top_mfn_init()
229 static void p2m_top_mfn_p_init(unsigned long **top) in p2m_top_mfn_p_init()
/linux-3.3/arch/x86/kernel/cpu/
Dcentaur.c48 u32 top = 0; in ramtop() local
99 u32 top = root; in centaur_mcr_compute() local
/linux-3.3/sound/
Dsound_core.c175 …nit * s, struct sound_unit **list, const struct file_operations *fops, int index, int low, int top) in __sound_insert_unit()
255 …und_unit **list, const struct file_operations *fops, int index, int low, int top, const char *name… in sound_insert_unit()
/linux-3.3/drivers/video/msm/
Dmsm_fb.c75 int top; member
194 static void msmfb_pan_update(struct fb_info *info, uint32_t left, uint32_t top, in msmfb_pan_update()
294 static void msmfb_update(struct fb_info *info, uint32_t left, uint32_t top, in msmfb_update()
/linux-3.3/drivers/base/regmap/
Dregcache-rbtree.c42 unsigned int *base, unsigned int *top) in regcache_rbtree_get_base_top_reg()
137 unsigned int base, top; in rbtree_show() local
/linux-3.3/lib/
Dplist.c45 static void plist_check_list(struct list_head *top) in plist_check_list()
/linux-3.3/arch/sparc/kernel/
Dsetup_32.c285 unsigned long top; in setup_arch() local
/linux-3.3/scripts/rt-tester/
Drt-tester.py78 def analyse(val, top, arg): argument
/linux-3.3/tools/perf/util/ui/
Dbrowser.h16 void *top, *entries; member
/linux-3.3/net/dccp/
Dqpolicy.c75 struct sk_buff* (*top) (struct sock *sk); member

12345