Home
last modified time | relevance | path

Searched refs:do_free (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/nbd/
H A Dclient-connection.c175 bool do_free; in connect_thread_func() local
238 do_free = conn->detached; in connect_thread_func()
242 if (do_free) { in connect_thread_func()
251 bool do_free = false; in nbd_client_connection_release() local
262 do_free = true; in nbd_client_connection_release()
270 if (do_free) { in nbd_client_connection_release()
/openbmc/linux/drivers/staging/octeon/
H A Dethernet-tx.h11 int do_free, int qos);
/openbmc/u-boot/drivers/mtd/ubi/
H A Dvmt.c153 int i, err, vol_id = req->vol_id, do_free = 1; in ubi_create_volume() local
322 do_free = 0; in ubi_create_volume()
328 if (do_free) in ubi_create_volume()
336 if (do_free) in ubi_create_volume()
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Ddebugfs.c570 goto do_free; in asic_flags_write()
589 do_free: in asic_flags_write()
/openbmc/linux/sound/core/
H A Dpcm_native.c1303 bool do_free; in snd_pcm_group_unref() local
1307 do_free = refcount_dec_and_test(&group->refs); in snd_pcm_group_unref()
1309 if (do_free) in snd_pcm_group_unref()
2330 bool do_free = false; in snd_pcm_unlink() local
2351 do_free = refcount_dec_and_test(&group->refs); in snd_pcm_unlink()
2355 if (do_free) in snd_pcm_unlink()
/openbmc/linux/arch/sparc/mm/
H A Dinit_64.c2546 int do_free = 1; in free_initmem() local
2554 do_free = 0; in free_initmem()
2569 if (do_free) in free_initmem()