Searched refs:freed (Results 51 - 75 of 93) sorted by relevance

1234

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/iwlwifi/
H A Diwl-4965.c2067 int freed; local
2112 freed = iwlagn_tx_queue_reclaim(priv, txq_id, index);
2115 tid, freed);
2140 freed = iwlagn_tx_queue_reclaim(priv, txq_id, index);
2142 iwl_free_tfds_in_queue(priv, sta_id, tid, freed);
H A Diwl-agn-tx.c1351 int freed = iwlagn_tx_queue_reclaim(priv, scd_flow, index); local
1352 iwl_free_tfds_in_queue(priv, sta_id, tid, freed);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-4965.c2067 int freed; local
2112 freed = iwlagn_tx_queue_reclaim(priv, txq_id, index);
2115 tid, freed);
2140 freed = iwlagn_tx_queue_reclaim(priv, txq_id, index);
2142 iwl_free_tfds_in_queue(priv, sta_id, tid, freed);
H A Diwl-agn-tx.c1351 int freed = iwlagn_tx_queue_reclaim(priv, scd_flow, index); local
1352 iwl_free_tfds_in_queue(priv, sta_id, tid, freed);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ocfs2/dlm/
H A Ddlmrecovery.c844 /* this will get freed by dlm_request_all_locks_worker */
2031 * dlmlock_remote is freed after the network
2206 unsigned int freed = 0; local
2225 freed++;
2234 freed++;
2243 freed++;
2247 if (freed) {
2248 mlog(0, "%s:%.*s: freed %u locks for dead node %u, "
2250 res->lockname.len, res->lockname.name, freed, dead_node);
2252 mlog(ML_ERROR, "%s:%.*s: freed
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ocfs2/dlm/
H A Ddlmrecovery.c844 /* this will get freed by dlm_request_all_locks_worker */
2031 * dlmlock_remote is freed after the network
2206 unsigned int freed = 0; local
2225 freed++;
2234 freed++;
2243 freed++;
2247 if (freed) {
2248 mlog(0, "%s:%.*s: freed %u locks for dead node %u, "
2250 res->lockname.len, res->lockname.name, freed, dead_node);
2252 mlog(ML_ERROR, "%s:%.*s: freed
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ext4/
H A Dmballoc.c451 "freeing block already freed "
1301 "freeing already freed block "
2612 mb_debug(1, "freed %u blocks in %u structures\n", count, count2);
3210 * the function goes through all block freed in the group
3670 /* seems this one can be freed ... */
3787 * ->clear_inode() the inode will get freed
3790 * freed memory, bad-bad-bad */
4048 /* seems this one can be freed ... */
4090 * We have incremented pa_count. So it cannot be freed at this
4194 int freed local
4214 int freed; local
4452 unsigned long freed = 0; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ext4/
H A Dmballoc.c451 "freeing block already freed "
1301 "freeing already freed block "
2612 mb_debug(1, "freed %u blocks in %u structures\n", count, count2);
3210 * the function goes through all block freed in the group
3670 /* seems this one can be freed ... */
3787 * ->clear_inode() the inode will get freed
3790 * freed memory, bad-bad-bad */
4048 /* seems this one can be freed ... */
4090 * We have incremented pa_count. So it cannot be freed at this
4194 int freed local
4214 int freed; local
4452 unsigned long freed = 0; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Djbd.h277 BH_Freed, /* Has been freed (truncated) */
294 BUFFER_FNS(Freed, freed)
H A Djbd2.h309 BH_Freed, /* Has been freed (truncated) */
327 BUFFER_FNS(Freed, freed)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A Dpasemi_mac.c562 int freed, nfrags; local
572 for (i = start; i < limit; i += freed) {
579 freed = pasemi_mac_unmap_tx_skb(mac, nfrags,
582 freed = 2;
H A Ddefxx.c3363 int freed = 0; /* buffers freed */ local
3399 freed++;
3401 return freed;
3560 * freed.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Dpasemi_mac.c562 int freed, nfrags; local
572 for (i = start; i < limit; i += freed) {
579 freed = pasemi_mac_unmap_tx_skb(mac, nfrags,
582 freed = 2;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Djbd.h277 BH_Freed, /* Has been freed (truncated) */
294 BUFFER_FNS(Freed, freed)
H A Djbd2.h309 BH_Freed, /* Has been freed (truncated) */
327 BUFFER_FNS(Freed, freed)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/libevent/
H A Dlistener.c415 int freed = listener_decref_and_unlock(lev); local
416 EVUTIL_ASSERT(freed);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/libevent/
H A Dlistener.c415 int freed = listener_decref_and_unlock(lev); local
416 EVUTIL_ASSERT(freed);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/libevent/
H A Dlistener.c415 int freed = listener_decref_and_unlock(lev); local
416 EVUTIL_ASSERT(freed);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/btrfs/
H A Dextent-tree.c258 * this is only called by cache_block_group, since we could have freed extents
3223 * make the block_rsv struct be able to capture freed space.
3282 block_rsv->freed[0] + block_rsv->freed[1] >= num_bytes)
3308 printk(KERN_INFO"block_rsv size %llu reserved %llu freed %llu %llu\n",
3310 block_rsv->freed[0], block_rsv->freed[1]);
3491 * transaction and use space it freed.
3897 if (block_rsv->freed[idx] > 0) {
3899 block_rsv->freed[id
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/btrfs/
H A Dextent-tree.c258 * this is only called by cache_block_group, since we could have freed extents
3223 * make the block_rsv struct be able to capture freed space.
3282 block_rsv->freed[0] + block_rsv->freed[1] >= num_bytes)
3308 printk(KERN_INFO"block_rsv size %llu reserved %llu freed %llu %llu\n",
3310 block_rsv->freed[0], block_rsv->freed[1]);
3491 * transaction and use space it freed.
3897 if (block_rsv->freed[idx] > 0) {
3899 block_rsv->freed[id
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/mm/
H A Dhugetlb.c644 * We may have allocated or freed a huge page based on a different
799 * does not leak memory, though, as the hugepage will be freed
942 * allocated to satisfy the reservation must be explicitly freed if they were
965 * free_pool_huge_page() will balance the the freed pages across the
2408 /* Make the old page be freed below */
2872 void hugetlb_unreserve_pages(struct inode *inode, long offset, long freed) argument
2878 inode->i_blocks -= (blocks_per_huge_page(h) * freed);
2881 hugetlb_put_quota(inode->i_mapping, (chg - freed));
2882 hugetlb_acct_memory(h, -(chg - freed));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/mm/
H A Dhugetlb.c644 * We may have allocated or freed a huge page based on a different
799 * does not leak memory, though, as the hugepage will be freed
942 * allocated to satisfy the reservation must be explicitly freed if they were
965 * free_pool_huge_page() will balance the the freed pages across the
2408 /* Make the old page be freed below */
2872 void hugetlb_unreserve_pages(struct inode *inode, long offset, long freed) argument
2878 inode->i_blocks -= (blocks_per_huge_page(h) * freed);
2881 hugetlb_put_quota(inode->i_mapping, (chg - freed));
2882 hugetlb_acct_memory(h, -(chg - freed));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libxml2/python/
H A Dlibxml.c182 long freed = -1; local
185 freed = xmlMemUsed();
207 freed -= xmlMemUsed();
208 libxmlMemoryAllocatedBase -= freed;
560 /* xmlSaveTo() freed the memory pointed to by buf, so record that in the
584 /* xmlSaveFormatFileTo() freed the memory pointed to by buf, so record that
3369 /* NOTE: the array should be freed, but the strings are shared
3370 with the python strings and so must not be freed. */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libxml2/python/
H A Dlibxml.c182 long freed = -1; local
185 freed = xmlMemUsed();
207 freed -= xmlMemUsed();
208 libxmlMemoryAllocatedBase -= freed;
560 /* xmlSaveTo() freed the memory pointed to by buf, so record that in the
584 /* xmlSaveFormatFileTo() freed the memory pointed to by buf, so record that
3369 /* NOTE: the array should be freed, but the strings are shared
3370 with the python strings and so must not be freed. */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libxml2/python/
H A Dlibxml.c182 long freed = -1; local
185 freed = xmlMemUsed();
207 freed -= xmlMemUsed();
208 libxmlMemoryAllocatedBase -= freed;
560 /* xmlSaveTo() freed the memory pointed to by buf, so record that in the
584 /* xmlSaveFormatFileTo() freed the memory pointed to by buf, so record that
3369 /* NOTE: the array should be freed, but the strings are shared
3370 with the python strings and so must not be freed. */

Completed in 393 milliseconds

1234