Searched refs:destroyer (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/fs/afs/ |
| H A D | server.c | 130 INIT_WORK(&server->destroyer, &afs_server_destroyer); in afs_alloc_server() 360 schedule_work(&server->destroyer); in afs_unuse_server_notime() 383 schedule_work(&server->destroyer); in afs_unuse_server() 466 struct afs_server *server = container_of(work, struct afs_server, destroyer); in afs_server_destroyer() 478 cancel_work(&server->destroyer); in afs_server_destroyer() 503 schedule_work(&server->destroyer); in afs_server_timer() 518 schedule_work(&server->destroyer); in afs_purge_servers()
|
| H A D | cell.c | 159 INIT_WORK(&cell->destroyer, afs_destroy_cell_work); in afs_alloc_cell() 532 struct afs_cell *cell = container_of(work, struct afs_cell, destroyer); in afs_destroy_cell_work() 569 WARN_ON(!queue_work(afs_wq, &cell->destroyer)); in afs_put_cell() 618 WARN_ON(!queue_work(afs_wq, &cell->destroyer)); in afs_unuse_cell()
|
| H A D | internal.h | 374 struct work_struct destroyer; /* Destroyer for cell */ member 541 struct work_struct destroyer; /* Work item to try and destroy a server */ member
|
| /linux-6.15/net/rxrpc/ |
| H A D | call_object.c | 141 INIT_WORK(&call->destroyer, rxrpc_destroy_call); in rxrpc_alloc_call() 689 struct rxrpc_call *call = container_of(work, struct rxrpc_call, destroyer); in rxrpc_destroy_call() 720 schedule_work(&call->destroyer); in rxrpc_cleanup_call() 722 rxrpc_destroy_call(&call->destroyer); in rxrpc_cleanup_call()
|
| H A D | ar-internal.h | 664 struct work_struct destroyer; /* In-process-context destroyer */ member
|
| /linux-6.15/net/netfilter/ipset/ |
| H A D | ip_set_core.c | 400 typedef void (*destroyer)(struct ip_set *, void *); typedef
|