Searched refs:destroyer (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/afs/ |
| H A D | server.c | 130 INIT_WORK(&server->destroyer, &afs_server_destroyer); in afs_alloc_server() 362 schedule_work(&server->destroyer); in afs_unuse_server_notime() 385 schedule_work(&server->destroyer); in afs_unuse_server() 469 struct afs_server *server = container_of(work, struct afs_server, destroyer); in afs_server_destroyer() 481 cancel_work(&server->destroyer); in afs_server_destroyer() 506 schedule_work(&server->destroyer); in afs_server_timer() 521 schedule_work(&server->destroyer); in afs_purge_servers()
|
| H A D | cell.c | 165 INIT_WORK(&cell->destroyer, afs_destroy_cell_work); in afs_alloc_cell() 590 struct afs_cell *cell = container_of(work, struct afs_cell, destroyer); in afs_destroy_cell_work() 627 WARN_ON(!queue_work(afs_wq, &cell->destroyer)); in afs_put_cell() 676 WARN_ON(!queue_work(afs_wq, &cell->destroyer)); in afs_unuse_cell()
|
| H A D | internal.h | 380 struct work_struct destroyer; /* Destroyer for cell */ member 548 struct work_struct destroyer; /* Work item to try and destroy a server */ member
|
| /linux/net/rxrpc/ |
| H A D | call_object.c | 141 INIT_WORK(&call->destroyer, rxrpc_destroy_call); in rxrpc_alloc_call() 685 struct rxrpc_call *call = container_of(work, struct rxrpc_call, destroyer); in rxrpc_destroy_call() 716 schedule_work(&call->destroyer); in rxrpc_cleanup_call() 718 rxrpc_destroy_call(&call->destroyer); in rxrpc_cleanup_call()
|
| H A D | ar-internal.h | 716 struct work_struct destroyer; /* In-process-context destroyer */ member
|
| /linux/net/netfilter/ipset/ |
| H A D | ip_set_core.c | 400 typedef void (*destroyer)(struct ip_set *, void *); typedef
|