is_empty          186 drivers/edac/bluefield_edac.c 	int is_empty = 1, i;
is_empty          199 drivers/edac/bluefield_edac.c 		is_empty = 0;
is_empty          236 drivers/edac/bluefield_edac.c 	if (is_empty)
is_empty         1255 drivers/mtd/ubi/attach.c 			ai->is_empty = 1;
is_empty         1681 drivers/mtd/ubi/attach.c 		if (ai->is_empty) {
is_empty          771 drivers/mtd/ubi/ubi.h 	int is_empty;
is_empty          811 drivers/mtd/ubi/vtbl.c 		if (ai->is_empty) {
is_empty         4968 drivers/net/ethernet/neterion/vxge/vxge-config.c 	u32 is_empty = TRUE;
is_empty         4983 drivers/net/ethernet/neterion/vxge/vxge-config.c 		is_empty = FALSE;
is_empty         4986 drivers/net/ethernet/neterion/vxge/vxge-config.c 	if (!is_empty) {
is_empty          263 drivers/net/wireless/intel/iwlwifi/iwl-eeprom-read.c 	bool is_empty = false;
is_empty          269 drivers/net/wireless/intel/iwlwifi/iwl-eeprom-read.c 			is_empty = true;
is_empty          273 drivers/net/wireless/intel/iwlwifi/iwl-eeprom-read.c 		is_empty = true;
is_empty          276 drivers/net/wireless/intel/iwlwifi/iwl-eeprom-read.c 	return is_empty;
is_empty           89 drivers/staging/greybus/audio_manager.c 	int is_empty;
is_empty           99 drivers/staging/greybus/audio_manager.c 	is_empty = list_empty(&modules_list);
is_empty          103 drivers/staging/greybus/audio_manager.c 	if (!is_empty)
is_empty          407 drivers/tty/serial/sifive.c static char __ssp_receive_char(struct sifive_serial_port *ssp, char *is_empty)
is_empty          414 drivers/tty/serial/sifive.c 	if (!is_empty)
is_empty          417 drivers/tty/serial/sifive.c 		*is_empty = (v & SIFIVE_SERIAL_RXDATA_EMPTY_MASK) >>
is_empty          438 drivers/tty/serial/sifive.c 	char is_empty;
is_empty          442 drivers/tty/serial/sifive.c 		ch = __ssp_receive_char(ssp, &is_empty);
is_empty          443 drivers/tty/serial/sifive.c 		if (is_empty)
is_empty          580 drivers/usb/serial/mxuport.c 	bool is_empty = true;
is_empty          598 drivers/usb/serial/mxuport.c 		is_empty = false;
is_empty          602 drivers/usb/serial/mxuport.c 	return is_empty;
is_empty          488 fs/ntfs/logfile.c 		goto is_empty;
is_empty          604 fs/ntfs/logfile.c is_empty:
is_empty          161 fs/ubifs/recovery.c 		if (!is_empty(buf, min_t(int, len, sz))) {
is_empty          171 fs/ubifs/recovery.c 		if (!is_empty(buf, len))
is_empty          414 fs/ubifs/recovery.c 	return is_empty(p, check_len);
is_empty          466 fs/ubifs/recovery.c 	if (is_empty(buf + skip, len - skip))
is_empty          479 fs/ubifs/recovery.c 	if (is_empty(buf + skip, len - skip))
is_empty          685 fs/ubifs/recovery.c 	} else if (!is_empty(buf, len)) {
is_empty          924 fs/ubifs/recovery.c 	if (err || !is_empty(sbuf, len)) {
is_empty         1397 fs/xfs/libxfs/xfs_bmap.c 	int			*is_empty)
is_empty         1411 fs/xfs/libxfs/xfs_bmap.c 		*is_empty = 1;
is_empty         1413 fs/xfs/libxfs/xfs_bmap.c 		*is_empty = 0;
is_empty         1432 fs/xfs/libxfs/xfs_bmap.c 	int			is_empty;
is_empty         1437 fs/xfs/libxfs/xfs_bmap.c 				     &is_empty);
is_empty         1441 fs/xfs/libxfs/xfs_bmap.c 	if (is_empty) {
is_empty         1468 fs/xfs/libxfs/xfs_bmap.c 	int			is_empty;
is_empty         1480 fs/xfs/libxfs/xfs_bmap.c 	error = xfs_bmap_last_extent(NULL, ip, whichfork, &rec, &is_empty);
is_empty         1481 fs/xfs/libxfs/xfs_bmap.c 	if (error || is_empty)
is_empty         5789 fs/xfs/libxfs/xfs_bmap.c 	int			is_empty;
is_empty         5798 fs/xfs/libxfs/xfs_bmap.c 	error = xfs_bmap_last_extent(NULL, ip, XFS_DATA_FORK, &got, &is_empty);
is_empty         5799 fs/xfs/libxfs/xfs_bmap.c 	if (!error && !is_empty && got.br_startoff >= off &&
is_empty           55 fs/xfs/xfs_bmap_util.h 			     int *is_empty);
is_empty         2946 kernel/cgroup/cpuset.c 	bool is_empty;
is_empty         2964 kernel/cgroup/cpuset.c 	is_empty = cpumask_empty(cs->cpus_allowed) ||
is_empty         2974 kernel/cgroup/cpuset.c 	if (is_empty)