| /linux/tools/testing/selftests/bpf/progs/ |
| A D | test_btf_skc_cls_ingress.c | 38 LOG(); in test_syncookie_helper() 43 LOG(); in test_syncookie_helper() 51 LOG(); in test_syncookie_helper() 62 LOG(); in test_syncookie_helper() 90 LOG(); in handle_ip6_tcp() 97 LOG(); in handle_ip6_tcp() 106 LOG(); in handle_ip6_tcp() 111 LOG(); in handle_ip6_tcp() 124 LOG(); in handle_ip6_tcp() 129 LOG(); in handle_ip6_tcp() [all …]
|
| /linux/tools/testing/selftests/lkdtm/ |
| 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/ |
| A D | slogn.S | 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 472 |--REGISTERS SAVED FPCR. LOG(-VE) IS INVALID [all …]
|
| A D | stwotox.S | 330 |--USUAL CASE, 2^(-70) <= |X| <= 16480 LOG 2 / LOG 10
|
| /linux/drivers/media/usb/cpia2/ |
| A D | cpia2_usb.c | 259 LOG("cpia2 data error: [%d] len=%d, status = %d\n", in cpia2_usb_complete() 624 LOG("Control message failed, err val = %d\n", err); in cpia2_usb_transfer_cmd() 625 LOG("Message: request = 0x%0X, start = 0x%0X\n", in cpia2_usb_transfer_cmd() 627 LOG("Message: count = %d, register[0] = 0x%0X\n", in cpia2_usb_transfer_cmd() 632 LOG("Unexpected first byte of direction: %d\n", in cpia2_usb_transfer_cmd() 638 LOG("Unexpected error: %d\n", err); in cpia2_usb_transfer_cmd() 835 LOG("CPiA2 USB camera found\n"); in cpia2_usb_probe() 855 LOG(" CPiA Version: %d.%02d (%d.%d)\n", in cpia2_usb_probe() 860 LOG(" CPiA PnP-ID: %04x:%04x:%04x\n", in cpia2_usb_probe() 864 LOG(" SensorID: %d.(version %d)\n", in cpia2_usb_probe() [all …]
|
| A D | cpia2_v4l.c | 716 LOG("Bad APPn Params n=%d len=%d\n", in cpia2_s_jpegcomp() 730 LOG("Bad COM_len=%d\n", parms->COM_len); in cpia2_s_jpegcomp() 1165 LOG("buffer_size too small, setting to %d\n", buffer_size); in check_parameters() 1169 LOG("buffer_size ridiculously large, setting to %d\n", in check_parameters() 1178 LOG("num_buffers too small, setting to %d\n", num_buffers); in check_parameters() 1181 LOG("num_buffers too large, setting to %d\n", num_buffers); in check_parameters() 1186 LOG("alternate specified is invalid, using %d\n", alternate); in check_parameters() 1191 LOG("Flicker mode specified is invalid, using %d\n", in check_parameters() 1208 LOG("%s v%s\n", in cpia2_init()
|
| A D | cpia2.h | 463 #define LOG(fmt, args...) ALOG(KERN_INFO, fmt, ## args) macro 468 #define LOG(fmt,args...) ALOG(KERN_INFO "cpia2: "fmt,##args) macro
|
| A D | cpia2_core.c | 416 LOG("DoCommand received invalid command\n"); in cpia2_do_command() 566 LOG("%s: invalid request mode\n",__func__); in cpia2_send_command() 985 LOG("%s: Invalid sensor flag value 0x%0X\n",__func__, in set_default_user_mode()
|
| /linux/Documentation/userspace-api/media/cec/ |
| 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 …]
|
| A D | cec-ioc-adap-g-caps.rst | 84 * .. _`CEC-CAP-LOG-ADDRS`:
|
| 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/ |
| A D | netfilter-sysctl.rst | 15 with LOG target; this aims to prevent containers from flooding host
|
| 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/ |
| A D | ktest.pl | 580 print LOG @_; 1553 my $log_size = tell LOG; 1892 print LOG $line if ($dolog); 4254 open(LOG, ">> $opt{LOG_FILE}") or die "Can't write to $opt{LOG_FILE}"; 4255 LOG->autoflush(1); 4404 $test_log_start = tell(LOG); 4516 close LOG;
|
| /linux/net/bridge/netfilter/ |
| A D | Kconfig | 232 This option enables the nflog watcher, which allows to LOG 234 either the old LOG target, the old ULOG target or nfnetlink_log
|
| /linux/Documentation/arm/nwfpe/ |
| A D | todo.rst | 10 LOG{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - logarithm to base 10
|
| A D | netwinder-fpe.rst | 131 LOG{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - logarithm to base 10
|
| /linux/net/netfilter/ |
| A D | Kconfig | 60 tristate "Netfilter LOG over NFNETLINK interface" 960 tristate "LOG target support" 965 This option adds a `LOG' target, which allows you to create rules in 1002 This option enables the NFLOG target, which allows to LOG 1417 matched: mainly useful in combination with the LOG target ("LOG 1511 iptables -A INPUT -m pkttype --pkt-type broadcast -j LOG
|
| /linux/arch/m68k/ifpsp060/src/ |
| A D | fplsp.S | 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. 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 8467 #--SIMPLY INVOKE LOG(X) FOR LOG(1+Z). 8477 #--EXP(-1/16) < X < EXP(1/16). LOG(1+Z) = LOG(1+U/2) - LOG(1-U/2) [all …]
|
| 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/ |
| A D | libata.rst | 800 LOG EXT is required to clear the error condition, determine which 803 READ LOG EXT Log Page 10h reports which tag has failed and taskfile 814 If READ LOG EXT Log Page 10h fails or reports NQ, we're thoroughly
|
| /linux/Documentation/filesystems/ |
| A D | ubifs-authentication.rst | 167 | ---- LOG AREA ---- | ---------- MAIN AREA ------------ |
|