Searched refs:list_replace (Results 1 - 13 of 13) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/radeon/ |
H A D | mkregtable.c | 133 * list_replace - replace old entry by new one 139 static inline void list_replace(struct list_head *old, struct list_head *new) list_replace() function 150 list_replace(old, new); list_replace_init()
|
/linux-4.1.27/drivers/staging/fwserial/ |
H A D | dma_fifo.c | 269 list_replace(&complete->link, &tmp->link); dma_fifo_out_complete()
|
/linux-4.1.27/arch/x86/kernel/cpu/microcode/ |
H A D | amd.c | 93 list_replace(&p->plist, &new_patch->plist); update_cache()
|
/linux-4.1.27/drivers/hid/usbhid/ |
H A D | hid-quirks.c | 235 list_replace(&q->node, &q_new->node); usbhid_modify_dquirk()
|
/linux-4.1.27/include/linux/ |
H A D | list.h | 117 * list_replace - replace old entry by new one 123 static inline void list_replace(struct list_head *old, list_replace() function 135 list_replace(old, new); list_replace_init()
|
/linux-4.1.27/kernel/ |
H A D | audit_watch.c | 313 list_replace(&oentry->rule.list, audit_update_watch()
|
H A D | auditfilter.c | 1386 list_replace(&r->list, &nentry->rule.list); update_lsm_rule()
|
/linux-4.1.27/drivers/gpu/drm/ |
H A D | drm_mm.c | 515 list_replace(&old->node_list, &new->node_list); drm_mm_replace_node() 516 list_replace(&old->hole_stack, &new->hole_stack); drm_mm_replace_node()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/ |
H A D | calib.c | 131 list_replace(&tmp->list, &res->list); iwl_calib_set()
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
H A D | perf_event_intel_cqm.c | 1065 list_replace(&event->hw.cqm_groups_entry, intel_cqm_event_destroy()
|
/linux-4.1.27/drivers/block/aoe/ |
H A D | aoecmd.c | 682 list_replace(&f->head, &nf->head); list_for_each_safe()
|
/linux-4.1.27/fs/ |
H A D | xattr.c | 870 list_replace(&xattr->list, &new_xattr->list); __simple_xattr_set()
|
/linux-4.1.27/fs/ubifs/ |
H A D | lprops.c | 371 list_replace(&old_lprops->list, &new_lprops->list); ubifs_replace_cat()
|
Completed in 2090 milliseconds