Home
last modified time | relevance | path

Searched refs:tbls (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/sched/ext/
H A Dcid.c78 static void scx_cid_tables_free(struct scx_cid_tables *tbls) in scx_cid_tables_free() argument
80 if (!tbls) in scx_cid_tables_free()
82 kvfree(tbls->cid_to_cpu); in scx_cid_tables_free()
83 kvfree(tbls->cpu_to_cid); in scx_cid_tables_free()
84 kvfree(tbls->cid_to_shard); in scx_cid_tables_free()
85 kvfree(tbls->shard_node); in scx_cid_tables_free()
86 kvfree(tbls->shard_ranges); in scx_cid_tables_free()
87 kvfree(tbls->topo); in scx_cid_tables_free()
88 kfree(tbls); in scx_cid_tables_free()
99 struct scx_cid_tables *tbls; in scx_cid_alloc_tables() local
[all …]
/linux/drivers/phy/qualcomm/
H A Dphy-qcom-qmp-ufs.c1174 const struct qmp_phy_cfg_tbls tbls; member
1357 .tbls = {
1383 .tbls = {
1406 .tbls = {
1440 .tbls = {
1474 .tbls = {
1508 .tbls = {
1535 .tbls = {
1562 .tbls = {
1589 .tbls = {
[all …]
H A Dphy-qcom-qmp-pcie.c3974 const struct qmp_phy_cfg_tbls tbls; member
4279 .tbls = {
4306 .tbls = {
4331 .tbls = {
4360 .tbls = {
4387 .tbls = {
4430 .tbls = {
4458 .tbls = {
4486 .tbls = {
4514 .tbls = {
[all …]
/linux/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c466 struct rtw89_btc_fbtc_slot tbls[] __counted_by(tbl_num);
3071 n = struct_size(tbl, tbls, CXST_MAX); in rtw89_btc_fw_set_slots()
3078 memcpy(tbl->tbls, dm->slot.v1, flex_array_size(tbl, tbls, CXST_MAX)); in rtw89_btc_fw_set_slots()