| /linux/fs/jffs2/ |
| H A D | erase.c | 51 list_move(&jeb->list, &c->erase_pending_list); in jffs2_erase_block() 80 list_move(&jeb->list, &c->erase_pending_list); in jffs2_erase_block() 113 list_move(&jeb->list, &c->erase_checking_list); in jffs2_erase_pending_blocks() 183 list_move(&jeb->list, &c->erase_pending_list); in jffs2_erase_failed() 197 list_move(&jeb->list, &c->bad_list); in jffs2_erase_failed() 483 list_move(&jeb->list, &c->erase_complete_list); in jffs2_mark_erased_block()
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | mmu_rb.c | 104 list_move(&rbnode->list, &del_list); in hfi1_mmu_rb_unregister() 201 list_move(&mnode->list, &mnode->handler->del_list); in release_nolock() 221 list_move(&mnode->list, &mnode->handler->del_list); in hfi1_mmu_rb_release() 248 list_move(&rbnode->list, &del_list); in hfi1_mmu_rb_evict()
|
| /linux/lib/ |
| H A D | lru_cache.c | 307 list_move(&e->list, &lc->free); in lc_del() 330 list_move(&e->list, &lc->to_be_changed); in lc_prepare_for_change() 384 list_move(&e->list, &lc->in_use); /* Not evictable... */ in __lc_get() 533 list_move(&e->list, &lc->in_use); in lc_committed() 557 list_move(&e->list, &lc->lru); in lc_put()
|
| H A D | parman.c | 158 list_move(&item->list, &prio->item_list); in parman_prio_shift_up()
|
| /linux/drivers/s390/block/ |
| H A D | dasd_alias.c | 320 list_move(&device->alias_list, &lcu->active_devices); in _add_device_to_lcu() 342 list_move(&device->alias_list, &group->baselist); in _add_device_to_lcu() 344 list_move(&device->alias_list, &group->aliaslist); in _add_device_to_lcu() 355 list_move(&device->alias_list, &lcu->inactive_devices); in _remove_device_from_lcu() 485 list_move(&device->alias_list, &lcu->active_devices); in _lcu_update() 491 list_move(&device->alias_list, &lcu->active_devices); in _lcu_update() 635 list_move(&device->alias_list, &lcu->active_devices); in dasd_alias_add_device() 811 list_move(&device->alias_list, &active); in flush_all_alias_devices_on_lcu() 829 list_move(&device->alias_list, &lcu->active_devices); in flush_all_alias_devices_on_lcu()
|
| /linux/drivers/md/ |
| H A D | dm-ps-round-robin.c | 172 list_move(&pi->list, &s->invalid_paths); in rr_fail_path() 183 list_move(&pi->list, &s->valid_paths); in rr_reinstate_path()
|
| H A D | dm-cache-background-tracker.c | 213 list_move(&w->list, &b->issued); in btracker_issue()
|
| H A D | dm-ps-queue-length.c | 171 list_move(&pi->list, &s->failed_paths); in ql_fail_path()
|
| H A D | dm-ps-service-time.c | 183 list_move(&pi->list, &s->failed_paths); in st_fail_path()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| H A D | crypto.c | 392 list_move(&bulk->entry, &pool->partial_list); in mlx5_crypto_dek_pool_pop() 407 list_move(&bulk->entry, &pool->full_list); in mlx5_crypto_dek_pool_pop() 444 list_move(&bulk->entry, &pool->sync_list); in mlx5_crypto_dek_free_locked() 515 list_move(&bulk->entry, &pool->avail_list); in mlx5_crypto_dek_bulk_handle_avail() 568 list_move(&bulk->entry, &pool->partial_list); in mlx5_crypto_dek_pool_reset_synced()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| H A D | action_ste_pool.c | 286 list_move(&action_tbl->list_node, cleanup); in hws_action_ste_pool_element_collect_stale() 443 list_move(&action_tbl->list_node, &elem->full); in mlx5hws_action_ste_chunk_alloc() 464 list_move(&chunk->action_tbl->list_node, in mlx5hws_action_ste_chunk_free()
|
| /linux/samples/bpf/ |
| H A D | test_lru_dist.c | 71 static inline void list_move(struct list_head *list, struct list_head *head) in list_move() function 132 list_move(&node->list, &lru->list); in pfect_lru_lookup_or_insert() 151 list_move(&node->list, &lru->list); in pfect_lru_lookup_or_insert()
|
| /linux/drivers/crypto/chelsio/ |
| H A D | chcr_core.c | 105 list_move(&u_ctx->entry, &drv_data.act_dev); in chcr_dev_add() 139 list_move(&u_ctx->entry, &drv_data.inact_dev); in chcr_dev_move()
|
| /linux/fs/smb/client/ |
| H A D | cached_dir.c | 619 list_move(&cfid->entry, &cfids->dying); in invalidate_all_cached_dirs() 783 list_move(&cfid->entry, &entry); in cfids_laundromat_worker() 860 list_move(&cfid->entry, &entry); in free_cached_dirs() 865 list_move(&cfid->entry, &entry); in free_cached_dirs()
|
| /linux/sound/core/ |
| H A D | misc.c | 158 list_move(&fasync->list, &snd_fasync_list); in snd_kill_fasync()
|
| /linux/drivers/dma/ |
| H A D | timb_dma.c | 248 list_move(&td_desc->desc_node, &td_chan->free_list); in __td_finish() 290 list_move(&td_desc->desc_node, &td_chan->active_list); in __td_start_next() 557 list_move(&td_desc->desc_node, &td_chan->free_list); in td_terminate_all()
|
| /linux/tools/perf/util/ |
| H A D | srccode.c | 100 list_move(&h->nd, &srcfile_list); in find_srcfile()
|
| /linux/kernel/power/ |
| H A D | wakelock.c | 100 list_move(&wl->lru, &wakelocks_lru_list); in wakelocks_lru_most_recent()
|
| /linux/kernel/time/ |
| H A D | clockevents.c | 408 list_move(&dev->list, &clockevent_devices); in clockevents_notify_released() 636 list_move(&old->list, &clockevents_released); in clockevents_exchange_device()
|
| /linux/arch/sh/drivers/ |
| H A D | platform_early.c | 83 list_move(&epdrv->list, &sh_early_platform_driver_list); in sh_early_platform_driver_register()
|
| /linux/sound/pci/ctxfi/ |
| H A D | ctvmem.c | 53 list_move(&entry->list, &vm->used); in get_vm_block()
|
| /linux/drivers/net/wireless/st/cw1200/ |
| H A D | queue.c | 405 list_move(&item->head, &queue->queue); in cw1200_queue_requeue() 446 list_move(&item->head, &queue->free_pool); in cw1200_queue_remove()
|
| /linux/drivers/base/power/ |
| H A D | main.c | 211 list_move(&deva->power.entry, &devb->power.entry); in device_pm_move_after() 1342 list_move(&dev->power.entry, &list); in dpm_complete() 1616 list_move(&dev->power.entry, &dpm_noirq_list); in dpm_noirq_suspend_devices() 1821 list_move(&dev->power.entry, &dpm_late_early_list); in dpm_suspend_late() 2112 list_move(&dev->power.entry, &dpm_suspended_list); in dpm_suspend()
|
| /linux/scripts/include/ |
| H A D | list.h | 165 static inline void list_move(struct list_head *list, struct list_head *head) in list_move() function
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_bo_evict.c | 43 list_move(&bo->pinned_link, pinned_list); in xe_bo_apply_to_pinned()
|