Searched refs:graveyard (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/rxrpc/
H A Dar-transport.c218 LIST_HEAD(graveyard);
237 list_move_tail(&trans->link, &graveyard);
251 while (!list_empty(&graveyard)) {
252 trans = list_entry(graveyard.next, struct rxrpc_transport,
H A Dar-connection.c834 LIST_HEAD(graveyard);
857 list_move_tail(&conn->link, &graveyard);
886 while (!list_empty(&graveyard)) {
887 conn = list_entry(graveyard.next, struct rxrpc_connection,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dnamespace.c1171 * go through the vfsmounts we've just consigned to the graveyard to
1176 static void expire_mount_list(struct list_head *graveyard, struct list_head *mounts) argument
1181 while (!list_empty(graveyard)) {
1183 mnt = list_first_entry(graveyard, struct vfsmount, mnt_expire);
1212 LIST_HEAD(graveyard);
1231 list_move(&mnt->mnt_expire, &graveyard);
1234 expire_mount_list(&graveyard, mounts);
1245 * shrinkable submounts to the 'graveyard' list.
1247 static int select_submounts(struct vfsmount *parent, struct list_head *graveyard) argument
1273 list_move_tail(&mnt->mnt_expire, graveyard);
[all...]

Completed in 56 milliseconds