Searched refs:is_free (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Djfs_imap.h166 bool is_free, struct tblock * tblk);
H A Djfs_imap.c2737 * is_free - If 'true' indicates inode should be marked freed, otherwise
2745 unsigned long inum, bool is_free, struct tblock * tblk)
2784 if (is_free) {
2744 diUpdatePMap(struct inode *ipimap, unsigned long inum, bool is_free, struct tblock * tblk) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtv-mailbox.c148 int is_free = flags == IVTV_MBOX_FREE || (flags & IVTV_MBOX_FIRMWARE_DONE); local
151 if (is_free && !test_and_set_bit(mb, &mbdata->busy)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A Dste_dma40.c1081 bool is_free = false; local
1088 is_free = true;
1103 is_free = ((phy->allocated_src | phy->allocated_dst) ==
1109 return is_free;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Dmd.c522 int is_free = 0; local
524 while (!is_free) {
536 is_free = 1;
539 is_free = 0;

Completed in 118 milliseconds