Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/prctl/
H A Dset-anon-vma-name-test.c22 #define PR_SET_VMA_ANON_NAME 0 macro
30 res = prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, addr, size, name); in rename_vma()
/linux/include/uapi/linux/
H A Dprctl.h292 # define PR_SET_VMA_ANON_NAME 0 macro
/linux/tools/include/uapi/linux/
H A Dprctl.h292 # define PR_SET_VMA_ANON_NAME 0 macro
/linux/kernel/
H A Dsys.c2350 case PR_SET_VMA_ANON_NAME: in prctl_set_vma()