Home
last modified time | relevance | path

Searched refs:junk (Results 1 – 22 of 22) sorted by relevance

/linux-4.1.27/tools/perf/
Dperf-with-kcore.sh52 rm -f perf.data.junk
53 ("$PERF" record -o perf.data.junk $PERF_OPTIONS -- sleep 60) >/dev/null 2>/dev/null &
67 rm perf.data.junk
76 rm perf.data.junk
/linux-4.1.27/arch/powerpc/sysdev/
Dppc4xx_ocm.c294 struct dentry *junk; in ocm_debugfs_init() local
296 junk = debugfs_create_dir("ppc4xx_ocm", 0); in ocm_debugfs_init()
297 if (!junk) { in ocm_debugfs_init()
302 if (debugfs_create_file("info", 0644, junk, NULL, &ocm_debugfs_fops)) { in ocm_debugfs_init()
/linux-4.1.27/drivers/video/fbdev/
Dmacfb.c393 unsigned char junk; in civic_setpalette() local
395 junk = nubus_readb(&civic_cmap_regs->lut); in civic_setpalette()
397 junk = nubus_readb(&civic_cmap_regs->lut); in civic_setpalette()
399 junk = nubus_readb(&civic_cmap_regs->lut); in civic_setpalette()
401 junk = nubus_readb(&civic_cmap_regs->lut); in civic_setpalette()
418 nubus_writeb(junk, &civic_cmap_regs->lut); in civic_setpalette()
/linux-4.1.27/drivers/ipack/devices/
Dscc2698.h30 u8 junk[8]; /* other crap for block control */ member
37 u8 junk[8]; /* other crap for block control */ member
/linux-4.1.27/drivers/crypto/vmx/
Dppc-xlate.pl16 my $junk = shift;
46 my $junk = shift;
/linux-4.1.27/arch/mips/dec/
Dint-handler.S221 FEXPORT(cpu_all_int) # HALT, timers, software junk
234 FEXPORT(asic_all_int) # various I/O ASIC junk
/linux-4.1.27/drivers/media/usb/dvb-usb/
Dcxusb.c376 u8 *junk; in cxusb_d680_dmb_drain_message() local
380 junk = kmalloc(junk_len, GFP_KERNEL); in cxusb_d680_dmb_drain_message()
381 if (!junk) in cxusb_d680_dmb_drain_message()
386 junk, junk_len, &rd_count, timeout) < 0) in cxusb_d680_dmb_drain_message()
391 kfree(junk); in cxusb_d680_dmb_drain_message()
399 u8 *junk; in cxusb_d680_dmb_drain_video() local
403 junk = kmalloc(junk_len, GFP_KERNEL); in cxusb_d680_dmb_drain_video()
404 if (!junk) in cxusb_d680_dmb_drain_video()
409 junk, junk_len, &rd_count, timeout) < 0) in cxusb_d680_dmb_drain_video()
414 kfree(junk); in cxusb_d680_dmb_drain_video()
/linux-4.1.27/net/ipv6/
Dip6_flowlabel.c375 int junk; in fl_create() local
393 &junk, &junk, &junk); in fl_create()
Dipv6_sockglue.c474 int junk; in do_ipv6_setsockopt() local
505 retv = ip6_datagram_send_ctl(net, sk, &msg, &fl6, opt, &junk, in do_ipv6_setsockopt()
506 &junk, &junk); in do_ipv6_setsockopt()
/linux-4.1.27/arch/sparc/kernel/
Dsysfs.c121 static unsigned long read_mmustat_enable(unsigned long junk) in read_mmustat_enable() argument
/linux-4.1.27/arch/x86/kernel/cpu/
Dcommon.c597 u32 junk, tfms, cap0, misc; in cpu_detect() local
599 cpuid(0x00000001, &tfms, &misc, &junk, &cap0); in cpu_detect()
/linux-4.1.27/drivers/media/dvb-frontends/
Dmb86a16.c1045 unsigned char junk; in mb86a16_set_fe() local
1485 if (sync_chk(state, &junk) == 0) { in mb86a16_set_fe()
1508 sync = sync_chk(state, &junk); in mb86a16_set_fe()
/linux-4.1.27/Documentation/input/
Dntrig.txt119 http://code.launchpad.net/~rafi-seas/+junk/ntrig_calib
/linux-4.1.27/Documentation/powerpc/
Dpmu-ebb.txt110 kernel is not able to count the event, and so will return a junk value.
/linux-4.1.27/drivers/scsi/
Dscsi_sysfs.c102 char s1[15], s2[15], s3[17], junk; in scsi_scan() local
106 res = sscanf(str, "%10s %10s %16s %c", s1, s2, s3, &junk); in scsi_scan()
Dips.c5113 uint8_t junk; in ips_reset_morpheus() local
5131 pci_read_config_byte(ha->pcidev, 4, &junk); in ips_reset_morpheus()
/linux-4.1.27/virt/kvm/
Dkvm_main.c2800 static void hardware_enable_nolock(void *junk) in hardware_enable_nolock() argument
2827 static void hardware_disable_nolock(void *junk) in hardware_disable_nolock() argument
/linux-4.1.27/Documentation/crypto/
Ddescore-readme.txt59 all the other junk in the mit kerberos des library, so i've just
/linux-4.1.27/Documentation/scsi/
DChangeLog.megaraid458 FW does not get junk values in the command.
DChangeLog.1992-1997225 sr_ioctl.c: Add special junk at end that Emacs will use for
/linux-4.1.27/drivers/net/wireless/
Dairo.c2076 char junk[0x18]; in get_tx_error() local
2081 bap_read(ai, (__le16 *) junk, 0x18, BAP0); in get_tx_error()
2091 memcpy(wrqu.addr.sa_data, junk + 0x12, ETH_ALEN); in get_tx_error()
/linux-4.1.27/Documentation/networking/
Dfilter.txt796 After the call the registers R1-R5 contain junk values and cannot be read.