Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dapm_32.c131 * is now the way life works).
268 * P: Toshiba 1950S: battery life information only gets updated after resume
1016 * @life: estimated life
1021 * of life and a status value for the battery. The estimated life
1026 static int apm_get_power_status(u_short *status, u_short *bat, u_short *life) in apm_get_power_status() argument
1044 *life = swab16((u16)call.edx); in apm_get_power_status()
1045 *life |= 0x8000; in apm_get_power_status()
1047 *life in apm_get_power_status()
[all...]
/kernel/linux/linux-6.6/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) in apm_get_power_status() argument
1051 *life = swab16((u16)call.edx); in apm_get_power_status()
1052 *life |= 0x8000; in apm_get_power_status()
1054 *life in apm_get_power_status()
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/include/mach/
H A Dsimpad.h128 unsigned short life; /* life till empty */ member
/kernel/linux/linux-5.10/net/rxrpc/
H A Drxkad.c906 unsigned int life; in rxkad_decrypt_ticket() local
997 life = *p++ * 5 * 60; in rxkad_decrypt_ticket()
998 _debug("KIV LIFE : %u", life); in rxkad_decrypt_ticket()
1021 if (issue < now - life) { in rxkad_decrypt_ticket()
1027 *_expiry = issue + life; in rxkad_decrypt_ticket()
/kernel/linux/linux-6.6/net/rxrpc/
H A Drxkad.c870 unsigned int life; in rxkad_decrypt_ticket() local
947 life = *p++ * 5 * 60; in rxkad_decrypt_ticket()
948 _debug("KIV LIFE : %u", life); in rxkad_decrypt_ticket()
968 if (issue < now - life) in rxkad_decrypt_ticket()
972 *_expiry = issue + life; in rxkad_decrypt_ticket()
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dev6-memcpy.S184 beq $1, $dest_0mod8 # U : life doesnt totally suck
/kernel/linux/linux-6.6/arch/alpha/lib/
H A Dev6-memcpy.S184 beq $1, $dest_0mod8 # U : life doesnt totally suck
/kernel/linux/linux-5.10/include/net/sctp/
H A Dstructs.h358 struct sctp_cookie_preserve_param *life; member
1752 /* The cookie life I award for any cookie. */
/kernel/linux/linux-6.6/include/net/sctp/
H A Dstructs.h362 struct sctp_cookie_preserve_param *life; member
1775 /* The cookie life I award for any cookie. */
/kernel/linux/linux-5.10/net/sctp/
H A Dsm_make_chunk.c2538 stale = ntohl(param.life->lifespan_increment); in sctp_process_param()
/kernel/linux/linux-6.6/net/sctp/
H A Dsm_make_chunk.c2584 stale = ntohl(param.life->lifespan_increment); in sctp_process_param()

Completed in 24 milliseconds