Searched refs:is_empty (Results 1 - 22 of 22) sorted by path

/linux-master/drivers/edac/
H A Dbluefield_edac.c186 int is_empty = 1, i; local
199 is_empty = 0;
236 if (is_empty)
/linux-master/drivers/md/dm-vdo/indexer/
H A Dindex.c1080 bool is_empty = false; local
1085 &is_empty);
1091 if (is_empty) {
H A Dvolume.c1450 u64 *highest_vcn, bool *is_empty)
1458 *is_empty = true;
1462 *is_empty = false;
1449 uds_find_volume_chapter_boundaries(struct volume *volume, u64 *lowest_vcn, u64 *highest_vcn, bool *is_empty) argument
H A Dvolume.h137 bool *is_empty);
/linux-master/drivers/mtd/ubi/
H A Dattach.c1255 ai->is_empty = 1;
1681 if (ai->is_empty) {
1682 ubi_err(ubi, "bad is_empty flag");
H A Dubi.h742 * @is_empty: flag indicating whether the MTD device is empty or not
773 int is_empty; member in struct:ubi_attach_info
H A Dvtbl.c817 if (ai->is_empty) {
/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-eeprom-read.c205 bool is_empty = false; local
211 is_empty = true;
215 is_empty = true;
218 return is_empty;
/linux-master/drivers/staging/greybus/
H A Daudio_manager.c89 int is_empty; local
99 is_empty = list_empty(&modules_list);
103 if (!is_empty)
/linux-master/drivers/staging/media/atomisp/pci/runtime/queue/interface/
H A Dia_css_queue.h101 * @param[in] is_empty True if empty, False if not.
109 bool *is_empty);
/linux-master/drivers/staging/media/atomisp/pci/runtime/queue/src/
H A Dqueue.c339 int ia_css_queue_is_empty(ia_css_queue_t *qhandle, bool *is_empty) argument
343 if ((!qhandle) || (!is_empty))
351 *is_empty = ia_css_circbuf_is_empty(&qhandle->desc.cb_local);
364 *is_empty = ia_css_circbuf_desc_is_empty(&cb_desc);
/linux-master/drivers/tty/
H A Dmxser.c909 bool is_empty; local
913 is_empty = kfifo_is_empty(&info->port.xmit_fifo);
916 if (!is_empty && !tty->flow.stopped)
/linux-master/drivers/tty/serial/
H A Dsifive.c366 * @is_empty: char pointer to return whether the RX FIFO is empty
375 static char __ssp_receive_char(struct sifive_serial_port *ssp, char *is_empty) argument
382 if (!is_empty)
385 *is_empty = (v & SIFIVE_SERIAL_RXDATA_EMPTY_MASK) >>
405 char is_empty; local
410 ch = __ssp_receive_char(ssp, &is_empty);
411 if (is_empty)
708 char is_empty, ch; local
710 ch = __ssp_receive_char(ssp, &is_empty);
711 if (is_empty)
[all...]
/linux-master/drivers/usb/serial/
H A Dmxuport.c573 bool is_empty = true; local
591 is_empty = false;
595 return is_empty;
/linux-master/fs/ntfs3/
H A Ddir.c508 static int ntfs_dir_count(struct inode *dir, bool *is_empty, size_t *dirs, argument
522 if (is_empty)
523 *is_empty = true;
554 if (is_empty) {
555 *is_empty = false;
600 bool is_empty = false; local
602 ntfs_dir_count(dir, &is_empty, NULL, NULL);
604 return is_empty;
H A Dfrecord.c3348 bool is_empty; local
3355 is_empty = !mi_enum_attr(mi, NULL);
3357 if (is_empty)
3364 if (is_empty) {
/linux-master/fs/ubifs/
H A Drecovery.c43 * is_empty - determine whether a buffer is empty (contains all 0xff).
50 static int is_empty(void *buf, int len) function
161 if (!is_empty(buf, min_t(int, len, sz))) {
171 if (!is_empty(buf, len))
414 return is_empty(p, check_len);
466 if (is_empty(buf + skip, len - skip))
479 if (is_empty(buf + skip, len - skip))
685 } else if (!is_empty(buf, len)) {
924 if (err || !is_empty(sbuf, len)) {
/linux-master/fs/xfs/libxfs/
H A Dxfs_bmap.c1346 int *is_empty)
1358 *is_empty = 1;
1360 *is_empty = 0;
1379 int is_empty; local
1384 &is_empty);
1388 if (is_empty) {
1416 int is_empty; local
1429 error = xfs_bmap_last_extent(NULL, ip, whichfork, &rec, &is_empty);
1430 if (error || is_empty)
5937 int is_empty; local
1341 xfs_bmap_last_extent( struct xfs_trans *tp, struct xfs_inode *ip, int whichfork, struct xfs_bmbt_irec *rec, int *is_empty) argument
[all...]
/linux-master/fs/xfs/
H A Dxfs_bmap_util.h53 int *is_empty);
/linux-master/kernel/cgroup/
H A Dcpuset.c4362 bool is_empty; local
4380 is_empty = cpumask_empty(cs->cpus_allowed) ||
4388 if (is_empty) {
/linux-master/security/landlock/
H A Druleset.c651 bool is_empty; local
657 is_empty = true;
661 is_empty = is_empty && !(*layer_masks)[access_bit];
663 if (is_empty)
/linux-master/tools/testing/selftests/net/tcp_ao/
H A Drst.c213 bool is_empty = true; local
228 is_empty = false;
230 if (is_empty)

Completed in 404 milliseconds