Home
last modified time | relevance | path

Searched refs:worst (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/net/dccp/
H A Dqpolicy.c48 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 Dqpolicy.c48 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 Dmulsi3.S9 ; 16b * 16b = 372 states (worst case)
10 ; 32b * 32b = 724 states (worst case)
/kernel/linux/linux-5.10/arch/x86/boot/
H A Dheader.S506 # 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 Dheader.S448 # 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 Dcore.c1183 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 Dcore.c1250 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 Dmtip32xx.h167 u8 worst; member
/kernel/linux/linux-6.6/drivers/block/mtip32xx/
H A Dmtip32xx.h165 u8 worst; member
/kernel/linux/linux-5.10/tools/power/pm-graph/
H A Dsleepgraph.py4236 '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 Dsleepgraph.py4493 '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 Dround.S284 | Note that both routines have been optimized (for the worst case) and
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dround.S284 | Note that both routines have been optimized (for the worst case) and
/kernel/linux/linux-5.10/drivers/scsi/esas2r/
H A Datvda.h511 u8 worst; member
/kernel/linux/linux-6.6/drivers/scsi/esas2r/
H A Datvda.h511 u8 worst; member
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
H A Dilsp.S360 # quotient will be at worst 1 too large.
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/
H A Dilsp.S360 # quotient will be at worst 1 too large.

Completed in 32 milliseconds