Searched refs:ARRAY_SIZE (Results 1 – 2 of 2) sorted by relevance
10 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro109 if(start >= ARRAY_SIZE(watched_files)) in call_notify_handler()112 for(i = start; i < ARRAY_SIZE(watched_files); i++) { in call_notify_handler()285 for(i = 0; i < ARRAY_SIZE(watched_files); i++) { in powerd_main()
16 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0])) macro107 for (i = 0, res = 1; i < ARRAY_SIZE(options); i++) { in parse_mount_options()