Symbol: is_empty
drivers/edac/bluefield_edac.c
296
int is_empty = 1, i;
drivers/edac/bluefield_edac.c
309
is_empty = 0;
drivers/edac/bluefield_edac.c
346
if (is_empty)
drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/gsp.c
1945
if (is_empty(s))
drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/gsp.c
2000
if (is_empty(&gsp->blob_init) && is_empty(&gsp->blob_intr) &&
drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/gsp.c
2001
is_empty(&gsp->blob_rm) && is_empty(&gsp->blob_rm)) {
drivers/gpu/drm/xe/xe_guc_relay.c
778
bool is_empty;
drivers/gpu/drm/xe/xe_guc_relay.c
781
is_empty = list_empty(&relay->incoming_actions);
drivers/gpu/drm/xe/xe_guc_relay.c
784
return !is_empty;
drivers/md/dm-vdo/indexer/index.c
1077
bool is_empty = false;
drivers/md/dm-vdo/indexer/index.c
1082
&is_empty);
drivers/md/dm-vdo/indexer/index.c
1088
if (is_empty) {
drivers/md/dm-vdo/indexer/volume.c
1452
u64 *highest_vcn, bool *is_empty)
drivers/md/dm-vdo/indexer/volume.c
1460
*is_empty = true;
drivers/md/dm-vdo/indexer/volume.c
1464
*is_empty = false;
drivers/md/dm-vdo/indexer/volume.h
137
bool *is_empty);
drivers/mtd/ubi/attach.c
1255
ai->is_empty = 1;
drivers/mtd/ubi/attach.c
1683
if (ai->is_empty) {
drivers/mtd/ubi/ubi.h
773
int is_empty;
drivers/mtd/ubi/vtbl.c
817
if (ai->is_empty) {
drivers/net/wireless/intel/iwlwifi/dvm/eeprom.c
835
bool is_empty = false;
drivers/net/wireless/intel/iwlwifi/dvm/eeprom.c
841
is_empty = true;
drivers/net/wireless/intel/iwlwifi/dvm/eeprom.c
845
is_empty = true;
drivers/net/wireless/intel/iwlwifi/dvm/eeprom.c
848
return is_empty;
drivers/staging/greybus/audio_manager.c
103
if (!is_empty)
drivers/staging/greybus/audio_manager.c
89
int is_empty;
drivers/staging/greybus/audio_manager.c
99
is_empty = list_empty(&modules_list);
drivers/staging/media/atomisp/pci/runtime/queue/interface/ia_css_queue.h
100
bool *is_empty);
drivers/staging/media/atomisp/pci/runtime/queue/src/queue.c
330
int ia_css_queue_is_empty(ia_css_queue_t *qhandle, bool *is_empty)
drivers/staging/media/atomisp/pci/runtime/queue/src/queue.c
334
if ((!qhandle) || (!is_empty))
drivers/staging/media/atomisp/pci/runtime/queue/src/queue.c
342
*is_empty = ia_css_circbuf_is_empty(&qhandle->desc.cb_local);
drivers/staging/media/atomisp/pci/runtime/queue/src/queue.c
355
*is_empty = ia_css_circbuf_desc_is_empty(&cb_desc);
drivers/tty/mxser.c
894
bool is_empty;
drivers/tty/mxser.c
898
is_empty = kfifo_is_empty(&info->port.xmit_fifo);
drivers/tty/mxser.c
901
if (!is_empty && !tty->flow.stopped)
drivers/tty/serial/sifive.c
377
static char __ssp_receive_char(struct sifive_serial_port *ssp, char *is_empty)
drivers/tty/serial/sifive.c
384
if (!is_empty)
drivers/tty/serial/sifive.c
387
*is_empty = (v & SIFIVE_SERIAL_RXDATA_EMPTY_MASK) >>
drivers/tty/serial/sifive.c
407
char is_empty;
drivers/tty/serial/sifive.c
412
ch = __ssp_receive_char(ssp, &is_empty);
drivers/tty/serial/sifive.c
413
if (is_empty)
drivers/tty/serial/sifive.c
716
char is_empty, ch;
drivers/tty/serial/sifive.c
718
ch = __ssp_receive_char(ssp, &is_empty);
drivers/tty/serial/sifive.c
719
if (is_empty)
drivers/usb/serial/mxuport.c
573
bool is_empty = true;
drivers/usb/serial/mxuport.c
591
is_empty = false;
drivers/usb/serial/mxuport.c
595
return is_empty;
fs/ntfs3/dir.c
567
static int ntfs_dir_count(struct inode *dir, bool *is_empty, size_t *dirs,
fs/ntfs3/dir.c
581
if (is_empty)
fs/ntfs3/dir.c
582
*is_empty = true;
fs/ntfs3/dir.c
613
if (is_empty) {
fs/ntfs3/dir.c
614
*is_empty = false;
fs/ntfs3/dir.c
659
bool is_empty = false;
fs/ntfs3/dir.c
661
ntfs_dir_count(dir, &is_empty, NULL, NULL);
fs/ntfs3/dir.c
663
return is_empty;
fs/ntfs3/frecord.c
3199
bool is_empty;
fs/ntfs3/frecord.c
3206
is_empty = !mi_enum_attr(ni, mi, NULL);
fs/ntfs3/frecord.c
3208
if (is_empty)
fs/ntfs3/frecord.c
3215
if (is_empty) {
fs/ubifs/recovery.c
161
if (!is_empty(buf, min_t(int, len, sz))) {
fs/ubifs/recovery.c
171
if (!is_empty(buf, len))
fs/ubifs/recovery.c
414
return is_empty(p, check_len);
fs/ubifs/recovery.c
466
if (is_empty(buf + skip, len - skip))
fs/ubifs/recovery.c
479
if (is_empty(buf + skip, len - skip))
fs/ubifs/recovery.c
685
} else if (!is_empty(buf, len)) {
fs/ubifs/recovery.c
924
if (err || !is_empty(sbuf, len)) {
fs/xfs/libxfs/xfs_bmap.c
1322
int *is_empty)
fs/xfs/libxfs/xfs_bmap.c
1334
*is_empty = 1;
fs/xfs/libxfs/xfs_bmap.c
1336
*is_empty = 0;
fs/xfs/libxfs/xfs_bmap.c
1355
int is_empty;
fs/xfs/libxfs/xfs_bmap.c
1360
&is_empty);
fs/xfs/libxfs/xfs_bmap.c
1364
if (is_empty) {
fs/xfs/libxfs/xfs_bmap.c
1392
int is_empty;
fs/xfs/libxfs/xfs_bmap.c
1405
error = xfs_bmap_last_extent(NULL, ip, whichfork, &rec, &is_empty);
fs/xfs/libxfs/xfs_bmap.c
1406
if (error || is_empty)
fs/xfs/libxfs/xfs_bmap.c
5751
int is_empty;
fs/xfs/libxfs/xfs_bmap.c
5760
error = xfs_bmap_last_extent(NULL, ip, XFS_DATA_FORK, &got, &is_empty);
fs/xfs/libxfs/xfs_bmap.c
5761
if (!error && !is_empty && got.br_startoff >= off &&
fs/xfs/xfs_bmap_util.h
55
int *is_empty);
include/net/sock.h
1279
int is_empty;
io_uring/net.c
1672
arg.is_empty = -1;
io_uring/net.c
1694
if (!arg.is_empty)
io_uring/net.c
1699
if (cflags & IORING_CQE_F_SOCK_NONEMPTY || arg.is_empty == -1)
kernel/cgroup/cpuset-v1.c
289
bool is_empty;
kernel/cgroup/cpuset-v1.c
307
is_empty = cpumask_empty(cs->cpus_allowed) ||
kernel/cgroup/cpuset-v1.c
315
if (is_empty && cs->css.cgroup->nr_populated_csets &&
net/ipv4/inet_connection_sock.c
681
arg->is_empty = reqsk_queue_empty(queue);
tools/testing/selftests/bpf/progs/bpf_qdisc_fq.c
469
bool is_empty;
tools/testing/selftests/bpf/progs/bpf_qdisc_fq.c
501
is_empty = fq_flows_is_empty(&fq_old_flows, &fq_old_flows_lock);
tools/testing/selftests/bpf/progs/bpf_qdisc_fq.c
502
if (head == &fq_new_flows && !is_empty) {
tools/testing/selftests/net/tcp_ao/rst.c
213
bool is_empty = true;
tools/testing/selftests/net/tcp_ao/rst.c
228
is_empty = false;
tools/testing/selftests/net/tcp_ao/rst.c
230
if (is_empty)