/kernel/linux/linux-5.10/net/dccp/ |
H A D | qpolicy.c | 48 struct sk_buff *skb, *worst = NULL; in qpolicy_prio_worst_skb() local 51 if (worst == NULL || skb->priority < worst->priority) in qpolicy_prio_worst_skb() 52 worst = skb; in qpolicy_prio_worst_skb() 53 return worst; in qpolicy_prio_worst_skb()
|
/kernel/linux/linux-6.6/net/dccp/ |
H A D | qpolicy.c | 48 struct sk_buff *skb, *worst = NULL; in qpolicy_prio_worst_skb() local 51 if (worst == NULL || skb->priority < worst->priority) in qpolicy_prio_worst_skb() 52 worst = skb; in qpolicy_prio_worst_skb() 53 return worst; in qpolicy_prio_worst_skb()
|
/kernel/linux/linux-5.10/arch/h8300/lib/ |
H A D | mulsi3.S | 9 ; 16b * 16b = 372 states (worst case) 10 ; 32b * 32b = 724 states (worst case)
|
/kernel/linux/linux-5.10/arch/x86/boot/ |
H A D | header.S | 506 # The worst case at the block level is a growth of the compressed data 509 # The worst case internal to a compressed block is very hard to figure. 510 # The worst case can at least be bounded by having one bit that represents 517 # block adding an extra 32767 bytes (the worst case uncompressed block size) 518 # is sufficient, to ensure that in the worst case the decompressed data for
|
/kernel/linux/linux-6.6/arch/x86/boot/ |
H A D | header.S | 448 # The worst case at the block level is a growth of the compressed data 451 # The worst case internal to a compressed block is very hard to figure. 452 # The worst case can at least be bounded by having one bit that represents 459 # block adding an extra 32767 bytes (the worst case uncompressed block size) 460 # is sufficient, to ensure that in the worst case the decompressed data for
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/ |
H A D | core.c | 1183 int no_way_out, int *worst) in __mc_scan_banks() 1239 if (severity > *worst) { in __mc_scan_banks() 1241 *worst = severity; in __mc_scan_banks() 1340 int worst = 0; in do_machine_check() local 1381 * Assume the worst for now, but if we find the in do_machine_check() 1409 __mc_scan_banks(&m, regs, final, toclear, valid_banks, no_way_out, &worst); in do_machine_check() 1421 no_way_out = worst >= MCE_PANIC_SEVERITY; in do_machine_check() 1432 if (worst >= MCE_PANIC_SEVERITY && mca_cfg.tolerant < 3) { in do_machine_check() 1447 if (worst > 0) in do_machine_check() 1450 if (worst ! in do_machine_check() 1181 __mc_scan_banks(struct mce *m, struct pt_regs *regs, struct mce *final, unsigned long *toclear, unsigned long *valid_banks, int no_way_out, int *worst) __mc_scan_banks() argument [all...] |
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/mce/ |
H A D | core.c | 1250 int *worst) in __mc_scan_banks() 1312 if (severity > *worst) { in __mc_scan_banks() 1314 *worst = severity; in __mc_scan_banks() 1444 int worst = 0, order, no_way_out, kill_current_task, lmce, taint = 0; in do_machine_check() local 1498 * Assume the worst for now, but if we find the in do_machine_check() 1525 taint = __mc_scan_banks(&m, regs, final, toclear, valid_banks, no_way_out, &worst); in do_machine_check() 1537 no_way_out = worst >= MCE_PANIC_SEVERITY; in do_machine_check() 1551 if (worst >= MCE_PANIC_SEVERITY) { in do_machine_check() 1567 if (worst != MCE_AR_SEVERITY && !kill_current_task) in do_machine_check() 1248 __mc_scan_banks(struct mce *m, struct pt_regs *regs, struct mce *final, unsigned long *toclear, unsigned long *valid_banks, int no_way_out, int *worst) __mc_scan_banks() argument
|
/kernel/linux/linux-5.10/drivers/block/mtip32xx/ |
H A D | mtip32xx.h | 167 u8 worst; member
|
/kernel/linux/linux-6.6/drivers/block/mtip32xx/ |
H A D | mtip32xx.h | 165 u8 worst; member
|
/kernel/linux/linux-5.10/tools/power/pm-graph/ |
H A D | sleepgraph.py | 4236 'worst': length, 'total': length, 'count': 1, 4239 if length > mdevlist[name]['worst']: 4240 mdevlist[name]['worst'] = length 4260 th.format('Worst Time') + th.format('Host (worst time)') +\ 4261 th.format('Link (worst time)') + '</tr>\n' 4262 for name in sorted(devlist, key=lambda k:(devlist[k]['worst'], \ 4274 html += td.format('%.3f ms' % data['worst']) # worst 6139 # create worst device info 6140 worst [all...] |
/kernel/linux/linux-6.6/tools/power/pm-graph/ |
H A D | sleepgraph.py | 4493 'worst': length, 'total': length, 'count': 1, 4496 if length > mdevlist[name]['worst']: 4497 mdevlist[name]['worst'] = length 4517 th.format('Worst Time') + th.format('Host (worst time)') +\ 4518 th.format('Link (worst time)') + '</tr>\n' 4519 for name in sorted(devlist, key=lambda k:(devlist[k]['worst'], \ 4531 html += td.format('%.3f ms' % data['worst']) # worst 6377 # create worst device info 6378 worst [all...] |
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | round.S | 284 | Note that both routines have been optimized (for the worst case) and
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | round.S | 284 | Note that both routines have been optimized (for the worst case) and
|
/kernel/linux/linux-5.10/drivers/scsi/esas2r/ |
H A D | atvda.h | 511 u8 worst; member
|
/kernel/linux/linux-6.6/drivers/scsi/esas2r/ |
H A D | atvda.h | 511 u8 worst; member
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
H A D | ilsp.S | 360 # quotient will be at worst 1 too large.
|
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/ |
H A D | ilsp.S | 360 # quotient will be at worst 1 too large.
|