/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/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() 736 char is_empty, ch; in sifive_serial_poll_get_char() local 738 ch = __ssp_receive_char(ssp, &is_empty); in sifive_serial_poll_get_char() 739 if (is_empty) in sifive_serial_poll_get_char()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/runtime/queue/src/ |
D | queue.c | 359 bool *is_empty) in ia_css_queue_is_empty() argument 363 if ((!qhandle) || (!is_empty)) in ia_css_queue_is_empty() 371 *is_empty = ia_css_circbuf_is_empty(&qhandle->desc.cb_local); in ia_css_queue_is_empty() 384 *is_empty = ia_css_circbuf_desc_is_empty(&cb_desc); in ia_css_queue_is_empty()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/runtime/queue/interface/ |
D | ia_css_queue.h | 109 bool *is_empty);
|
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_bmap_util.h | 53 int *is_empty);
|
/kernel/linux/linux-5.10/fs/ntfs/ |
D | logfile.c | 488 goto is_empty; in ntfs_check_logfile() 604 is_empty: in ntfs_check_logfile()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
D | xfs_bmap.c | 1359 int *is_empty) in xfs_bmap_last_extent() argument 1373 *is_empty = 1; in xfs_bmap_last_extent() 1375 *is_empty = 0; in xfs_bmap_last_extent() 1394 int is_empty; in xfs_bmap_isaeof() local 1399 &is_empty); in xfs_bmap_isaeof() 1403 if (is_empty) { in xfs_bmap_isaeof() 1431 int is_empty; in xfs_bmap_last_offset() local 1442 error = xfs_bmap_last_extent(NULL, ip, whichfork, &rec, &is_empty); in xfs_bmap_last_offset() 1443 if (error || is_empty) in xfs_bmap_last_offset() 5867 int is_empty; in xfs_bmap_can_insert_extents() local [all …]
|
/kernel/linux/linux-5.10/drivers/mtd/ubi/ |
D | vtbl.c | 811 if (ai->is_empty) { in ubi_read_volume_table()
|
D | ubi.h | 777 int is_empty; member
|
D | attach.c | 1255 ai->is_empty = 1; in late_analysis() 1681 if (ai->is_empty) { in self_check_ai()
|
/kernel/linux/linux-5.10/kernel/cgroup/ |
D | cpuset.c | 2993 bool is_empty; in hotplug_update_tasks_legacy() local 3011 is_empty = cpumask_empty(cs->cpus_allowed) || in hotplug_update_tasks_legacy() 3021 if (is_empty) in hotplug_update_tasks_legacy()
|
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | kernel.patch | 571 is_empty = cpumask_empty(cs->cpus_allowed) || 580 if (is_empty)
|
D | others.patch | 77 + if (!is_empty(buf, len) && !is_last_write(c, buf, offs)) {
|
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/vxge/ |
D | vxge-config.c | 4962 u32 is_empty = TRUE; in vxge_hw_vpath_close() local 4977 is_empty = FALSE; in vxge_hw_vpath_close() 4980 if (!is_empty) { in vxge_hw_vpath_close()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0038_linux_drivers_mxc.patch | 208193 + bool is_empty = false; 208196 + is_empty = list_empty(&ctx->msg_q); 208199 + return is_empty;
|