Searched refs:quota_id (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/mm/ |
D | shmem_quota.c | 46 struct quota_id { struct 97 struct quota_id *entry; in shmem_free_file_info() 103 entry = rb_entry(node, struct quota_id, node); in shmem_free_file_info() 120 struct quota_id *entry = NULL; in shmem_get_next_id() 129 entry = rb_entry(node, struct quota_id, node); in shmem_get_next_id() 150 entry = rb_entry(node, struct quota_id, node); in shmem_get_next_id() 170 struct quota_id *new_entry, *entry; in shmem_acquire_dquot() 182 entry = rb_entry(parent, struct quota_id, node); in shmem_acquire_dquot() 193 new_entry = kzalloc(sizeof(struct quota_id), GFP_NOFS); in shmem_acquire_dquot() 271 struct quota_id *entry = NULL; in shmem_release_dquot() [all …]
|
/linux-6.12.1/drivers/net/wireless/realtek/rtw89/ |
D | debug.c | 1255 u32 quota_id; in rtw89_debug_mac_dump_dle_dbg() local 1268 for (quota_id = 0; quota_id <= WDE_QTAID_CPUIO; quota_id++) { in rtw89_debug_mac_dump_dle_dbg() 1269 switch (quota_id) { in rtw89_debug_mac_dump_dle_dbg() 1277 for (quota_id = 0; quota_id <= PLE_QTAID_CPUIO; quota_id++) { in rtw89_debug_mac_dump_dle_dbg() 1278 switch (quota_id) { in rtw89_debug_mac_dump_dle_dbg()
|
D | mac_be.c | 1461 enum rtw89_mac_dle_ple_quota_id quota_id) in dle_upd_qta_aval_page_be() argument 1467 B_BE_WDE_AVAL_UPD_QTAID_MASK, quota_id); in dle_upd_qta_aval_page_be() 1475 B_BE_PLE_AVAL_UPD_QTAID_MASK, quota_id); in dle_upd_qta_aval_page_be()
|