Searched refs:is_empty (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/drivers/staging/greybus/ |
D | audio_manager.c | 86 int is_empty = 1; in gb_audio_manager_remove_all() local 96 is_empty = list_empty(&modules_list); in gb_audio_manager_remove_all() 100 if (!is_empty) in gb_audio_manager_remove_all()
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-eeprom-read.c | 277 bool is_empty = false; in iwl_is_otp_empty() local 283 is_empty = true; in iwl_is_otp_empty() 287 is_empty = true; in iwl_is_otp_empty() 290 return is_empty; in iwl_is_otp_empty()
|
/Linux-v4.19/fs/ubifs/ |
D | recovery.c | 62 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() 477 if (is_empty(buf + skip, len - skip)) in no_more_nodes() 490 if (is_empty(buf + skip, len - skip)) in no_more_nodes() 696 } else if (!is_empty(buf, len)) { in ubifs_recover_leb() 935 if (err || !is_empty(sbuf, len)) { in recover_head()
|
/Linux-v4.19/fs/xfs/ |
D | xfs_bmap_util.h | 55 int *is_empty);
|
/Linux-v4.19/fs/ntfs/ |
D | logfile.c | 502 goto is_empty; in ntfs_check_logfile() 618 is_empty: in ntfs_check_logfile()
|
/Linux-v4.19/drivers/usb/serial/ |
D | mxuport.c | 580 bool is_empty = true; in mxuport_tx_empty() local 598 is_empty = false; in mxuport_tx_empty() 602 return is_empty; in mxuport_tx_empty()
|
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_bmap.c | 1384 int *is_empty) in xfs_bmap_last_extent() argument 1398 *is_empty = 1; in xfs_bmap_last_extent() 1400 *is_empty = 0; in xfs_bmap_last_extent() 1419 int is_empty; in xfs_bmap_isaeof() local 1424 &is_empty); in xfs_bmap_isaeof() 1428 if (is_empty) { in xfs_bmap_isaeof() 1455 int is_empty; in xfs_bmap_last_offset() local 1467 error = xfs_bmap_last_extent(NULL, ip, whichfork, &rec, &is_empty); in xfs_bmap_last_offset() 1468 if (error || is_empty) in xfs_bmap_last_offset() 5710 int is_empty; in xfs_bmap_can_insert_extents() local [all …]
|
/Linux-v4.19/kernel/cgroup/ |
D | cpuset.c | 2175 bool is_empty; in hotplug_update_tasks_legacy() local 2193 is_empty = cpumask_empty(cs->cpus_allowed) || in hotplug_update_tasks_legacy() 2203 if (is_empty) in hotplug_update_tasks_legacy()
|
/Linux-v4.19/drivers/mtd/ubi/ |
D | vtbl.c | 824 if (ai->is_empty) { in ubi_read_volume_table()
|
D | ubi.h | 784 int is_empty; member
|
D | attach.c | 1267 ai->is_empty = 1; in late_analysis() 1693 if (ai->is_empty) { in self_check_ai()
|
/Linux-v4.19/drivers/net/ethernet/neterion/vxge/ |
D | vxge-config.c | 4966 u32 is_empty = TRUE; in vxge_hw_vpath_close() local 4981 is_empty = FALSE; in vxge_hw_vpath_close() 4984 if (!is_empty) { in vxge_hw_vpath_close()
|