HomeSort by: relevance | last modified time | path
    Searched refs:placeholders (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm/dist/shared-core/
mach64_drv.h 57 struct list_head list; /* List pointers for free_list, placeholders, or pending list */
87 struct list_head placeholders; /* Placeholder list for buffers held by clients */ member in struct:drm_mach64_private
809 if (list_empty(&dev_priv->placeholders)) { \
813 _ptr = dev_priv->placeholders.next; \
851 if (list_empty(&dev_priv->placeholders)) { \
856 ptr = dev_priv->placeholders.next; \
mach64_dma.c 1044 INIT_LIST_HEAD(&dev_priv->placeholders);
1512 list_for_each_safe(ptr, tmp, &dev_priv->placeholders) {
1640 list_for_each(ptr, &dev_priv->placeholders) {
1643 DRM_INFO("Placeholders: %d\n", t);
1670 list_add_tail(ptr, &dev_priv->placeholders);
1688 ptr = dev_priv->placeholders.next;
  /src/usr.bin/make/unit-tests/
varmod-match.mk 44 # A pattern without placeholders only matches itself.

Completed in 45 milliseconds