Home
last modified time | relevance | path

Searched refs:dispose (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/fs/
Dinode.c556 LIST_HEAD(dispose); in evict_inodes()
572 list_add(&inode->i_lru, &dispose); in evict_inodes()
576 dispose_list(&dispose); in evict_inodes()
601 LIST_HEAD(dispose); in invalidate_inodes()
624 list_add(&inode->i_lru, &dispose); in invalidate_inodes()
628 dispose_list(&dispose); in invalidate_inodes()
/linux-2.6.39/drivers/media/dvb/dvb-core/
Ddvb_ca_en50221.c1426 int dispose = 0; in dvb_ca_en50221_io_read() local
1481 dispose = 1; in dvb_ca_en50221_io_read()
1485 if (dispose) in dvb_ca_en50221_io_read()
1488 dispose = 0; in dvb_ca_en50221_io_read()
/linux-2.6.39/fs/xfs/linux-2.6/
Dxfs_buf.c1411 LIST_HEAD(dispose); in xfs_buftarg_shrink()
1437 list_move(&bp->b_lru, &dispose); in xfs_buftarg_shrink()
1442 while (!list_empty(&dispose)) { in xfs_buftarg_shrink()
1443 bp = list_first_entry(&dispose, struct xfs_buf, b_lru); in xfs_buftarg_shrink()
/linux-2.6.39/Documentation/
Dkeys.txt1033 to set the pointer and dispose of the old contents after a grace period.
1112 be made under RCU conditions, and call_rcu() must be used to dispose of
/linux-2.6.39/Documentation/networking/
Drxrpc.txt794 Non-data messages should be handled to rxrpc_kernel_free_skb() to dispose