Home
last modified time | relevance | path

Searched defs:table_name (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atomfirmware.h27 #define get_index_into_master_table(master_table, table_name) (offsetof(struct master_table, table_… argument
/linux/tools/perf/scripts/python/
H A Dexport-to-postgresql.py748 def copy_output_file_direct(file, table_name): argument
754 def copy_output_file(file, table_name): argument
817 def is_table_empty(table_name): argument
823 def drop(table_name): argument
H A Dexport-to-sqlite.py631 def is_table_empty(table_name): argument
637 def drop(table_name): argument
H A Dexported-sql-viewer.py3404 …def __init__(self, glb, label, placeholder_text, table_name, match_column, column_name1, column_na… argument
3748 def __init__(self, glb, table_name, parent=None): argument
4073 def __init__(self, glb, table_name, parent=None): argument
4744 def NewTableView(self, table_name): argument
/linux/fs/proc/
H A Dproc_sysctl.c1463 const char *table_name, size_t table_size) in __register_sysctl_init()
/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1783 #define SET_TABLE_HANDLER_(name, handler_name, table_name) do { \ argument
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c2303 const char *table_name; in mlxsw_sp_neigh_counter_should_alloc() local