Searched refs:hlist_move_list (Results 1 – 16 of 16) sorted by relevance
| /linux/fs/9p/ |
| H A D | vfs_dentry.c | 57 hlist_move_list((struct hlist_head *)&dentry->d_fsdata, &head); in v9fs_dentry_release()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_sync.c | 424 hlist_move_list(&src->fences[i], &dst->fences[i]); in amdgpu_sync_move()
|
| /linux/lib/ |
| H A D | debugobjects.c | 207 hlist_move_list(&src->objects, head); in pool_pop_batch() 576 hlist_move_list(&db->list, &freelist); in debug_objects_oom() 1449 hlist_move_list(&db->list, &objects); in debug_objects_replace_static_objects()
|
| /linux/net/batman-adv/ |
| H A D | fragmentation.c | 221 hlist_move_list(&chain->fragment_list, chain_out); in batadv_frag_insert_packet()
|
| /linux/net/rxrpc/ |
| H A D | peer_event.c | 222 hlist_move_list(&peer->error_targets, &error_targets); in rxrpc_distribute_error()
|
| /linux/kernel/time/ |
| H A D | posix-timers.c | 1091 hlist_move_list(&tsk->signal->posix_timers, &timers); in exit_itimers() 1108 hlist_move_list(&tsk->signal->ignored_posix_timers, &timers); in exit_itimers()
|
| H A D | timer.c | 1819 hlist_move_list(vec, heads++); in collect_expired_timers()
|
| /linux/tools/include/linux/ |
| H A D | list.h | 696 static inline void hlist_move_list(struct hlist_head *old, in hlist_move_list() function
|
| /linux/drivers/hv/ |
| H A D | mshv_eventfd.c | 824 hlist_move_list(&pt->ioeventfds_list, &items); in mshv_eventfd_release()
|
| /linux/include/linux/ |
| H A D | list.h | 1117 static inline void hlist_move_list(struct hlist_head *old, in hlist_move_list() function
|
| /linux/lib/tests/ |
| H A D | list-test.c | 1008 hlist_move_list(&list1, &list2); in hlist_test_move_list()
|
| /linux/net/core/ |
| H A D | sock_map.c | 1170 hlist_move_list(&bucket->head, &unlink_list); in sock_hash_free()
|
| /linux/net/bridge/ |
| H A D | br_multicast.c | 4091 hlist_move_list(&br->mcast_gc_list, &deleted_head); in br_multicast_gc_work() 4461 hlist_move_list(&br->mcast_gc_list, &deleted_head); in br_multicast_dev_del()
|
| /linux/drivers/net/ |
| H A D | amt.c | 99 hlist_move_list(&source_gc_list, &gc_list); in __amt_source_gc_work()
|
| /linux/net/xfrm/ |
| H A D | xfrm_state.c | 628 hlist_move_list(&xfrm_state_gc_list, &gc_list); in xfrm_state_gc_task()
|
| /linux/fs/ |
| H A D | namespace.c | 1691 hlist_move_list(&unmounted, &head); in namespace_unlock()
|