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

1234

/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)) {
H A Dfile.c791 !list_is_singular(&as_ctx.pagelist->head))
/linux-master/drivers/spi/
H A Dspi-tegra114.c1042 single_xfer = list_is_singular(&msg->transfers);
/linux-master/drivers/iio/
H A Dindustrialio-buffer.c868 list_is_singular(&iio_dev_opaque->buffer_list))
/linux-master/kernel/sched/
H A Dtopology.c1435 if (list_is_singular(&asym_cap_list)) {
/linux-master/drivers/hid/
H A Dhid-multitouch.c1576 if (list_is_singular(&app->mt_usages)) {
/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/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/net/mptcp/
H A Dprotocol.c2489 if (list_is_singular(&msk->conn_list) && msk->first &&
3936 if (unlikely(list_is_singular(&msk->conn_list)))
/linux-master/drivers/usb/gadget/function/
H A Df_fs.c3893 if (list_is_singular(&ffs_devices)) {
4136 if (!list_is_singular(&ffs_devices))
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dhtc_mbox.c2095 if (!list_is_singular(rx_pktq))
/linux-master/drivers/usb/gadget/
H A Dcomposite.c2263 if (!list_is_singular(&c->functions))
/linux-master/drivers/vfio/
H A Dvfio_iommu_type1.c2500 if (list_is_singular(&iommu->domain_list)) {
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dxmit.c2690 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/pci/
H A Dpci.c2508 if (list_is_singular(&pci_pme_list))
/linux-master/sound/core/
H A Dpcm_native.c2311 if (list_is_singular(&group->substreams)) {
/linux-master/fs/btrfs/
H A Dblock-group.c1521 list_is_singular(&block_group->list)) {

Completed in 448 milliseconds

1234