Home
last modified time | relevance | path

Searched refs:slow (Results 1 – 17 of 17) sorted by relevance

/linux-4.19.296/lib/
Dprime_numbers.c271 bool slow = slow_is_prime_number(x); in selftest() local
274 if (slow != fast) { in selftest()
276 x, slow ? "yes" : "no", fast ? "yes" : "no"); in selftest()
280 if (!slow) in selftest()
Dtest_rhashtable.c542 int cnt, bool slow) in test_insert_dup() argument
564 if (slow) { in test_insert_dup()
573 if (WARN(err, "error %d on element %d/%d (%s)\n", err, i, cnt, slow? "slow" : "fast")) in test_insert_dup()
578 WARN(ret != cnt, "missing rhltable elements (%d != %d, %s)\n", ret, cnt, slow? "slow" : "fast"); in test_insert_dup()
DKconfig165 Calculate checksum one bit at a time. This is VERY slow, but has
DKconfig.debug605 This option will slow down process creation somewhat.
/linux-4.19.296/include/linux/platform_data/
Dleds-kirkwood-ns2.h28 unsigned slow; member
/linux-4.19.296/fs/
Dnsfs.c64 goto slow; in __ns_get_path()
67 goto slow; in __ns_get_path()
74 slow: in __ns_get_path()
/linux-4.19.296/drivers/clk/at91/
DMakefile7 obj-y += clk-slow.o clk-main.o clk-pll.o clk-plldiv.o clk-master.o
/linux-4.19.296/drivers/s390/cio/
Dcss.c488 static int css_evaluate_new_subchannel(struct subchannel_id schid, int slow) in css_evaluate_new_subchannel() argument
493 if (!slow) { in css_evaluate_new_subchannel()
510 static int css_evaluate_known_subchannel(struct subchannel *sch, int slow) in css_evaluate_known_subchannel() argument
516 ret = sch->driver->sch_event(sch, slow); in css_evaluate_known_subchannel()
529 static void css_evaluate_subchannel(struct subchannel_id schid, int slow) in css_evaluate_subchannel() argument
536 ret = css_evaluate_known_subchannel(sch, slow); in css_evaluate_subchannel()
539 ret = css_evaluate_new_subchannel(schid, slow); in css_evaluate_subchannel()
/linux-4.19.296/include/uapi/linux/
Dusbdevice_fs.h76 unsigned char slow; member
/linux-4.19.296/block/
Dbfq-iosched.c3078 bool slow = BFQQ_SEEKY(bfqq); /* if delta too short, use seekyness */ in bfq_bfqq_is_slow() local
3101 return slow; in bfq_bfqq_is_slow()
3121 slow = bfqq->entity.service < bfqd->bfq_max_budget / 2; in bfq_bfqq_is_slow()
3124 bfq_log_bfqq(bfqd, bfqq, "bfq_bfqq_is_slow: slow %d", slow); in bfq_bfqq_is_slow()
3126 return slow; in bfq_bfqq_is_slow()
3270 bool slow; in bfq_bfqq_expire() local
3277 slow = bfq_bfqq_is_slow(bfqd, bfqq, compensate, reason, &delta); in bfq_bfqq_expire()
3295 (slow || in bfq_bfqq_expire()
3334 slow, bfqq->dispatched, bfq_bfqq_has_short_ttime(bfqq)); in bfq_bfqq_expire()
/linux-4.19.296/include/soc/fsl/qe/
Dimmap_qe.h292 struct ucc_slow slow; member
/linux-4.19.296/drivers/i2c/
DKconfig12 I2C (pronounce: I-squared-C) is a slow serial bus protocol used in
/linux-4.19.296/fs/cifs/
DKconfig59 allow optional logging of slow responses to dmesg (depending on the
/linux-4.19.296/usr/
DKconfig178 slow.
/linux-4.19.296/include/net/
Dsock.h1563 static inline void unlock_sock_fast(struct sock *sk, bool slow) in unlock_sock_fast() argument
1565 if (slow) in unlock_sock_fast()
/linux-4.19.296/drivers/auxdisplay/
DKconfig122 If your CPUs are really slow or you feel the system is slowed down,
/linux-4.19.296/fs/befs/
DChangeLog218 seems stable and not outragously slow. Existing features are more-or-less