Home
last modified time | relevance | path

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

12345

/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/tools/tracing/rtla/src/
H A Dtimerlat_top.c169 struct osnoise_tool *top; in timerlat_top_handler() local
258 static void timerlat_top_header(struct timerlat_params *params, struct osnoise_tool *top) in timerlat_top_header()
303 static void timerlat_top_print(struct osnoise_tool *top, int cpu) in timerlat_top_print()
363 timerlat_top_print_sum(struct osnoise_tool *top, struct timerlat_top_cpu *summary) in timerlat_top_print_sum()
439 timerlat_print_stats(struct timerlat_params *params, struct osnoise_tool *top) in timerlat_print_stats()
800 timerlat_top_apply_config(struct osnoise_tool *top, struct timerlat_params *params) in timerlat_top_apply_config()
823 struct osnoise_tool *top; in timerlat_init_top() local
882 timerlat_top_main_loop(struct osnoise_tool *top, in timerlat_top_main_loop()
929 timerlat_top_bpf_main_loop(struct osnoise_tool *top, in timerlat_top_bpf_main_loop()
989 struct osnoise_tool *top = NULL; in timerlat_top_main() local
H A Dosnoise_top.c124 static void osnoise_top_header(struct osnoise_tool *top) in osnoise_top_header()
226 osnoise_print_stats(struct osnoise_params *params, struct osnoise_tool *top) in osnoise_print_stats()
/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/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()
H A Dpstack.c16 unsigned short top; member
[all...]
/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/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_xgmi.c463 struct psp_xgmi_topology_info *top = &adev->psp.xgmi_context.top_info; in amdgpu_xgmi_show_num_hops() local
478 struct psp_xgmi_topology_info *top = &adev->psp.xgmi_context.top_info; in amdgpu_xgmi_show_num_links() local
493 struct psp_xgmi_topology_info *top = &adev->psp.xgmi_context.top_info; in amdgpu_xgmi_show_connected_port_num() local
853 struct psp_xgmi_topology_info *top = &adev->psp.xgmi_context.top_info; in amdgpu_xgmi_get_hops_count() local
893 struct psp_xgmi_topology_info *top = &adev->psp.xgmi_context.top_info; in amdgpu_xgmi_get_bandwidth() local
921 struct psp_xgmi_topology_info *top = &adev->psp.xgmi_context.top_info; in amdgpu_xgmi_get_is_sharing_enabled() local
/linux/drivers/pci/
H A Dbus.c412 static int __pci_walk_bus(struct pci_bus *top, int (*cb)(struct pci_dev *, void *), in __pci_walk_bus()
444 void pci_walk_bus(struct pci_bus *top, int (*cb)(struct pci_dev *, void *), void *userdata) in pci_walk_bus()
452 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/openrisc/kernel/
H A Dunwinder.c22 unsigned long top; member
/linux/kernel/trace/
H A Dtrace_btf.c79 int i, top = 0; in btf_find_struct_member() local
/linux/drivers/gpu/drm/
H A Ddrm_lease.c300 static void _drm_lease_revoke(struct drm_master *top) in _drm_lease_revoke()
339 void drm_lease_revoke(struct drm_master *top) in drm_lease_revoke()
/linux/drivers/md/bcache/
H A Dextents.c270 struct btree_iter_set *top = iter->data, *i = top + 1; in bch_extent_sort_fixup() local
405 struct bkey *top; in bch_extent_insert_fixup() local
/linux/arch/powerpc/xmon/
H A Dppc-dis.c44 unsigned long top = operand->bitm; in operand_value_powerpc() local
/linux/drivers/infiniband/hw/hfi1/
H A Diowait.c115 struct iowait *top, in iowait_priority_update_top()
/linux/net/dccp/
H A Dqpolicy.c
/linux/drivers/video/fbdev/sis/
H A Dsis_accel.h232 #define SiS300SetupClipLT(left,top) \ argument
358 #define SiS310SetupClipLT(left,top) \ argument
/linux/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_debugfs.c102 struct dentry *top; in vchiq_debugfs_add_instance() local
/linux/arch/sh/kernel/
H A Ddumpstack.c20 unsigned long top) in dump_mem()

12345