Home
last modified time | relevance | path

Searched refs:views (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/kernel/
H A Ddebug.c254 memset(rc->views, 0, DEBUG_MAX_VIEWS * sizeof(struct debug_view *)); in debug_info_alloc()
540 if (!debug_info->views[i]) in debug_open()
555 if (!debug_info->views[i]->format_proc && !debug_info->views[i]->header_proc) in debug_open()
573 p_info->view = debug_info->views[i]; in debug_open()
701 if (!id->views[i]) in _debug_unregister()
1152 if (!id->views[i]) in debug_register_view()
1157 "number of views %i\n", id->name, view->name, i); in debug_register_view()
1160 id->views[i] = view; in debug_register_view()
1192 if (id->views[ in debug_unregister_view()
[all...]
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Ddebug.c254 memset(rc->views, 0, DEBUG_MAX_VIEWS * sizeof(struct debug_view *)); in debug_info_alloc()
540 if (!debug_info->views[i]) in debug_open()
555 if (!debug_info->views[i]->format_proc && !debug_info->views[i]->header_proc) in debug_open()
573 p_info->view = debug_info->views[i]; in debug_open()
756 if (!id->views[i]) in _debug_unregister()
1198 if (!id->views[i]) in debug_register_view()
1204 id->views[i] = view; in debug_register_view()
1210 "number of views %i\n", id->name, view->name, i); in debug_register_view()
1239 if (id->views[ in debug_unregister_view()
[all...]
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Ddebug.h21 #define DEBUG_MAX_VIEWS 10 /* max number of views in proc fs */
60 struct debug_view *views[DEBUG_MAX_VIEWS]; member
446 .views = { NULL }, \
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_binding.h199 * @views: UAV view bindings.
203 struct vmw_ctx_bindinfo_view views[SVGA3D_MAX_UAVIEWS]; member
H A Dvmwgfx_binding.c203 offsetof(struct vmw_ctx_binding_state, ua_views[0].views),
206 offsetof(struct vmw_ctx_binding_state, ua_views[1].views),
1066 const struct vmw_ctx_bindinfo *loc = &cbs->ua_views[0].views[0].bi; in vmw_emit_set_uav()
1096 const struct vmw_ctx_bindinfo *loc = &cbs->ua_views[1].views[0].bi; in vmw_emit_set_cs_uav()
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_binding.h199 * @views: UAV view bindings.
203 struct vmw_ctx_bindinfo_view views[SVGA3D_DX11_1_MAX_UAVIEWS]; member
H A Dvmwgfx_binding.c203 offsetof(struct vmw_ctx_binding_state, ua_views[0].views),
206 offsetof(struct vmw_ctx_binding_state, ua_views[1].views),
1086 const struct vmw_ctx_bindinfo_view *loc = &cbs->ua_views[0].views[0]; in vmw_emit_set_uav()
1116 const struct vmw_ctx_bindinfo_view *loc = &cbs->ua_views[1].views[0]; in vmw_emit_set_cs_uav()
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Ddebug.h20 #define DEBUG_MAX_VIEWS 10 /* max number of views in proc fs */
59 struct debug_view *views[DEBUG_MAX_VIEWS]; member
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
H A Dhfi_helper.h700 u32 views; member
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/
H A Dhfi_helper.h763 u32 views; member
/kernel/linux/linux-5.10/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1840 view = scene.views()[0]
1847 view = scene.views()[0]
4129 tables.append("information_schema.views")
4452 The Tables menu shows all tables and views in the database. Most tables have an associated view
4458 For PostgreSQL databases, information_schema.tables/views/columns are included.
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1841 view = scene.views()[0]
1848 view = scene.views()[0]
4130 tables.append("information_schema.views")
4453 The Tables menu shows all tables and views in the database. Most tables have an associated view
4459 For PostgreSQL databases, information_schema.tables/views/columns are included.

Completed in 28 milliseconds