Searched refs:guess (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/atm/ |
H A D | atm_misc.c | 30 int guess = SKB_TRUESIZE(pdu_size); in atm_alloc_charge() local 32 atm_force_charge(vcc, guess); in atm_alloc_charge() 37 atomic_add(skb->truesize-guess, in atm_alloc_charge() 42 atm_return(vcc, guess); in atm_alloc_charge()
|
/kernel/linux/linux-6.6/net/atm/ |
H A D | atm_misc.c | 30 int guess = SKB_TRUESIZE(pdu_size); in atm_alloc_charge() local 32 atm_force_charge(vcc, guess); in atm_alloc_charge() 37 atomic_add(skb->truesize-guess, in atm_alloc_charge() 42 atm_return(vcc, guess); in atm_alloc_charge()
|
/kernel/linux/linux-5.10/arch/arm/include/debug/ |
H A D | vexpress.S | 25 @ Make an educated guess regarding the memory map:
|
/kernel/linux/linux-6.6/arch/arm/include/debug/ |
H A D | vexpress.S | 25 @ Make an educated guess regarding the memory map:
|
/kernel/linux/linux-5.10/tools/power/x86/turbostat/ |
H A D | turbostat.c | 4792 * Older processors do not have this MSR, so there we guess, 4828 goto guess; in set_temperature_target() 4831 goto guess; in set_temperature_target() 4840 goto guess; in set_temperature_target() 4846 guess: in set_temperature_target()
|
/kernel/linux/linux-6.6/tools/power/x86/turbostat/ |
H A D | turbostat.c | 5250 * Older processors do not have this MSR, so there we guess, 5288 goto guess; in set_temperature_target() 5291 goto guess; in set_temperature_target() 5314 goto guess; in set_temperature_target() 5320 guess: in set_temperature_target()
|
Completed in 15 milliseconds