Searched refs:drl (Results 1 – 2 of 2) sorted by relevance
529 struct runlist_element *drl = d_runlist->rl, *rl; in ntfs_runlists_merge() local533 ntfs_debug_dump_runlist(drl); in ntfs_runlists_merge()540 return drl; in ntfs_runlists_merge()541 if (IS_ERR(srl) || IS_ERR(drl)) in ntfs_runlists_merge()551 if (unlikely(!drl)) { in ntfs_runlists_merge()552 drl = srl; in ntfs_runlists_merge()554 if (unlikely(drl[0].vcn)) { in ntfs_runlists_merge()556 drl = ntfs_rl_realloc(drl, s_rl_count, s_rl_count + 1); in ntfs_runlists_merge()557 if (IS_ERR(drl)) in ntfs_runlists_merge()558 return drl; in ntfs_runlists_merge()[all …]
1232 struct scx_deferred_reenq_local *drl = &sch_pcpu->deferred_reenq_local; in schedule_dsq_reenq() local 1240 if (list_empty(&drl->node) || in schedule_dsq_reenq() 1241 (READ_ONCE(drl->flags) & reenq_flags) != reenq_flags) { in schedule_dsq_reenq() 1245 if (list_empty(&drl->node)) in schedule_dsq_reenq() 1246 list_move_tail(&drl->node, &rq->scx.deferred_reenq_locals); in schedule_dsq_reenq() 1247 WRITE_ONCE(drl->flags, drl->flags | reenq_flags); in schedule_dsq_reenq() 4112 struct scx_deferred_reenq_local *drl = in process_deferred_reenq_locals() local 4118 if (!drl) in process_deferred_reenq_locals() 4121 sch_pcpu = container_of(drl, struc in process_deferred_reenq_locals() [all...]