Searched refs:life (Results 1 - 5 of 5) sorted by relevance

/linux-master/net/rxrpc/
H A Drxkad.c871 unsigned int life; local
948 life = *p++ * 5 * 60;
949 _debug("KIV LIFE : %u", life);
969 if (issue < now - life)
973 *_expiry = issue + life;
/linux-master/arch/alpha/lib/
H A Dev6-memcpy.S184 beq $1, $dest_0mod8 # U : life doesnt totally suck
/linux-master/arch/x86/kernel/
H A Dapm_32.c131 * is now the way life works).
269 * P: Toshiba 1950S: battery life information only gets updated after resume
1023 * @life: estimated life
1028 * of life and a status value for the battery. The estimated life
1033 static int apm_get_power_status(u_short *status, u_short *bat, u_short *life) argument
1051 *life = swab16((u16)call.edx);
1052 *life |= 0x8000;
1054 *life
[all...]
/linux-master/include/net/sctp/
H A Dstructs.h359 struct sctp_cookie_preserve_param *life; member in union:sctp_params
1772 /* The cookie life I award for any cookie. */
/linux-master/net/sctp/
H A Dsm_make_chunk.c2584 stale = ntohl(param.life->lifespan_increment);

Completed in 169 milliseconds