Home
last modified time | relevance | path

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

/fs/proc/
Dgeneric.c184 #define PROC_DYNAMIC_FIRST 0xF0000000U macro
207 if (i > UINT_MAX - PROC_DYNAMIC_FIRST) { in proc_alloc_inum()
213 *inum = PROC_DYNAMIC_FIRST + i; in proc_alloc_inum()
221 ida_remove(&proc_inum_ida, inum - PROC_DYNAMIC_FIRST); in proc_free_inum()