/kernel/linux/linux-5.10/drivers/block/zram/zram_group/ |
D | zlist.c | 36 static inline void zlist_before_add_check(struct zlist_table *tab, in zlist_before_add_check() 46 static inline void zlist_after_add_check(struct zlist_table *tab, in zlist_after_add_check() 56 static inline void zlist_before_del_check(struct zlist_table *tab, in zlist_before_del_check() 66 static inline void zlist_after_del_check(struct zlist_table *tab, in zlist_after_del_check() 76 static inline void zlist_before_add_check(struct zlist_table *tab, in zlist_before_add_check() 79 static inline void zlist_after_add_check(struct zlist_table *tab, in zlist_after_add_check() 82 static inline void zlist_before_del_check(struct zlist_table *tab, in zlist_before_del_check() 85 static inline void zlist_after_del_check(struct zlist_table *tab, in zlist_after_del_check() 93 struct zlist_table *tab = kmalloc(sizeof(struct zlist_table), gfp); in zlist_table_alloc() local 103 void zlist_lock(u32 idx, struct zlist_table *tab) in zlist_lock() [all …]
|
D | zlist.h | 29 static inline struct zlist_node *idx2node(u32 idx, struct zlist_table *tab) in idx2node() 34 static inline u32 next_idx(u32 idx, struct zlist_table *tab) in next_idx() 39 static inline u32 prev_idx(u32 idx, struct zlist_table *tab) in prev_idx() 44 static inline void zlist_table_free(struct zlist_table *tab) in zlist_table_free() 60 static inline void zlist_add(u32 hid, u32 idx, struct zlist_table *tab) in zlist_add() 67 static inline void zlist_add_tail(u32 hid, u32 idx, struct zlist_table *tab) in zlist_add_tail() 74 static inline bool zlist_del(u32 hid, u32 idx, struct zlist_table *tab) in zlist_del() 91 #define zlist_for_each_entry(idx, hid, tab) \ argument 94 #define zlist_for_each_entry_reverse(idx, hid, tab) \ argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/ |
D | gianfar_ethtool.c | 825 static void gfar_set_mask(u32 mask, struct filer_table *tab) in gfar_set_mask() 833 static void gfar_set_parse_bits(u32 value, u32 mask, struct filer_table *tab) in gfar_set_parse_bits() 843 struct filer_table *tab) in gfar_set_general_attribute() 866 struct filer_table *tab) in gfar_set_attribute() 925 struct filer_table *tab) in gfar_set_basic_ip() 945 struct filer_table *tab) in gfar_set_user_ip() 963 struct filer_table *tab) in gfar_set_ether() 1063 struct filer_table *tab) in gfar_convert_to_filer() 1173 struct filer_table *tab) in gfar_write_filer_table() 1216 struct filer_table *tab; in gfar_process_filer_changes() local
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
D | cxd2820r_t2.c | 26 struct reg_val_mask tab[] = { in cxd2820r_set_frontend_t2() local 389 static const struct reg_val_mask tab[] = { in cxd2820r_sleep_t2() local
|
D | cxd2820r_t.c | 30 struct reg_val_mask tab[] = { in cxd2820r_set_frontend_t() local 395 static struct reg_val_mask tab[] = { in cxd2820r_sleep_t() local
|
D | cxd2820r_c.c | 20 struct reg_val_mask tab[] = { in cxd2820r_set_frontend_c() local 301 static const struct reg_val_mask tab[] = { in cxd2820r_sleep_c() local
|
D | af9033.c | 33 const struct reg_val *tab, int tab_len) in af9033_wr_reg_val_tab() 77 struct reg_val_mask tab[] = { in af9033_init() local
|
D | tda10071.c | 761 struct tda10071_reg_val_mask tab[] = { in tda10071_init() local 1044 struct tda10071_reg_val_mask tab[] = { in tda10071_sleep() local
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
D | phy_lcn.c | 925 struct phytbl_info tab; in wlc_lcnphy_common_read_table() local 940 struct phytbl_info tab; in wlc_lcnphy_common_write_table() local 1894 struct phytbl_info tab; in wlc_lcnphy_get_bbmult() local 1909 struct phytbl_info tab; in wlc_lcnphy_set_bbmult() local 1922 struct phytbl_info tab; in wlc_lcnphy_clear_tx_power_offsets() local 2066 struct phytbl_info tab; in wlc_lcnphy_tssi_setup() local 2233 struct phytbl_info tab; in wlc_lcnphy_txpower_recalc_target() local 2268 struct phytbl_info tab; in wlc_lcnphy_set_tx_pwr_soft_ctrl() local 2871 struct phytbl_info tab; in wlc_lcnphy_vbat_temp_sense_setup() local 3011 struct phytbl_info tab; in wlc_lcnphy_tx_pwr_ctrl_init() local [all …]
|
/kernel/linux/linux-5.10/security/selinux/ |
D | nlmsgtab.c | 151 static int nlmsg_perm(u16 nlmsg_type, u32 *perm, const struct nlmsg_perm *tab, size_t tabsize) in nlmsg_perm()
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
D | unwind.c | 510 struct unwind_table *tab = kmalloc(sizeof(*tab), GFP_KERNEL); in unwind_table_add() local 531 void unwind_table_del(struct unwind_table *tab) in unwind_table_del()
|
/kernel/linux/linux-5.10/tools/perf/jvmti/ |
D | libjvmti.c | 36 jvmti_line_info_t *tab) in do_get_line_number() 73 get_line_numbers(jvmtiEnv *jvmti, const void *compile_info, jvmti_line_info_t **tab, int *nr_lines) in get_line_numbers()
|
/kernel/linux/linux-5.10/arch/arm/mach-s3c/ |
D | init.c | 32 struct cpu_table *tab, in s3c_lookup_cpu()
|
/kernel/linux/linux-5.10/arch/powerpc/crypto/ |
D | aes-spe-core.S | 28 #define LBZ(out, tab, off) \ argument
|
D | aes-spe-modes.S | 79 #define INITIALIZE_CRYPT(tab,nr32bitregs) \ argument
|
/kernel/linux/linux-5.10/drivers/staging/media/hantro/ |
D | hantro_jpeg.c | 270 const unsigned char *tab, int scale) in jpeg_scale_quant_table()
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt76x0/ |
D | init.c | 83 #define RANDOM_WRITE(dev, tab) \ argument
|
/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/ |
D | debug.c | 301 #define PUT_COUNTER(tab, name) \ in cw1200_counters_show() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
D | sched.h | 85 struct sched_class tab[]; member
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
D | btf.c | 600 static void delete_btf_table(struct btf_attach_table *tab) in delete_btf_table() 614 build_btf_type_table(struct btf_attach_table *tab, enum bpf_obj_type type, in build_btf_type_table()
|
D | common.c | 440 int build_pinned_obj_table(struct pinned_obj_table *tab, in build_pinned_obj_table() 469 void delete_pinned_obj_table(struct pinned_obj_table *tab) in delete_pinned_obj_table()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
D | smu7_hwmgr.c | 2352 struct phm_clock_voltage_dependency_table *tab) in smu7_patch_vddc() 2366 struct phm_clock_voltage_dependency_table *tab) in smu7_patch_vddci() 2380 struct phm_vce_clock_voltage_dependency_table *tab) in smu7_patch_vce_vddc() 2395 struct phm_uvd_clock_voltage_dependency_table *tab) in smu7_patch_uvd_vddc() 2409 struct phm_phase_shedding_limits_table *tab) in smu7_patch_vddc_shed_limit() 2423 struct phm_samu_clock_voltage_dependency_table *tab) in smu7_patch_samu_vddc() 2437 struct phm_acp_clock_voltage_dependency_table *tab) in smu7_patch_acp_vddc() 2451 struct phm_clock_and_voltage_limits *tab) in smu7_patch_limits_vddc() 2470 static int smu7_patch_cac_vddc(struct pp_hwmgr *hwmgr, struct phm_cac_leakage_table *tab) in smu7_patch_cac_vddc()
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
D | wa.c | 140 const u16 *tab; in b43_wa_msst() local
|
/kernel/linux/linux-5.10/arch/x86/platform/uv/ |
D | bios_uv.c | 26 struct uv_systab *tab = uv_systab; in __uv_bios_call() local
|
/kernel/linux/linux-5.10/net/sched/ |
D | sch_api.c | 410 struct nlattr *tab, in qdisc_get_rtab() 446 void qdisc_put_rtab(struct qdisc_rate_table *tab) in qdisc_put_rtab() 479 u16 *tab = NULL; in qdisc_get_stab() local 536 void qdisc_put_stab(struct qdisc_size_table *tab) in qdisc_put_stab()
|