Searched refs:is_empty (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.4/drivers/staging/greybus/ |
D | audio_manager.c | 89 int is_empty; in gb_audio_manager_remove_all() local 99 is_empty = list_empty(&modules_list); in gb_audio_manager_remove_all() 103 if (!is_empty) in gb_audio_manager_remove_all()
|
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-eeprom-read.c | 263 bool is_empty = false; in iwl_is_otp_empty() local 269 is_empty = true; in iwl_is_otp_empty() 273 is_empty = true; in iwl_is_otp_empty() 276 return is_empty; in iwl_is_otp_empty()
|
/Linux-v5.4/drivers/edac/ |
D | bluefield_edac.c | 186 int is_empty = 1, i; in bluefield_edac_init_dimms() local 199 is_empty = 0; in bluefield_edac_init_dimms() 236 if (is_empty) in bluefield_edac_init_dimms()
|
/Linux-v5.4/drivers/tty/serial/ |
D | sifive.c | 407 static char __ssp_receive_char(struct sifive_serial_port *ssp, char *is_empty) in __ssp_receive_char() argument 414 if (!is_empty) in __ssp_receive_char() 417 *is_empty = (v & SIFIVE_SERIAL_RXDATA_EMPTY_MASK) >> in __ssp_receive_char() 438 char is_empty; in __ssp_receive_chars() local 442 ch = __ssp_receive_char(ssp, &is_empty); in __ssp_receive_chars() 443 if (is_empty) in __ssp_receive_chars()
|
/Linux-v5.4/fs/ubifs/ |
D | recovery.c | 50 static int is_empty(void *buf, int len) in is_empty() function 161 if (!is_empty(buf, min_t(int, len, sz))) { in get_master_node() 171 if (!is_empty(buf, len)) in get_master_node() 414 return is_empty(p, check_len); in is_last_write() 466 if (is_empty(buf + skip, len - skip)) in no_more_nodes() 479 if (is_empty(buf + skip, len - skip)) in no_more_nodes() 685 } else if (!is_empty(buf, len)) { in ubifs_recover_leb() 924 if (err || !is_empty(sbuf, len)) { in recover_head()
|
/Linux-v5.4/fs/xfs/ |
D | xfs_bmap_util.h | 55 int *is_empty);
|
/Linux-v5.4/fs/ntfs/ |
D | logfile.c | 488 goto is_empty; in ntfs_check_logfile() 604 is_empty: in ntfs_check_logfile()
|
/Linux-v5.4/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-v5.4/fs/xfs/libxfs/ |
D | xfs_bmap.c | 1397 int *is_empty) in xfs_bmap_last_extent() argument 1411 *is_empty = 1; in xfs_bmap_last_extent() 1413 *is_empty = 0; in xfs_bmap_last_extent() 1432 int is_empty; in xfs_bmap_isaeof() local 1437 &is_empty); in xfs_bmap_isaeof() 1441 if (is_empty) { in xfs_bmap_isaeof() 1468 int is_empty; in xfs_bmap_last_offset() local 1480 error = xfs_bmap_last_extent(NULL, ip, whichfork, &rec, &is_empty); in xfs_bmap_last_offset() 1481 if (error || is_empty) in xfs_bmap_last_offset() 5789 int is_empty; in xfs_bmap_can_insert_extents() local [all …]
|
/Linux-v5.4/drivers/mtd/ubi/ |
D | ubi.h | 771 int is_empty; member
|
D | vtbl.c | 811 if (ai->is_empty) { in ubi_read_volume_table()
|
D | attach.c | 1255 ai->is_empty = 1; in late_analysis() 1681 if (ai->is_empty) { in self_check_ai()
|
/Linux-v5.4/kernel/cgroup/ |
D | cpuset.c | 2946 bool is_empty; in hotplug_update_tasks_legacy() local 2964 is_empty = cpumask_empty(cs->cpus_allowed) || in hotplug_update_tasks_legacy() 2974 if (is_empty) in hotplug_update_tasks_legacy()
|
/Linux-v5.4/drivers/net/ethernet/neterion/vxge/ |
D | vxge-config.c | 4968 u32 is_empty = TRUE; in vxge_hw_vpath_close() local 4983 is_empty = FALSE; in vxge_hw_vpath_close() 4986 if (!is_empty) { in vxge_hw_vpath_close()
|