Home
last modified time | relevance | path

Searched refs:is_empty (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/drivers/net/wireless/iwlwifi/
Diwl-eeprom-read.c275 bool is_empty = false; in iwl_is_otp_empty() local
281 is_empty = true; in iwl_is_otp_empty()
285 is_empty = true; in iwl_is_otp_empty()
288 return is_empty; in iwl_is_otp_empty()
/linux-4.4.14/fs/ubifs/
Drecovery.c62 static int is_empty(void *buf, int len) in is_empty() function
173 if (!is_empty(buf, min_t(int, len, sz))) { in get_master_node()
183 if (!is_empty(buf, len)) in get_master_node()
425 return is_empty(p, check_len); in is_last_write()
478 if (is_empty(buf + skip, len - skip)) in no_more_nodes()
491 if (is_empty(buf + skip, len - skip)) in no_more_nodes()
697 } else if (!is_empty(buf, len)) { in ubifs_recover_leb()
936 if (err || !is_empty(sbuf, len)) { in recover_head()
/linux-4.4.14/fs/xfs/
Dxfs_bmap_util.h55 int *is_empty);
/linux-4.4.14/fs/ntfs/
Dlogfile.c501 goto is_empty; in ntfs_check_logfile()
617 is_empty: in ntfs_check_logfile()
/linux-4.4.14/drivers/usb/serial/
Dmxuport.c584 bool is_empty = true; in mxuport_tx_empty() local
602 is_empty = false; in mxuport_tx_empty()
606 return is_empty; in mxuport_tx_empty()
/linux-4.4.14/kernel/
Dcpuset.c2157 bool is_empty; in hotplug_update_tasks_legacy() local
2175 is_empty = cpumask_empty(cs->cpus_allowed) || in hotplug_update_tasks_legacy()
2185 if (is_empty) in hotplug_update_tasks_legacy()
/linux-4.4.14/drivers/mtd/ubi/
Dubi.h737 int is_empty; member
Dattach.c1116 ai->is_empty = 1; in late_analysis()
1524 if (ai->is_empty) { in self_check_ai()
Dvtbl.c805 if (ai->is_empty) { in ubi_read_volume_table()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_bmap.c1572 int *is_empty) in xfs_bmap_last_extent() argument
1586 *is_empty = 1; in xfs_bmap_last_extent()
1591 *is_empty = 0; in xfs_bmap_last_extent()
1610 int is_empty; in xfs_bmap_isaeof() local
1615 &is_empty); in xfs_bmap_isaeof()
1619 if (is_empty) { in xfs_bmap_isaeof()
1646 int is_empty; in xfs_bmap_last_offset() local
1658 error = xfs_bmap_last_extent(NULL, ip, whichfork, &rec, &is_empty); in xfs_bmap_last_offset()
1659 if (error || is_empty) in xfs_bmap_last_offset()
/linux-4.4.14/drivers/net/ethernet/neterion/vxge/
Dvxge-config.c4978 u32 is_empty = TRUE; in vxge_hw_vpath_close() local
4993 is_empty = FALSE; in vxge_hw_vpath_close()
4996 if (!is_empty) { in vxge_hw_vpath_close()