Searched defs:table (Results 151 - 175 of 945) sorted by relevance

1234567891011>>

/linux-master/fs/unicode/
H A Dutf8-core.c163 static const struct utf8data *find_table_version(const struct utf8data *table, argument
/linux-master/kernel/
H A Dstackleak.c24 static int stack_erasing_sysctl(struct ctl_table *table, int write, argument
/linux-master/drivers/clk/bcm/
H A Dclk-bcm63xx-gate.c486 const struct clk_bcm63xx_table_entry *entry, *table; local
/linux-master/net/ipv6/
H A Dsysctl_net_ipv6.c33 static int proc_rt6_multipath_hash_policy(struct ctl_table *table, int write, argument
49 proc_rt6_multipath_hash_fields(struct ctl_table *table, int write, void *buffer, argument
/linux-master/fs/bcachefs/
H A Dquota_types.h39 bch_memquota_table table; member in struct:bch_memquota_type
H A Dbtree_key_cache_types.h12 struct rhashtable table; member in struct:btree_key_cache
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Drfi.h33 struct iwl_rfi_lut_entry table[IWL_RFI_LUT_SIZE]; member in struct:iwl_rfi_config_cmd
57 struct iwl_rfi_lut_entry table[IWL_RFI_LUT_INSTALLED_SIZ member in struct:iwl_rfi_freq_table_resp_cmd
[all...]
/linux-master/scripts/mod/
H A Dsymsearch.c27 struct syminfo table[]; member in struct:symsearch
68 symsearch_populate(struct elf_info *elf, struct syminfo *table, unsigned int table_size) argument
113 symsearch_fixup(struct syminfo *table, unsigned int table_size) argument
159 struct syminfo *table = elf->symsearch->table; local
[all...]
/linux-master/arch/riscv/include/asm/
H A Dacpi.h78 static inline int acpi_get_riscv_isa(struct acpi_table_header *table, argument
84 static inline void acpi_get_cbo_block_size(struct acpi_table_header *table, argument
/linux-master/drivers/acpi/riscv/
H A Drhct.c38 int acpi_get_riscv_isa(struct acpi_table_header *table, unsigned int cpu, const char **isa) argument
132 void acpi_get_cbo_block_size(struct acpi_table_header *table, u3 argument
[all...]
/linux-master/arch/x86/kernel/
H A Dparavirt.c63 static void native_tlb_remove_table(struct mmu_gather *tlb, void *table) argument
/linux-master/io_uring/
H A Dfiletable.c18 struct io_file_table *table = &ctx->file_table; local
39 bool io_alloc_file_tables(struct io_file_table *table, unsigned nr_files) argument
55 io_free_file_tables(struct io_file_table *table) argument
[all...]
H A Dfiletable.h22 static inline void io_file_bitmap_clear(struct io_file_table *table, int bit) argument
29 static inline void io_file_bitmap_set(struct io_file_table *table, int bit) argument
37 io_fixed_file_slot(struct io_file_table *table, unsigned i) argument
56 io_file_from_index(struct io_file_table *table, int index) argument
[all...]
/linux-master/include/net/
H A Drps.h68 static inline void rps_record_sock_flow(struct rps_sock_flow_table *table, argument
/linux-master/net/vmw_vsock/
H A Ddiag.c54 unsigned int table; local
/linux-master/drivers/md/dm-vdo/
H A Dpriority-table.c56 struct priority_table *table; local
88 vdo_free_priority_table(struct priority_table *table) argument
110 vdo_reset_priority_table(struct priority_table *table) argument
127 vdo_priority_table_enqueue(struct priority_table *table, unsigned int priority, struct list_head *entry) argument
140 mark_bucket_empty(struct priority_table *table, struct bucket *bucket) argument
155 vdo_priority_table_dequeue(struct priority_table *table) argument
189 vdo_priority_table_remove(struct priority_table *table, struct list_head *entry) argument
221 vdo_is_priority_table_empty(struct priority_table *table) argument
[all...]
/linux-master/drivers/powercap/
H A Ddtpm_devfreq.c40 struct em_perf_state *table; local
59 struct em_perf_state *table; local
100 struct em_perf_state *table; local
[all...]
/linux-master/drivers/gpu/drm/xe/tests/
H A Dxe_mocs.c19 struct xe_mocs_info table; member in struct:live_mocs
[all...]
/linux-master/ipc/
H A Dmq_sysctl.c94 static int mq_permissions(struct ctl_table_header *head, struct ctl_table *table) argument
80 mq_set_ownership(struct ctl_table_header *head, struct ctl_table *table, kuid_t *uid, kgid_t *gid) argument
/linux-master/drivers/clk/ti/
H A Dmux.c121 _register_mux(struct device_node *node, const char *name, const char * const *parent_names, u8 num_parents, unsigned long flags, struct clk_omap_reg *reg, u8 shift, u32 mask, s8 latch, u8 clk_mux_flags, u32 *table) argument
/linux-master/drivers/clk/sunxi/
H A Dclk-factors.h36 const struct clk_factors_config *table; member in struct:factors_data
/linux-master/drivers/acpi/acpica/
H A Dutmisc.c57 u8 acpi_ut_is_aml_table(struct acpi_table_header *table) argument
[all...]
/linux-master/lib/zlib_inflate/
H A Dinftrees.c23 zlib_inflate_table(codetype type, unsigned short *lens, unsigned codes, code **table, unsigned *bits, unsigned short *work) argument
[all...]
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dtables.c366 u16 b43_ofdmtab_read16(struct b43_wldev *dev, u16 table, u16 offset) argument
386 void b43_ofdmtab_write16(struct b43_wldev *dev, u16 table, argument
403 u32 b43_ofdmtab_read32(struct b43_wldev *dev, u16 table, u16 offset) argument
424 void b43_ofdmtab_write32(struct b43_wldev *dev, u16 table, argument
443 u16 b43_gtab_read(struct b43_wldev *dev, u16 table, u16 offset) argument
449 b43_gtab_write(struct b43_wldev *dev, u16 table, u16 offset, u16 value) argument
[all...]
/linux-master/fs/squashfs/
H A Dcache.c410 void *table, *buffer, **data; local

Completed in 1280 milliseconds

1234567891011>>