Searched refs:list_is_singular (Results 26 - 50 of 83) sorted by relevance

1234

/linux-master/drivers/staging/greybus/
H A Daudio_codec.c878 if (list_is_singular(&gbcodec->module_list)) {
899 if (list_is_singular(&gbcodec->module_list)) {
/linux-master/drivers/media/pci/cx18/
H A Dcx18-mailbox.c132 if (list_is_singular(&mdl->buf_list)) {
215 if (list_is_singular(&mdl->buf_list)) {
/linux-master/drivers/gpu/drm/
H A Ddrm_buddy.c681 if (!list_is_singular(blocks))
849 if (!list_is_singular(&allocated)) {
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl.c457 if (!list_is_singular(&block->binding_list)) {
798 if (!list_is_singular(&block->binding_list)) {
/linux-master/include/linux/
H A Dlist.h446 * list_is_singular - tests whether a list has just one entry.
449 static inline int list_is_singular(const struct list_head *head) function
485 if (list_is_singular(head) && !list_is_head(entry, head) && (entry != head->next))
H A Dwait.h140 return list_is_singular(&wq_head->head);
/linux-master/kernel/time/
H A Dtimer_migration.c1594 list_is_singular(&tmigr_level_list[i - 1])))
1639 if (group->num_children == 1 && list_is_singular(lvllist)) {
/linux-master/drivers/xen/xenbus/
H A Dxenbus_xs.c242 notify = list_is_singular(&xb_write_list);
/linux-master/include/net/sctp/
H A Dsctp.h413 return list_is_singular(head);
/linux-master/drivers/spi/
H A Dspi-tegra20-sflash.c318 single_xfer = list_is_singular(&msg->transfers);
/linux-master/drivers/gpu/drm/panfrost/
H A Dpanfrost_drv.c434 if (!list_is_singular(&bo->mappings.list) ||
/linux-master/drivers/media/platform/renesas/
H A Dsh_vou.c1053 if (list_is_singular(&vb->list)) {
1070 if (list_is_singular(&vou_dev->buf_list)) {
/linux-master/kernel/
H A Dkprobes.c216 if (!list_is_singular(&kip->list)) {
1771 if (list_is_singular(&ap->list) && kprobe_disarmed(ap))
1819 else if (list_is_singular(&p->list)) {
/linux-master/net/xdp/
H A Dxsk.c177 if (list_is_singular(xskb_list))
497 if (!list_is_singular(&pool->xsk_tx_list)) {
/linux-master/drivers/dma/
H A Dpch_dma.c400 list_is_singular(&pd_chan->active_list)) {
/linux-master/drivers/acpi/
H A Dpower.c384 list_is_singular(&resource->dependents))
/linux-master/drivers/media/platform/st/stm32/stm32-dcmipp/
H A Ddcmipp-bytecap.c682 if (!vcap->next && list_is_singular(&vcap->buffers)) {
/linux-master/drivers/nvme/host/
H A Dmultipath.c295 if (list_is_singular(&head->list)) {
/linux-master/kernel/locking/
H A Drwsem.c643 if (list_is_singular(&sem->wait_list))
/linux-master/arch/arm64/kvm/
H A Dpmu-emul.c714 if (list_is_singular(&arm_pmus))
/linux-master/fs/nfs/
H A Dpnfs_nfs.c86 if (list_is_singular(&req->wb_list))
/linux-master/drivers/usb/host/
H A Dehci-sched.c1892 if (unlikely(list_is_singular(&stream->td_list)))
2272 if (list_is_singular(&stream->td_list))
/linux-master/drivers/usb/musb/
H A Dmusb_host.c1242 && !list_is_singular(&musb->out_bulk)) {
1806 && !list_is_singular(&musb->in_bulk)) {
/linux-master/arch/s390/mm/
H A Dgmap.c119 if (list_is_singular(&mm->context.gmap_list))
271 else if (list_is_singular(&gmap->mm->context.gmap_list))
/linux-master/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-video.c786 : list_is_singular(&video->out_pending) ? 1

Completed in 442 milliseconds

1234