| /Linux-v5.10/fs/jffs2/ |
| D | erase.c | 51 list_move(&jeb->list, &c->erase_pending_list); in jffs2_erase_block() 82 list_move(&jeb->list, &c->erase_pending_list); in jffs2_erase_block() 115 list_move(&jeb->list, &c->erase_checking_list); in jffs2_erase_pending_blocks() 185 list_move(&jeb->list, &c->erase_pending_list); in jffs2_erase_failed() 199 list_move(&jeb->list, &c->bad_list); in jffs2_erase_failed() 484 list_move(&jeb->list, &c->erase_complete_list); in jffs2_mark_erased_block()
|
| /Linux-v5.10/lib/ |
| D | lru_cache.c | 317 list_move(&e->list, &lc->free); in lc_del() 340 list_move(&e->list, &lc->to_be_changed); in lc_prepare_for_change() 394 list_move(&e->list, &lc->in_use); /* Not evictable... */ in __lc_get() 543 list_move(&e->list, &lc->in_use); in lc_committed() 567 list_move(&e->list, &lc->lru); in lc_put() 626 list_move(&e->list, lh); in lc_set()
|
| /Linux-v5.10/drivers/s390/block/ |
| D | dasd_alias.c | 329 list_move(&device->alias_list, &lcu->active_devices); in _add_device_to_lcu() 351 list_move(&device->alias_list, &group->baselist); in _add_device_to_lcu() 353 list_move(&device->alias_list, &group->aliaslist); in _add_device_to_lcu() 364 list_move(&device->alias_list, &lcu->inactive_devices); in _remove_device_from_lcu() 486 list_move(&device->alias_list, &lcu->active_devices); in _lcu_update() 492 list_move(&device->alias_list, &lcu->active_devices); in _lcu_update() 627 list_move(&device->alias_list, &lcu->active_devices); in dasd_alias_add_device() 797 list_move(&device->alias_list, &active); in flush_all_alias_devices_on_lcu() 815 list_move(&device->alias_list, &lcu->active_devices); in flush_all_alias_devices_on_lcu()
|
| /Linux-v5.10/drivers/md/ |
| D | dm-round-robin.c | 164 list_move(&pi->list, &s->invalid_paths); in rr_fail_path() 175 list_move(&pi->list, &s->valid_paths); in rr_reinstate_path()
|
| D | dm-cache-background-tracker.c | 223 list_move(&w->list, &b->issued); in btracker_issue()
|
| D | dm-queue-length.c | 167 list_move(&pi->list, &s->failed_paths); in ql_fail_path()
|
| /Linux-v5.10/drivers/infiniband/hw/hfi1/ |
| D | mmu_rb.c | 140 list_move(&rbnode->list, &del_list); in hfi1_mmu_rb_unregister() 250 list_move(&rbnode->list, &del_list); in hfi1_mmu_rb_evict() 307 list_move(&node->list, &handler->del_list); in mmu_notifier_range_start()
|
| /Linux-v5.10/kernel/bpf/ |
| D | bpf_lru_list.c | 78 list_move(&node->list, free_list); in __bpf_lru_node_move_to_free() 93 list_move(&node->list, &l->lists[tgt_type]); in __bpf_lru_node_move_in() 121 list_move(&node->list, &l->lists[tgt_type]); in __bpf_lru_node_move() 525 list_move(&node->list, local_free_list(loc_l)); in bpf_common_lru_push_free()
|
| /Linux-v5.10/arch/m68k/sun3/ |
| D | sun3dvma.c | 124 list_move(&(prev->list), &hole_cache); in refill() 186 list_move(&(hole->list), &hole_cache); in get_baddr()
|
| /Linux-v5.10/samples/bpf/ |
| D | test_lru_dist.c | 77 static inline void list_move(struct list_head *list, struct list_head *head) in list_move() function 138 list_move(&node->list, &lru->list); in pfect_lru_lookup_or_insert() 157 list_move(&node->list, &lru->list); in pfect_lru_lookup_or_insert()
|
| /Linux-v5.10/drivers/crypto/chelsio/ |
| 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-v5.10/drivers/infiniband/ulp/ipoib/ |
| D | ipoib_cm.c | 243 list_move(&p->list, &priv->cm.rx_flush_list); in ipoib_cm_rx_event_handler() 486 list_move(&p->list, &priv->cm.passive_ids); in ipoib_cm_req_handler() 606 list_move(&p->list, &priv->cm.rx_reap_list); in ipoib_cm_handle_rx_wc() 621 list_move(&p->list, &priv->cm.passive_ids); in ipoib_cm_handle_rx_wc() 860 list_move(&tx->list, &priv->cm.reap_list); in ipoib_cm_handle_tx_wc() 943 list_move(&p->list, &priv->cm.rx_error_list); in ipoib_cm_dev_stop() 1291 list_move(&tx->list, &priv->cm.reap_list); in ipoib_cm_tx_handler() 1330 list_move(&tx->list, &priv->cm.reap_list); in ipoib_cm_destroy_tx() 1495 list_move(&p->list, &priv->cm.rx_error_list); in ipoib_cm_stale_task()
|
| /Linux-v5.10/fs/ecryptfs/ |
| D | messaging.c | 73 list_move(&msg_ctx->node, &ecryptfs_msg_ctx_alloc_list); in ecryptfs_msg_ctx_free_to_alloc() 86 list_move(&(msg_ctx->node), &ecryptfs_msg_ctx_free_list); in ecryptfs_msg_ctx_alloc_to_free()
|
| /Linux-v5.10/drivers/net/wireless/st/cw1200/ |
| D | queue.c | 405 list_move(&item->head, &queue->queue); in cw1200_queue_requeue() 431 list_move(&item->head, &queue->queue); in cw1200_queue_requeue_all() 473 list_move(&item->head, &queue->free_pool); in cw1200_queue_remove()
|
| /Linux-v5.10/crypto/ |
| D | algapi.c | 101 list_move(&spawn->list, secondary_spawns); in crypto_more_spawns() 126 list_move(&inst->alg.cra_list, list); in crypto_remove_instance() 154 list_move(&spawn->list, &top); in crypto_remove_spawns() 171 list_move(&spawn->list, &stack); in crypto_remove_spawns() 212 list_move(&spawn->list, &spawn->alg->cra_users); in crypto_remove_spawns()
|
| /Linux-v5.10/fs/gfs2/ |
| D | log.c | 109 list_move(&bd->bd_ail_st_list, in gfs2_ail1_start_one() 128 list_move(&bd->bd_ail_st_list, &tr->tr_ail1_list); in gfs2_ail1_start_one() 292 list_move(&bd->bd_ail_st_list, &tr->tr_ail2_list); in gfs2_ail1_empty_one() 314 list_move(&tr->tr_list, &sdp->sd_ail2_list); in gfs2_ail1_empty() 641 list_move(&ip->i_ordered, &written); in gfs2_ordered_write()
|
| /Linux-v5.10/fs/ocfs2/ |
| D | extent_map.c | 63 list_move(&emi->ei_list, &em->em_list); in __ocfs2_extent_map_lookup() 114 list_move(&emi->ei_list, &tmp_list); in ocfs2_extent_map_trunc() 234 list_move(&emi->ei_list, &em->em_list); in ocfs2_extent_map_insert_rec() 266 list_move(&emi->ei_list, &em->em_list); in ocfs2_extent_map_insert_rec()
|
| /Linux-v5.10/net/vmw_vsock/ |
| D | vsock_loopback.c | 54 list_move(&pkt->list, &freeme); in vsock_loopback_cancel_pkt()
|
| /Linux-v5.10/drivers/dma/ |
| 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-v5.10/include/net/ |
| D | flow_offload.h | 505 list_move(&block_cb->list, &offload->cb_list); in flow_block_cb_remove() 512 list_move(&block_cb->list, &offload->cb_list); in flow_indr_block_cb_remove()
|
| /Linux-v5.10/net/unix/ |
| D | garbage.c | 266 list_move(&cursor, &u->link); in unix_gc()
|
| /Linux-v5.10/arch/arm/probes/kprobes/ |
| D | opt-arm.c | 345 list_move(&op->list, done_list); in arch_unoptimize_kprobes()
|
| /Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| D | mapping.c | 164 list_move(&mi->list, &pending_items); in mapping_work_handler()
|
| /Linux-v5.10/drivers/base/power/ |
| D | main.c | 193 list_move(&deva->power.entry, &devb->power.entry); in device_pm_move_after() 1110 list_move(&dev->power.entry, &list); in dpm_complete() 1310 list_move(&dev->power.entry, &dpm_noirq_list); in dpm_noirq_suspend_devices() 1486 list_move(&dev->power.entry, &dpm_late_early_list); in dpm_suspend_late() 1768 list_move(&dev->power.entry, &dpm_suspended_list); in dpm_suspend()
|
| /Linux-v5.10/arch/sh/drivers/ |
| D | platform_early.c | 87 list_move(&epdrv->list, &sh_early_platform_driver_list); in sh_early_platform_driver_register()
|