Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dhmm.c1352 static dev_t hmm_device_devt; variable
1385 hmm_device->device.devt = MKDEV(MAJOR(hmm_device_devt), in hmm_device_new()
1406 ret = alloc_chrdev_region(&hmm_device_devt, 0, in hmm_init()
1414 unregister_chrdev_region(hmm_device_devt, HMM_DEVICE_MAX); in hmm_init()