Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/uevent/
H A Duevent_filtering.c24 #define __DEV_FULL "/sys/devices/virtual/mem/full/uevent" macro
198 fd = open(__DEV_FULL, O_RDWR | O_CLOEXEC); in trigger_uevent()
358 ret = access(__DEV_FULL, F_OK); in TEST()
361 TH_LOG(__DEV_FULL " does not exist. Skipping test"); in TEST()