Searched defs:acct_collect (Results 1 – 2 of 2) sorted by relevance
| /linux/include/linux/ | ||
| H A D | acct.h | 28 #define acct_collect(x,y) do { } while (0) macro |
| /linux/kernel/ | ||
| H A D | acct.c | 559 void acct_collect(long exitcode, int group_dead) in acct_collect() function |