Home
last modified time | relevance | path

Searched refs:hash_empty (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/
Dhashtable.h94 #define hash_empty(hashtable) __hash_empty(hashtable, HASH_SIZE(hashtable)) macro
/linux-4.4.14/drivers/gpu/drm/i915/
Di915_cmd_parser.c763 WARN_ON(!hash_empty(ring->cmd_hash)); in i915_cmd_parser_init_ring()