Searched refs:LOG (Results 1 – 22 of 22) sorted by relevance
/linux-6.12.1/tools/testing/selftests/bpf/progs/ |
D | test_btf_skc_cls_ingress.c | 19 #define LOG() ({ if (!linum) linum = __LINE__; }) macro 32 LOG(); in test_syncookie_helper() 37 LOG(); in test_syncookie_helper() 45 LOG(); in test_syncookie_helper() 56 LOG(); in test_syncookie_helper() 84 LOG(); in handle_ip6_tcp() 91 LOG(); in handle_ip6_tcp() 100 LOG(); in handle_ip6_tcp() 105 LOG(); in handle_ip6_tcp() 118 LOG(); in handle_ip6_tcp() [all …]
|
/linux-6.12.1/tools/testing/selftests/lkdtm/ |
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-6.12.1/arch/m68k/fpsp040/ |
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 …]
|
D | stwotox.S | 330 |--USUAL CASE, 2^(-70) <= |X| <= 16480 LOG 2 / LOG 10
|
/linux-6.12.1/Documentation/userspace-api/media/cec/ |
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 …]
|
D | cec-ioc-adap-g-caps.rst | 84 * .. _`CEC-CAP-LOG-ADDRS`:
|
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-6.12.1/Documentation/networking/ |
D | netfilter-sysctl.rst | 15 with LOG target; this aims to prevent containers from flooding host
|
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-6.12.1/arch/mips/boot/dts/realtek/ |
D | cameo-rtl9302c-2x-rtl8224-2xge.dts | 60 label = "JFFS2 LOG";
|
/linux-6.12.1/tools/testing/ktest/ |
D | ktest.pl | 584 print LOG @_; 1582 my $log_size = tell LOG; 1921 print LOG $line if ($dolog); 4303 open(LOG, ">> $opt{LOG_FILE}") or die "Can't write to $opt{LOG_FILE}"; 4304 LOG->autoflush(1); 4453 $test_log_start = tell(LOG); 4565 close LOG;
|
/linux-6.12.1/net/bridge/netfilter/ |
D | Kconfig | 239 This option enables the nflog watcher, which allows to LOG 241 either the old LOG target, the old ULOG target or nfnetlink_log
|
/linux-6.12.1/Documentation/arch/arm/nwfpe/ |
D | todo.rst | 10 LOG{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - logarithm to base 10
|
D | netwinder-fpe.rst | 131 LOG{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - logarithm to base 10
|
/linux-6.12.1/drivers/gpu/drm/nouveau/include/nvrm/535.113.01/nvidia/kernel/inc/vgpu/ |
D | rpc_global_enums.h | 22 X(RM, LOG) //11
|
/linux-6.12.1/net/netfilter/ |
D | Kconfig | 63 tristate "Netfilter LOG over NFNETLINK interface" 963 tristate "LOG target support" 968 This option adds a `LOG' target, which allows you to create rules in 1005 This option enables the NFLOG target, which allows to LOG 1420 matched: mainly useful in combination with the LOG target ("LOG 1514 iptables -A INPUT -m pkttype --pkt-type broadcast -j LOG
|
/linux-6.12.1/drivers/cxl/ |
D | cxlmem.h | 172 C(LOG, -ENXIO, "invalid or unsupported log page"), \
|
/linux-6.12.1/arch/m68k/ifpsp060/src/ |
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 …]
|
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-6.12.1/Documentation/driver-api/ |
D | libata.rst | 763 LOG EXT is required to clear the error condition, determine which 766 READ LOG EXT Log Page 10h reports which tag has failed and taskfile 777 If READ LOG EXT Log Page 10h fails or reports NQ, we're thoroughly
|
/linux-6.12.1/Documentation/filesystems/ |
D | ubifs-authentication.rst | 167 | ---- LOG AREA ---- | ---------- MAIN AREA ------------ |
|
/linux-6.12.1/Documentation/admin-guide/ |
D | kernel-parameters.txt | 3015 READ LOG DMA EXT command to access logs.
|