| /linux/tools/testing/selftests/lkdtm/ |
| H A D | run.sh | 70 LOG=$(mktemp --tmpdir -t lkdtm-log-XXXXXX) 73 rm -f "$LOG" "$DMESG" 97 dmesg | comm --nocheck-order -13 "$DMESG" - > "$LOG" || true 99 cat "$LOG" 101 if grep -E -qi "$expect" "$LOG" ; then 105 if grep -E -qi XFAIL: "$LOG" ; then
|
| /linux/arch/m68k/fpsp040/ |
| H A D | slogn.S | 335 blt LOGNEG | ...LOG OF NEGATIVE ARGUMENT IS INVALID 344 |--THE IDEA IS THAT LOG(X) = K*LOG2 + LOG(Y) 345 |-- = K*LOG2 + LOG(F) + LOG(1 + (Y-F)/F). 347 |--LOG(1+U) CAN BE VERY EFFICIENT. 356 lea LOGTBL,%a0 | ...BASE ADDRESS OF 1/F AND LOG(F) 387 |--LOG(1+U) IS APPROXIMATED BY 407 addal #16,%a0 | ...ADDRESS OF LOG(F) 413 faddx (%a0),%fp1 | ...LOG(F)+U*V*(A2+V*(A4+V*A6)) 415 faddx %fp1,%fp0 | ...FP0 IS LOG(F) + LOG(1+U) 428 |--LOG(X) = LOG(1+U/2)-LOG(1-U/2) WHICH IS AN ODD POLYNOMIAL [all …]
|
| H A D | stwotox.S | 330 |--USUAL CASE, 2^(-70) <= |X| <= 16480 LOG 2 / LOG 10
|
| /linux/Documentation/userspace-api/media/cec/ |
| H A D | cec-ioc-adap-g-log-addrs.rst | 135 to :ref:`CEC_LOG_ADDR_TYPE_UNREGISTERED <CEC-LOG-ADDR-TYPE-UNREGISTERED>`). 162 * .. _`CEC-LOG-ADDRS-FL-ALLOW-UNREG-FALLBACK`: 170 * .. _`CEC-LOG-ADDRS-FL-ALLOW-RC-PASSTHRU`: 180 * .. _`CEC-LOG-ADDRS-FL-CDC-ONLY`: 268 * .. _`CEC-LOG-ADDR-TYPE-TV`: 273 * .. _`CEC-LOG-ADDR-TYPE-RECORD`: 278 * .. _`CEC-LOG-ADDR-TYPE-TUNER`: 283 * .. _`CEC-LOG-ADDR-TYPE-PLAYBACK`: 288 * .. _`CEC-LOG-ADDR-TYPE-AUDIOSYSTEM`: 293 * .. _`CEC-LOG-ADDR-TYPE-SPECIFIC`: [all …]
|
| H A D | cec-ioc-adap-g-caps.rst | 84 * .. _`CEC-CAP-LOG-ADDRS`:
|
| H A D | cec-ioc-g-mode.rst | 259 :ref:`CEC_LOG_ADDRS_FL_ALLOW_RC_PASSTHRU <CEC-LOG-ADDRS-FL-ALLOW-RC-PASSTHRU>` 266 :ref:`CEC_LOG_ADDRS_FL_ALLOW_RC_PASSTHRU <CEC-LOG-ADDRS-FL-ALLOW-RC-PASSTHRU>`
|
| /linux/Documentation/networking/ |
| H A D | netfilter-sysctl.rst | 15 with LOG target; this aims to prevent containers from flooding host
|
| H A D | udplite.rst | 268 There is packet match support for UDP-Lite as well as support for the LOG target. 275 iptables -A INPUT -p udplite -j LOG
|
| /linux/tools/testing/ktest/ |
| H A D | ktest.pl | 591 if (defined($opt{"LOG_FILE"}) && defined(fileno(LOG))) { 592 print LOG @_; 1649 my $log_size = tell LOG; 1992 print LOG $line if ($dolog); 4369 $message .= "\n\n*** FAILED TO SEND LOG ***\n\n"; 4523 open(LOG, ">> $opt{LOG_FILE}") or die "Can't write to $opt{LOG_FILE}"; 4524 LOG->autoflush(1); 4653 $test_log_start = tell(LOG); 4765 close LOG;
|
| /linux/tools/testing/selftests/vsock/ |
| H A D | vmtest.sh | 44 readonly LOG=$(mktemp /tmp/vsock_vmtest_XXXX.log) 721 fi | tee -a "${LOG}" > "${redirect}" 1594 echo "Log: ${LOG}"
|
| /linux/Documentation/translations/zh_CN/filesystems/ |
| H A D | ubifs-authentication.rst | 135 | ---- LOG AREA ---- | ---------- MAIN AREA ------------ |
|
| /linux/net/bridge/netfilter/ |
| H A D | Kconfig | 246 This option enables the nflog watcher, which allows to LOG 248 either the old LOG target, the old ULOG target or nfnetlink_log
|
| /linux/Documentation/arch/arm/nwfpe/ |
| H A D | todo.rst | 10 LOG{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - logarithm to base 10
|
| H A D | netwinder-fpe.rst | 131 LOG{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - logarithm to base 10
|
| /linux/net/netfilter/ |
| H A D | Kconfig | 63 tristate "Netfilter LOG over NFNETLINK interface" 954 tristate "LOG target support" 959 This option adds a `LOG' target, which allows you to create rules in 996 This option enables the NFLOG target, which allows to LOG 1408 matched: mainly useful in combination with the LOG target ("LOG 1502 iptables -A INPUT -m pkttype --pkt-type broadcast -j LOG
|
| /linux/arch/m68k/ifpsp060/src/ |
| H A D | fplsp.S | 8229 blt.w LOGNEG # LOG OF NEGATIVE ARGUMENT IS INVALID 8241 #--THE IDEA IS THAT LOG(X) = K*LOG2 + LOG(Y) 8242 #-- = K*LOG2 + LOG(F) + LOG(1 + (Y-F)/F). 8244 #--LOG(1+U) CAN BE VERY EFFICIENT. 8253 lea LOGTBL(%pc),%a0 # BASE ADDRESS OF 1/F AND LOG(F) 8284 #--LOG(1+U) IS APPROXIMATED BY 8304 add.l &16,%a0 # ADDRESS OF LOG(F) 8310 fadd.x (%a0),%fp1 # LOG(F)+U*V*(A2+V*(A4+V*A6)) 8312 fadd.x %fp1,%fp0 # FP0 IS LOG(F) + LOG(1+U) 8460 ble.w LP1NEG0 # LOG OF ZERO OR -VE [all …]
|
| H A D | fpsp.S | 8318 #--ENTRY POINT FOR LOG(X) FOR X FINITE, NON-ZERO, NOT NAN'S 8438 #--LOG(X) = LOG(1+U/2)-LOG(1-U/2) WHICH IS AN ODD POLYNOMIAL 8480 #--REGISTERS SAVED FPCR. LOG(-VE) IS INVALID 8486 #--ENTRY POINT FOR LOG(X) FOR DENORMALIZED INPUT 8546 #--ENTRY POINT FOR LOG(1+X) FOR X FINITE, NON-ZERO, NOT NAN'S
|
| /linux/Documentation/driver-api/ |
| H A D | libata.rst | 770 LOG EXT is required to clear the error condition, determine which 773 READ LOG EXT Log Page 10h reports which tag has failed and taskfile 784 If READ LOG EXT Log Page 10h fails or reports NQ, we're thoroughly
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 3513 READ LOG DMA EXT command to access logs.
|
| /linux/ |
| H A D | MAINTAINERS | 8884 DRM LOG
|