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

/linux-master/net/dccp/
H A Dqpolicy.c48 struct sk_buff *skb, *worst = NULL; local
51 if (worst == NULL || skb->priority < worst->priority)
52 worst = skb;
53 return worst;
/linux-master/arch/x86/boot/
H A Dheader.S444 # The worst case at the block level is a growth of the compressed data
447 # The worst case internal to a compressed block is very hard to figure.
448 # The worst case can at least be bounded by having one bit that represents
455 # block adding an extra 32767 bytes (the worst case uncompressed block size)
456 # is sufficient, to ensure that in the worst case the decompressed data for
/linux-master/drivers/block/mtip32xx/
H A Dmtip32xx.h165 u8 worst; member in struct:smart_attr
/linux-master/arch/x86/kernel/cpu/mce/
H A Dcore.c1266 int *worst)
1328 if (severity > *worst) {
1330 *worst = severity;
1460 int worst = 0, order, no_way_out, kill_current_task, lmce, taint = 0; local
1514 * Assume the worst for now, but if we find the
1541 taint = __mc_scan_banks(&m, regs, final, toclear, valid_banks, no_way_out, &worst);
1553 no_way_out = worst >= MCE_PANIC_SEVERITY;
1567 if (worst >= MCE_PANIC_SEVERITY) {
1583 if (worst != MCE_AR_SEVERITY && !kill_current_task)
1264 __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) argument
/linux-master/drivers/scsi/esas2r/
H A Datvda.h511 u8 worst; member in struct:atto_vda_dh_smart
/linux-master/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...]
/linux-master/arch/m68k/fpsp040/
H A Dround.S284 | Note that both routines have been optimized (for the worst case) and
/linux-master/arch/m68k/ifpsp060/src/
H A Dilsp.S360 # quotient will be at worst 1 too large.

Completed in 382 milliseconds