Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dacct.h53 __u32 ac_btime; /* Process Creation Time */ member
86 __u32 ac_btime; /* Process Creation Time */ member
H A Dtaskstats.h117 __u32 ac_btime; /* Begin time [sec since 1970] */ member
/linux/kernel/
H A Dtsacct.c43 stats->ac_btime = clamp_t(time64_t, btime, 0, U32_MAX); in bacct_add_tsk()
H A Dacct.c471 ac->ac_btime = clamp_t(time64_t, btime, 0, U32_MAX); in fill_ac()
/linux/Documentation/accounting/
H A Dtaskstats-struct.rst79 __u32 ac_btime; /* Begin time [sec since 1970] */