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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-mempool.c466 void *to_free[FREE_ARRAY_SIZE]; local
479 to_free[j] = dbus_malloc (size);
480 _dbus_assert (to_free[j] != NULL); /* in a real app of course this is wrong */
489 dbus_free (to_free[j]);
516 to_free[j] = _dbus_mem_pool_alloc (pool);
517 _dbus_assert (to_free[j] != NULL); /* in a real app of course this is wrong */
526 _dbus_mem_pool_dealloc (pool, to_free[j]);
551 to_free[j] = dbus_malloc0 (size);
552 _dbus_assert (to_free[j] != NULL); /* in a real app of course this is wrong */
561 dbus_free (to_free[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dquote.c22 char *to_free = NULL; local
25 to_free = strbuf_detach(dst, NULL);
39 free(to_free);
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Didr.c358 struct idr_layer *to_free; local
375 to_free = NULL;
377 if (to_free)
378 free_layer(to_free);
379 to_free = **paa;
384 if (to_free)
385 free_layer(to_free);
398 struct idr_layer *to_free; local
412 to_free = idp->top;
416 to_free
[all...]
H A Dradix-tree.c1201 struct radix_tree_node *to_free = root->rnode; local
1204 BUG_ON(!radix_tree_is_indirect_ptr(to_free));
1205 to_free = indirect_to_ptr(to_free);
1211 if (to_free->count != 1)
1213 if (!to_free->slots[0])
1220 * (to_free->slots[0]), it will be safe to dereference the new
1223 newptr = to_free->slots[0];
1248 *((unsigned long *)&to_free->slots[0]) |=
1251 radix_tree_node_free(to_free);
1272 struct radix_tree_node *to_free; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A D8250_hp300.c306 struct hp300_port *port, *to_free; local
310 to_free = port;
312 kfree(to_free);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dopenssl.c226 char *to_free = NULL; local
331 p = to_free = make_config_name();
420 if (to_free)
421 OPENSSL_free(to_free);
H A Dreq.c199 char *to_free; local
463 p = to_free = make_config_name();
1016 if (to_free)
1017 OPENSSL_free(to_free);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dopenssl.c226 char *to_free = NULL; local
331 p = to_free = make_config_name();
420 if (to_free)
421 OPENSSL_free(to_free);
H A Dreq.c199 char *to_free; local
463 p = to_free = make_config_name();
1016 if (to_free)
1017 OPENSSL_free(to_free);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dinternal.h103 AVFrame *to_free; member in struct:AVCodecInternal
H A Dutils.c1333 avctx->internal->to_free = av_frame_alloc();
1334 if (!avctx->internal->to_free) {
1646 av_frame_free(&avctx->internal->to_free);
2213 av_frame_unref(avci->to_free);
2214 av_frame_move_ref(avci->to_free, frame);
2219 ret = av_frame_copy_props(frame, avci->to_free);
2223 memcpy(frame->data, avci->to_free->data, sizeof(frame->data));
2224 memcpy(frame->linesize, avci->to_free->linesize, sizeof(frame->linesize));
2225 if (avci->to_free->extended_data != avci->to_free
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtv-queue.c128 int to_free = to == &s->q_free; local
178 ivtv_queue_move_buf(s, from, to, to_free);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jbd2/
H A Dcommit.c359 int i, to_free = 0; local
1038 to_free = 1;
1063 if (to_free)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dinode.c1910 static void ext4_da_release_space(struct inode *inode, int to_free) argument
1915 if (!to_free)
1920 trace_ext4_da_release_space(inode, to_free);
1921 if (unlikely(to_free > ei->i_reserved_data_blocks)) {
1929 "ino %lu, to_free %d with only %d reserved "
1930 "data blocks\n", inode->i_ino, to_free,
1933 to_free = ei->i_reserved_data_blocks;
1935 ei->i_reserved_data_blocks -= to_free;
1950 percpu_counter_sub(&sbi->s_dirtyblocks_counter, to_free);
1954 dquot_release_reservation_block(inode, to_free);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dxdr4.h441 } *to_free; member in struct:nfsd4_compoundargs
H A Dnfs4xdr.c191 tb->next = argp->to_free;
192 argp->to_free = tb;
3239 while (args->to_free) {
3240 struct tmpbuf *tb = args->to_free;
3241 args->to_free = tb->next;
3257 args->to_free = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dpage_alloc.c600 int to_free = count; local
606 while (to_free) {
631 } while (--to_free && --batch_free && !list_empty(list));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm.c6823 int to_free = 0; local
6834 to_free = 1;
6936 if (to_free)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dextent-tree.c3574 u64 to_free; local
3590 to_free = calc_csum_metadata_size(inode, num_bytes);
3592 to_free += calc_trans_metadata_size(root, nr_extents);
3595 to_free);

Completed in 185 milliseconds