Home
last modified time | relevance | path

Searched refs:checked (Results 1 – 122 of 122) sorted by relevance

/linux-4.4.14/security/tomoyo/
Dcondition.c26 u8 *checked) in tomoyo_argv() argument
31 for (i = 0; i < argc; argv++, checked++, i++) { in tomoyo_argv()
35 *checked = 1; in tomoyo_argv()
59 u8 *checked) in tomoyo_envp() argument
68 for (i = 0; i < envc; envp++, checked++, i++) { in tomoyo_envp()
72 *checked = 1; in tomoyo_envp()
114 u8 *checked; in tomoyo_scan_bprm() local
116 checked = local_checked; in tomoyo_scan_bprm()
119 checked = kzalloc(argc + envc, GFP_NOFS); in tomoyo_scan_bprm()
120 if (!checked) in tomoyo_scan_bprm()
[all …]
/linux-4.4.14/drivers/sh/maple/
Dmaple.c60 static bool checked[MAPLE_PORTS]; variable
472 if (checked[x] && empty[x]) { in maple_vblank_handler()
563 if (checked[mdev->port] == false) { in maple_response_none()
564 checked[mdev->port] = true; in maple_response_none()
582 if ((mdev->unit == 0) && (checked[mdev->port] == false)) { in maple_response_devinfo()
583 checked[mdev->port] = true; in maple_response_devinfo()
621 if (checked[i] == false) { in maple_port_rescan()
846 checked[i] = false; in maple_bus_init()
/linux-4.4.14/drivers/md/bcache/
Dalloc.c218 size_t checked = 0; in invalidate_buckets_fifo() local
230 if (++checked >= ca->sb.nbuckets) { in invalidate_buckets_fifo()
241 size_t checked = 0; in invalidate_buckets_random() local
255 if (++checked >= ca->sb.nbuckets / 2) { in invalidate_buckets_random()
/linux-4.4.14/Documentation/virtual/kvm/
Dmsr.txt47 Availability of this MSR must be checked via bit 3 in 0x4000001 cpuid
111 of specific flags has to be checked in 0x40000001 cpuid leaf.
125 Availability of this MSR must be checked via bit 3 in 0x4000001 cpuid
136 Availability of this MSR must be checked via bit 0 in 0x4000001 cpuid
146 Availability of this MSR must be checked via bit 0 in 0x4000001 cpuid
Dapi.txt72 means availability needs to be checked with KVM_CHECK_EXTENSION
2132 userspace. The host will set a flag in the pvclock structure that is checked
3610 Only privileged operation exceptions will be checked for in the kernel (or even
/linux-4.4.14/scripts/coccinelle/misc/
Dorplus.cocci2 /// The results should be checked manually to ensure that the nonzero
/linux-4.4.14/Documentation/input/
Dwalkera0701.txt107 calculated by sum of binary values in checked nibbles + sum of octal values
108 in checked nibbles divided by 8. Only bit 0 of this sum is used.
Devent-codes.txt267 compatibility, both methods need to be checked in userspace.
/linux-4.4.14/Documentation/w1/slaves/
Dw1_ds240624 CRCs are checked on read and write. Failed checks cause an I/O error to be
/linux-4.4.14/arch/metag/
DKconfig.soc49 All memory accesses will be checked for alignment and an exception
/linux-4.4.14/Documentation/scheduler/
Dsched-stats.txt72 2) # of times in this domain load_balance() checked but found
89 10) # of times in this domain load_balance() checked but found the
105 18) # of times in this domain load_balance() checked but found the
Dcompletion.txt146 The below variants all return status and this status should be checked in
147 most(/all) cases - in cases where the status is deliberately not checked you
Dsched-rt-group.txt138 Group settings are checked against the following limits in order to keep the
/linux-4.4.14/tools/power/cpupower/
DREADME9 For both it's not explicitly checked for (yet).
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-kernel-mm-ksm30 pages_unshared: how many pages unique but repeatedly checked
/linux-4.4.14/drivers/acpi/apei/
DKconfig31 error registers or non-standard hardware link can be checked
/linux-4.4.14/Documentation/
Dcoccinelle.txt86 description of the problem being checked by the semantic patch, and
90 positives. Thus, reports must be carefully checked, and patches
119 By default the entire kernel source tree is checked.
Dhighuid.txt56 Other filesystems have not been checked yet.
DSubmitChecklist81 21: Has been checked with injection of at least slab and page-allocation
Dflexible-arrays.txt48 element size and total will be checked for validity at compile time.
Dmodule-signing.txt89 their signatures checked without causing a dependency loop.
Dvme_api.txt266 are not checked until an entry is added to a DMA list, the request
Dadding-syscalls.txt146 to be governed by the appropriate Linux capability bit (checked with a call to
Dedac.txt60 There is a PCI device attribute located in sysfs that is checked by
Dkmemcheck.txt689 return value of kmalloc() is checked -- in other words, passing NULL
Dkprobes.txt618 Anyway, these limitations are checked by the in-kernel instruction
/linux-4.4.14/Documentation/isdn/
DREADME.diversion56 In this case all incoming calls are checked by rules that may be
104 If the module is actually loaded and active may be checked with a
/linux-4.4.14/drivers/mtd/ubi/
Dkapi.c205 if (!vol->checked) { in ubi_open_volume()
218 vol->checked = 1; in ubi_open_volume()
Dubi.h344 unsigned int checked:1; member
Dcdev.c379 vol->checked = 1; in vol_cdev_write()
/linux-4.4.14/Documentation/hwmon/
Dlm8036 should work in the same way (but this must be checked; the datasheet
Dsysfs-interface731 checked if its acceptable. Be careful with further conversions on the value
/linux-4.4.14/tools/perf/tests/attr/
DREADME10 these files are checked for values we expect for command.
/linux-4.4.14/Documentation/block/
Ddeadline-iosched.txt38 deadline expiries are only checked between batches. fifo_batch controls the
/linux-4.4.14/Documentation/EDID/
DHOWTO.txt54 created, it must be checked with the "edid-decode" utility which will
/linux-4.4.14/fs/btrfs/
Drelocation.c74 unsigned int checked:1; member
744 WARN_ON(cur->checked);
759 if (!exist->checked)
872 ASSERT(upper->checked);
967 upper->checked = 0;
969 upper->checked = 1;
977 if (!upper->checked && need_check) {
982 if (upper->checked)
989 ASSERT(upper->checked);
1018 cur->checked = 1;
[all …]
/linux-4.4.14/arch/c6x/
DKconfig146 Usually the pointer transfer from user space is checked to see if its
/linux-4.4.14/Documentation/powerpc/
Dtransactional_memory.txt107 delivered. For future compatibility the MSR.TS field should be checked to
186 These can be checked by the user program's abort handler as TEXASR[0:7]. If
/linux-4.4.14/Documentation/arm/
DSetup19 will be checked by the kernel.
DInterrupts158 be re-checked for pending events. (see the Neponset IRQ handler for
Dcluster-pm-race-avoidance.txt356 CPUs can be checked for entry into CPU_COMING_UP or CPU_UP.
/linux-4.4.14/Documentation/devicetree/bindings/crypto/
Dfsl-sec4.txt204 will be checked at run time. After an initial hash result is
205 calculated, these addresses are checked by HW to monitor any
280 followed by the length of the HW partition to be checked;
/linux-4.4.14/Documentation/power/
Ds2ram.txt54 until after the hash is checked. You can check the hash against the current
Druntime_pm.txt141 checked. If that counter also is equal to zero, the PM core executes the
334 checked additionally, and -EACCES means that 'power.disable_depth' is
/linux-4.4.14/fs/affs/
DChanges253 - fsuser is now checked last.
289 now checked for validity.
/linux-4.4.14/Documentation/networking/
Dnfc.txt90 operation by calling STOP_POLL command. In this case, it will be checked if
Dskfp.txt92 The adapter can be checked using the diagnostic program
Dpacket_mmap.txt315 predetermined sizes that kmalloc uses can be checked in the "size-<bytes>"
395 The following are conditions that are checked in packet_set_ring
462 statistics where checked with getsockopt() and
DREADME.ipw210033 quality checked to ensure that they meet all necessary local and
DREADME.ipw220046 quality checked to ensure that they meet all necessary local and
Dfilter.txt1043 are PTR_TO_CTX, PTR_TO_MAP, FRAME_PTR. They are bounds and alignment checked.
Dcan.txt872 checked in the appropriate receive list. All entries contain the
/linux-4.4.14/fs/reiserfs/
Dinode.c2534 int checked = PageChecked(page); in reiserfs_write_full_page() local
2541 if (checked && (current->flags & PF_MEMALLOC)) { in reiserfs_write_full_page()
2587 } else if ((checked || buffer_dirty(bh)) && in reiserfs_write_full_page()
2610 if (checked) { in reiserfs_write_full_page()
2628 if (checked) { in reiserfs_write_full_page()
2652 if (checked) { in reiserfs_write_full_page()
/linux-4.4.14/Documentation/driver-model/
Dplatform.txt174 checked for matches. Platform devices should be registered very
178 unbound devices on that bus are checked for matches. Drivers
/linux-4.4.14/Documentation/filesystems/pohmelfs/
Ddesign_notes.txt68 is checked during mount time and, if the server does not support it, appropriate capabilities
/linux-4.4.14/include/linux/
Dpage-flags.h218 PAGEFLAG(Checked, checked) /* Used by some filesystems */
/linux-4.4.14/Documentation/vm/
Dksm.txt87 pages_unshared - how many pages unique but repeatedly checked for merging
Duserfaultfd.txt139 checked to find which missing pages to send in round robin and we seek
Dpage_migration109 7. The radix tree is checked and if it does not contain the pointer to this
Dslub.txt132 longer be checked. This is useful to avoid SLUB trying to generate
Dcleancache.txt256 The cleancache_enabled flag is checked in all of the frequently-used
Dunevictable-lru.txt412 mlocked pages. Note, however, that at this point we haven't checked whether
/linux-4.4.14/Documentation/locking/
Dlocktorture.txt145 checked for such errors. The "rmmod" command forces a "SUCCESS",
Dlockdep-design.txt221 table, which hash-table can be checked in a lockfree manner. If the
Drt-mutex-design.txt413 rt_mutex_adjust_prio_chain is called with a task to be checked for PI
432 A loop is entered, where task is the owner to be checked for PI changes that
/linux-4.4.14/Documentation/device-mapper/
Dverity.txt29 checked. It may be specified as a path, like /dev/sdaX, or a device number,
Ddm-raid.txt187 checked for consistency. The number of
Dcache.txt264 device must be deactivated and checked/repaired before the
Dthin-provisioning.txt320 device must be deactivated and checked/repaired before the
/linux-4.4.14/arch/arm/plat-samsung/
DKconfig263 going to sleep. The blocks are then checked on resume for any
/linux-4.4.14/Documentation/fb/
Dvesafb.txt103 support nor the specs, so I have not checked this yet.
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-class-ubi203 checked using the "corrupted" sysfs file.
/linux-4.4.14/Documentation/kbuild/
Dkbuild.txt85 The value of KBUILD_DEBARCH is assumed (not checked) to be a valid Debian
Dmakefiles.txt1105 When the rule is evaluated, it is checked to see if any files
/linux-4.4.14/Documentation/watchdog/
Dconvert_drivers_to_kernel_api.txt193 Make sure the return value gets checked and the error message, if present,
Dwatchdog-kernel-api.txt191 after calling watchdog_unregister_device, and then checked before calling
/linux-4.4.14/Documentation/i2c/
Dslave-interface66 bus drivers and must be checked for by backend drivers.
/linux-4.4.14/arch/m68k/fpsp040/
Dskeleton.S444 | the EXC_SR is checked and a simple memory copy is done if reading
Dres_func.S477 | is double or single, the result is zero, and the mode is checked
/linux-4.4.14/Documentation/leds/
Dledtrig-transient.txt106 Please note that current LED state is not checked prior to
/linux-4.4.14/Documentation/sound/oss/
DIntroduction184 The status of sound may be read/checked by:
192 which other modules may be checked by:
/linux-4.4.14/arch/blackfin/
DKconfig.debug229 Usually the pointer transfer from user space is checked to see if its
/linux-4.4.14/Documentation/filesystems/
Daffs.txt214 fsck that the fs should not be checked (place a '0' in the sixth field
Dautofs4-mount-control.txt211 the structure size then a path is assumed to be present and is checked to
388 is looked up and is checked to see if it is the root of a mount. If a
Dsquashfs.txt95 the source directory, and checked for duplicates. Once all file data has been
Dvfat.txt192 * vfat_valid_longname does not properly checked reserved names.
Dxfs-self-describing-metadata.txt236 The code ensures that the CRC is only checked if the filesystem has CRCs enabled
Dpath-lookup.txt163 another list without ever having checked object 3.
Dxfs-delayed-logging-design.txt555 checkpoint commit to complete. This background push is checked and executed by
Dvfs.txt431 exist; this is checked by the VFS. Unlike plain rename,
/linux-4.4.14/Documentation/sound/alsa/
DOSS-Emulation.txt244 [Volume|Switch]" will be checked in addition.
DAudiophile-Usb.txt308 * Hardware constraints due to the USB bus limitation aren't checked
DALSA-Configuration.txt935 of the capture stream is checked from both LPIB and POSBUF
/linux-4.4.14/scripts/
DKbuild.include274 # Output (listed in the order they are checked):
Danalyze_suspend.py2372 ….pf:checked + label {background: url(\'data:image/svg+xml;utf,<?xml version="1.0" standalone="no"?…
2373 ….pf:not(:checked) ~ label {background: url(\'data:image/svg+xml;utf,<?xml version="1.0" standalone…
2374 .pf:checked ~ *:not(:nth-child(2)) {display: none;}\n\
Dspelling.txt215 chked||checked
/linux-4.4.14/Documentation/sysctl/
Dnet.txt232 Controls the rate at which expires are checked.
Dkernel.txt329 The upper bound on the number of tasks that are checked.
902 The value written is checked against the available RAM pages. If the
/linux-4.4.14/block/
Dblk-mq.c654 int checked = 8; in blk_mq_attempt_merge() local
659 if (!checked--) in blk_mq_attempt_merge()
/linux-4.4.14/Documentation/scsi/
Darcmsr_spec.txt208 ** byte 4-0x?? : user password to be checked
DChangeLog.megaraid43 > I've checked filesystem, memory on the node, motherboard BIOS
Dst.txt254 started and the write call returns immediately. The status is checked
/linux-4.4.14/Documentation/acpi/
Denumeration.txt410 return package will be checked first. Also in that case the bus type the device
/linux-4.4.14/Documentation/RCU/
Dtorture.txt318 checked for such errors. The "rmmod" command forces a "SUCCESS",
Dstallwarn.txt19 this parameter is checked only at the beginning of a cycle.
Dtrace.txt342 not yet checked in for the current grace period ("e"
DwhatisRCU.txt882 All: lockdep-checked RCU-protected pointer access
/linux-4.4.14/Documentation/gpio/
Dconsumer.txt153 checked, since the get/set calls don't return errors and since misconfiguration
Dgpio-legacy.txt139 be checked, since the get/set calls don't have error returns and since
257 gpio_request() must be checked. You should normally issue these calls from
/linux-4.4.14/arch/
DKconfig334 - secure_computing return value is checked and a return value of -1
/linux-4.4.14/Documentation/trace/
Devents.txt157 the trace buffer, its fields are checked against the filter expression
/linux-4.4.14/arch/m68k/ifpsp060/src/
Dilsp.S294 # Since we already checked this case above, we can treat the most significant
/linux-4.4.14/Documentation/cdrom/
Dcdrom-standard.tex876 $arg$ is checked against the maximum head rate of the drive found in the
879 First disc is numbered 0. The number $arg$ is checked against the
/linux-4.4.14/Documentation/netlabel/
Ddraft-ietf-cipso-ipsecurity-01.txt510 policies may require both incoming and outgoing datagrams be checked against
/linux-4.4.14/Documentation/security/
DSmack.txt701 packets will be checked if the program has appropriate privilege.
Dkeys.txt615 checked for keys before recursion into its children occurs.
/linux-4.4.14/Documentation/filesystems/cifs/
DREADME286 (such as Windows), permissions can also be checked at the
/linux-4.4.14/Documentation/video4linux/
Dvivid.txt898 capture and VBI capture devices. When checked the video looping will be enabled.
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic7xxx.seq412 * message byte we receive so it can be checked prior to
Daic79xx.seq1483 * both FIFOs have been allocated since we last checked
/linux-4.4.14/lib/
DKconfig.debug597 regions to be regularly checked for invalid topology.
/linux-4.4.14/drivers/staging/speakup/
Dspkguide.txt545 can be loaded after the file systems have been checked and mounted, or