/linux-2.6.39/lib/ |
D | fault-inject.c | 20 unsigned long probability; in setup_fault_attr() local 27 &interval, &probability, &space, ×) < 4) { in setup_fault_attr() 33 attr->probability = probability; in setup_fault_attr() 121 if (attr->probability <= random32() % 100) in should_fail() 260 debugfs_create_ul("probability", mode, dir, &attr->probability); in init_fault_attr_dentries()
|
/linux-2.6.39/net/mac80211/ |
D | rc80211_minstrel_ht.c | 139 mr->probability = mr->cur_prob; in minstrel_calc_rate_ewma() 141 mr->probability = minstrel_ewma(mr->probability, in minstrel_calc_rate_ewma() 167 if (mr->probability < MINSTREL_FRAC(1, 10)) { in minstrel_ht_calc_tp() 174 mr->cur_tp = MINSTREL_TRUNC((1000000 / usecs) * mr->probability); in minstrel_ht_calc_tp() 239 if ((mr->cur_tp > cur_prob_tp && mr->probability > in minstrel_ht_update_stats() 240 MINSTREL_FRAC(3, 4)) || mr->probability > cur_prob) { in minstrel_ht_update_stats() 242 cur_prob = mr->probability; in minstrel_ht_update_stats() 471 if (mr->probability < MINSTREL_FRAC(1, 10)) { in minstrel_calc_retransmit() 512 else if (mr->probability < MINSTREL_FRAC(20, 100)) in minstrel_ht_set_rate() 558 if (!mp->has_mrr && (mr->probability > MINSTREL_FRAC(95, 100))) in minstrel_get_sample_rate()
|
D | rc80211_minstrel.c | 97 p = ((p * (100 - mp->ewma_level)) + (mr->probability * in minstrel_update_stats() 99 mr->probability = p; in minstrel_update_stats() 110 if ((mr->probability > 17100) || (mr->probability < 1800)) { in minstrel_update_stats() 129 if (max_prob < mr->probability) { in minstrel_update_stats() 131 max_prob = mr->probability; in minstrel_update_stats() 304 if (!mrr && sample && (mi->r[ndx].probability > 17100)) in minstrel_get_rate()
|
D | rc80211_minstrel.h | 32 u32 probability; member
|
D | rc80211_minstrel_ht.h | 46 unsigned int cur_prob, probability; member
|
D | rc80211_minstrel_debugfs.c | 83 eprob = mr->probability / 18; in minstrel_stats_open()
|
D | rc80211_minstrel_ht_debugfs.c | 71 eprob = MINSTREL_TRUNC(mr->probability * 1000); in minstrel_ht_stats_open()
|
/linux-2.6.39/Documentation/fault-injection/ |
D | fault-injection.txt | 32 - /sys/kernel/debug/fail*/probability: 38 for some testcases. Consider setting probability=100 and configure 47 probably want to set probability=100. 118 fail_make_request=<interval>,<probability>,<space>,<times> 170 echo 10 > /sys/kernel/debug/$FAILTYPE/probability 224 echo 10 > /sys/kernel/debug/$FAILTYPE/probability 233 trap "echo 0 > /sys/kernel/debug/$FAILTYPE/probability" SIGINT SIGTERM EXIT
|
/linux-2.6.39/include/linux/netfilter/ |
D | xt_statistic.h | 25 __u32 probability; member
|
/linux-2.6.39/include/linux/ |
D | fault-inject.h | 15 unsigned long probability; member
|
D | pkt_sched.h | 489 __u32 probability; member 494 __u32 probability; member
|
/linux-2.6.39/net/netfilter/ |
D | xt_statistic.c | 39 if ((net_random() & 0x7FFFFFFF) < info->u.random.probability) in statistic_mt()
|
/linux-2.6.39/net/sched/ |
D | sch_netem.c | 524 q->reorder = r->probability; in get_reorder() 533 q->corrupt = r->probability; in get_corrupt() 862 reorder.probability = q->reorder; in netem_dump() 866 corrupt.probability = q->corrupt; in netem_dump()
|
/linux-2.6.39/Documentation/ABI/stable/ |
D | sysfs-class-backlight | 52 interface reduces the probability of confusion with
|
/linux-2.6.39/Documentation/networking/ |
D | x25-iface.txt | 96 The probability of packet loss due to backlog congestion can be 117 This will not reliably avoid packet loss, but the probability
|
D | z8530drv.txt | 462 This is the probability that the transmitter will be keyed 464 to 255, and the probability is (value+1)/256. The value
|
/linux-2.6.39/drivers/block/drbd/ |
D | Kconfig | 66 Example: Simulate data write errors on /dev/drbd0 with a probability of 5%.
|
/linux-2.6.39/Documentation/input/ |
D | ntrig.txt | 87 the probability of multiple simultaneous ghosts is expected to drop off
|
D | joystick.txt | 543 There is quite a high probability that you run into some problems. For
|
/linux-2.6.39/arch/m68k/fpsp040/ |
D | skeleton.S | 400 | copyout. The probability of a page fault is exceedingly small because
|
/linux-2.6.39/Documentation/filesystems/ |
D | hpfs.txt | 152 to delete other files that are leaf (probability that the file is non-leaf is 221 Fixed a bug that could possibly happen (with very low probability) when
|
/linux-2.6.39/drivers/scsi/aic7xxx_old/ |
D | aic7xxx.seq | 842 * high probability of winning arbitration.
|
/linux-2.6.39/Documentation/ |
D | kernel-parameters.txt | 757 Format: <interval>,<probability>,<space>,<times> 1836 process, but there is a small probability of
|