Searched refs:levelstr (Results 1 – 1 of 1) sorted by relevance
/system/core/lmkd/ |
D | lmkd.c | 1807 const char *levelstr = level_name[level_idx]; in init_mp_common() local 1824 ALOGE("eventfd failed for level %s; errno=%d", levelstr, errno); in init_mp_common() 1828 ret = snprintf(buf, sizeof(buf), "%d %d %s", evfd, mpfd, levelstr); in init_mp_common() 1830 ALOGE("cgroup.event_control line overflow for level %s", levelstr); in init_mp_common() 1837 levelstr, errno); in init_mp_common() 1848 ALOGE("epoll_ctl for level %s failed; errno=%d", levelstr, errno); in init_mp_common()
|