Searched refs:to_free (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dlcnalloc.c574 s64 delta, to_free, nr_freed = 0; local
606 to_free = rl->length - delta;
607 if (count >= 0 && to_free > count)
608 to_free = count;
613 to_free))
615 nr_freed = to_free;
621 count -= to_free;
639 to_free = rl->length;
640 if (count >= 0 && to_free > count)
641 to_free
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dlcnalloc.c778 s64 delta, to_free, total_freed, real_freed; local
826 to_free = rl->length - delta;
827 if (count >= 0 && to_free > count)
828 to_free = count;
833 to_free, likely(!is_rollback) ? 0 : 1);
840 /* We have freed @to_free real clusters. */
841 real_freed = to_free;
846 count -= to_free;
849 total_freed = to_free;
883 to_free
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dradix-tree.c845 struct radix_tree_node *to_free = root->rnode; local
852 * (to_free->slots[0]), it will be safe to dereference the new
855 newptr = to_free->slots[0];
861 tag_clear(to_free, 0, 0);
862 tag_clear(to_free, 1, 0);
863 to_free->slots[0] = NULL;
864 to_free->count = 0;
865 radix_tree_node_free(to_free);
882 struct radix_tree_node *to_free; local
926 to_free
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Dopenssl.c226 char *to_free=NULL; local
290 p=to_free=make_config_name();
368 if (to_free)
369 OPENSSL_free(to_free);
H A Dreq.c181 char *to_free; local
486 p=to_free=make_config_name();
1076 if(to_free)
1077 OPENSSL_free(to_free);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dopenssl.c225 char *to_free=NULL; local
268 p=to_free=make_config_name();
346 if (to_free)
347 OPENSSL_free(to_free);
H A Dreq.c199 char *to_free; local
558 p=to_free=make_config_name();
1174 if(to_free)
1175 OPENSSL_free(to_free);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A D8250_hp300.c309 struct hp300_port *port, *to_free; local
313 to_free = port;
315 kfree(to_free);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/ivtv/
H A Divtv-queue.c135 int to_free = to == &s->q_free; local
170 ivtv_queue_move_buf(s, from, to, to_free, rc);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfs4xdr.c194 tb->next = argp->to_free;
195 argp->to_free = tb;
2601 while (args->to_free) {
2602 struct tmpbuf *tb = args->to_free;
2603 args->to_free = tb->next;
2619 args->to_free = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/nfsd/
H A Dxdr4.h390 } *to_free; member in struct:nfsd4_compoundargs

Completed in 141 milliseconds