Searched refs:list_is_singular (Results 51 - 75 of 84) sorted by relevance

1234

/linux-master/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-video.c786 : list_is_singular(&video->out_pending) ? 1
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_erp.c341 if (!list_is_singular(&erp_table->atcam_erps_list))
H A Dspectrum_switchdev.c1492 last_port = list_is_singular(&bridge_vlan->port_vlan_list);
/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Dtunnel_conf.c1204 if (entry->ref_count == 1 && list_is_singular(&entry->repr_list)) {
/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_switchdev.c402 last_vlan = list_is_singular(&br_port->vlan_list);
/linux-master/drivers/usb/gadget/udc/
H A Dbcm63xx_udc.c1185 if (list_is_singular(&bep->queue))
H A Daspeed_udc.c678 if (list_is_singular(&ep->queue)) {
/linux-master/fs/ceph/
H A Dxattr.c1419 if (list_is_singular(&pagelist->head)) {
/linux-master/drivers/spi/
H A Dspi-tegra114.c1042 single_xfer = list_is_singular(&msg->transfers);
/linux-master/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_mman.c704 GEM_BUG_ON(!list_is_singular(&mm->hole_stack));
/linux-master/drivers/hid/
H A Dhid-multitouch.c1576 if (list_is_singular(&app->mt_usages)) {
/linux-master/mm/
H A Dmigrate.c1641 !list_empty(from) && !list_is_singular(from));
H A Dmmap.c749 * The list_is_singular() test is to avoid merging VMA cloned from
753 list_is_singular(&vma->anon_vma_chain)))
1087 * IOW: that the "list_is_singular()" test on the anon_vma_chain only
1101 if (anon_vma && list_is_singular(&old->anon_vma_chain))
/linux-master/drivers/iio/
H A Dindustrialio-buffer.c859 list_is_singular(&iio_dev_opaque->buffer_list))
/linux-master/kernel/sched/
H A Dtopology.c1441 if (list_is_singular(&asym_cap_list)) {
/linux-master/net/mptcp/
H A Dprotocol.c2494 if (list_is_singular(&msk->conn_list) && msk->first &&
3947 if (unlikely(list_is_singular(&msk->conn_list)))
/linux-master/drivers/usb/gadget/function/
H A Df_fs.c3915 if (list_is_singular(&ffs_devices)) {
4159 if (!list_is_singular(&ffs_devices))
/linux-master/drivers/usb/gadget/
H A Dcomposite.c2263 if (!list_is_singular(&c->functions))
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dhtc_mbox.c2094 if (!list_is_singular(rx_pktq))
/linux-master/drivers/vfio/
H A Dvfio_iommu_type1.c2500 if (list_is_singular(&iommu->domain_list)) {
/linux-master/fs/btrfs/
H A Dblock-group.c1521 list_is_singular(&block_group->list)) {
H A Dbackref.c3495 ASSERT(list_is_singular(&cur->upper));
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dxmit.c2696 if (!list_is_singular(&lastbf->list))
/linux-master/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c2666 if (list_is_singular(&bridge->encoder->bridge_chain) ||
/linux-master/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c4345 if (list_is_singular(&adev->pm.od_kobj_list))

Completed in 439 milliseconds

1234