Searched refs:ac_btime (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/uapi/linux/
H A Dacct.h53 __u32 ac_btime; /* Process Creation Time */ member in struct:acct
86 __u32 ac_btime; /* Process Creation Time */ member in struct:acct_v3
H A Dtaskstats.h117 __u32 ac_btime; /* Begin time [sec since 1970] */ member in struct:taskstats
/linux-master/kernel/
H A Dtsacct.c43 stats->ac_btime = clamp_t(time64_t, btime, 0, U32_MAX);
H A Dacct.c472 ac->ac_btime = clamp_t(time64_t, btime, 0, U32_MAX);

Completed in 129 milliseconds