Searched refs:list_replace (Results 1 - 20 of 20) sorted by relevance

/linux-master/lib/
H A Dparman.c177 list_replace(&item->list, &last_item->list);
H A Dlist-test.c100 list_replace(&a_old, &a_new);
/linux-master/fs/afs/
H A Dserver_list.c203 list_replace(&po->slink, &pn->slink);
/linux-master/tools/include/linux/
H A Dlist.h117 * list_replace - replace old entry by new one
123 static inline void list_replace(struct list_head *old, function
135 list_replace(old, new);
/linux-master/include/linux/
H A Dlist.h235 * list_replace - replace old entry by new one
241 static inline void list_replace(struct list_head *old, function
260 list_replace(old, new);
275 list_replace(entry1, entry2);
/linux-master/kernel/
H A Daudit_watch.c300 list_replace(&oentry->rule.list,
H A Dauditfilter.c1426 list_replace(&r->list, &nentry->rule.list);
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_breadcrumbs.c258 list_replace(&rq->fence.cb_list, &cb_list);
/linux-master/drivers/dma-buf/
H A Ddma-fence.c380 list_replace(&fence->cb_list, &cb_list);
/linux-master/drivers/gpu/drm/
H A Ddrm_mm.c669 list_replace(&old->node_list, &new->node_list);
673 list_replace(&old->hole_stack, &new->hole_stack);
/linux-master/fs/nfs/flexfilelayout/
H A Dflexfilelayoutdev.c244 list_replace(&err->list, &dserr->list);
/linux-master/arch/x86/kernel/cpu/microcode/
H A Damd.c574 list_replace(&p->plist, &new_patch->plist);
/linux-master/drivers/acpi/
H A Dmipi-disco-img.c195 list_replace(&crwd.connections, &csi2->connections);
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dcalib.c75 list_replace(&tmp->list, &res->list);
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_bo.c222 list_replace(old_list, &new_list[i]);
/linux-master/drivers/base/
H A Ddevres.c144 list_replace(&old->entry, &new->entry);
/linux-master/fs/ubifs/
H A Dlprops.c357 list_replace(&old_lprops->list, &new_lprops->list);
/linux-master/drivers/hid/
H A Dhid-quirks.c1145 list_replace(&q->node, &q_new->node);
/linux-master/drivers/block/aoe/
H A Daoecmd.c661 list_replace(&f->head, &nf->head);
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_ethtool.c1700 list_replace(&entry->node, &new->node);

Completed in 614 milliseconds