Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dma/qcom/
Dhidma_mgmt_sys.c249 required = sizeof(*mdev->chroots) * mdev->dma_channels; in hidma_mgmt_init_sys()
250 mdev->chroots = devm_kmalloc(&mdev->pdev->dev, required, GFP_KERNEL); in hidma_mgmt_init_sys()
251 if (!mdev->chroots) in hidma_mgmt_init_sys()
263 mdev->chroots[i] = kobject_create_and_add(name, chanops); in hidma_mgmt_init_sys()
264 if (!mdev->chroots[i]) in hidma_mgmt_init_sys()
280 mdev->chroots[i]); in hidma_mgmt_init_sys()
286 mdev->chroots[i]); in hidma_mgmt_init_sys()
Dhidma_mgmt.h34 struct kobject **chroots; member
/Linux-v4.19/Documentation/filesystems/pohmelfs/
Dinfo.txt82 Working root directory (note, that server chroots there, so you have to have appropriate permission…