Searched refs:do_free (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/staging/octeon/
H A Dethernet-tx.h11 int do_free, int qos);
/linux-master/fs/btrfs/
H A Dcompression.c246 bool do_free = false; local
250 do_free = true;
257 if (!do_free)
H A Dbio.c581 * If called with @do_free == true, then it will free the work struct.
583 static void run_one_async_done(struct btrfs_work *work, bool do_free) argument
589 if (do_free) {
H A Dinode.c1579 * If called with @do_free == true then it'll try to finish the work and free
1582 static noinline void submit_compressed_extents(struct btrfs_work *work, bool do_free) argument
1591 if (do_free) {
/linux-master/drivers/infiniband/hw/hfi1/
H A Ddebugfs.c570 goto do_free;
589 do_free:
/linux-master/sound/core/
H A Dpcm_native.c1309 bool do_free; local
1313 do_free = refcount_dec_and_test(&group->refs);
1315 if (do_free)
2297 bool do_free = false; local
2315 do_free = refcount_dec_and_test(&group->refs);
2319 if (do_free)
/linux-master/arch/sparc/mm/
H A Dinit_64.c2546 int do_free = 1; local
2554 do_free = 0;
2569 if (do_free)

Completed in 318 milliseconds