Home
last modified time | relevance | path

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

/linux/net/core/
H A Ddev.c184 static unsigned int napi_gen_id = NR_CPUS; variable
7062 if (unlikely(!napi_id_valid(++napi_gen_id))) in napi_hash_add()
7063 napi_gen_id = MIN_NAPI_ID; in napi_hash_add()
7064 } while (napi_by_id(napi_gen_id)); in napi_hash_add()
7066 __napi_hash_add_with_id(napi, napi_gen_id); in napi_hash_add()