Home
last modified time | relevance | path

Searched refs:spot (Results 1 – 25 of 53) sorted by relevance

123

/OK3568_Linux_fs/kernel/net/ipv6/
H A Dcalipso.c613 int spot = -1; in calipso_map_cat_hton() local
618 spot = netlbl_catmap_walk(secattr->attr.mls.cat, in calipso_map_cat_hton()
619 spot + 1); in calipso_map_cat_hton()
620 if (spot < 0) in calipso_map_cat_hton()
622 if (spot >= net_clen_bits) in calipso_map_cat_hton()
624 netlbl_bitmap_setbit(net_cat, spot, 1); in calipso_map_cat_hton()
626 if (spot > net_spot_max) in calipso_map_cat_hton()
627 net_spot_max = spot; in calipso_map_cat_hton()
652 int spot = -1; in calipso_map_cat_ntoh() local
656 spot = netlbl_bitmap_walk(net_cat, in calipso_map_cat_ntoh()
[all …]
/OK3568_Linux_fs/kernel/net/netlabel/
H A Dnetlabel_kapi.c812 u32 spot = start; in netlbl_catmap_setrng() local
814 while (rc == 0 && spot <= end) { in netlbl_catmap_setrng()
815 if (((spot & (BITS_PER_LONG - 1)) == 0) && in netlbl_catmap_setrng()
816 ((end - spot) > BITS_PER_LONG)) { in netlbl_catmap_setrng()
818 spot, in netlbl_catmap_setrng()
821 spot += BITS_PER_LONG; in netlbl_catmap_setrng()
823 rc = netlbl_catmap_setbit(catmap, spot++, flags); in netlbl_catmap_setrng()
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/unzip/unzip/
H A D06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch244 + /* Assume that charsets can't start with a dash to spot arguments misuse */
280 + /* Assume that charsets can't start with a dash to spot arguments misuse */
344 + /* Assume that charsets can't start with a dash to spot arguments misuse */
380 + /* Assume that charsets can't start with a dash to spot arguments misuse */
/OK3568_Linux_fs/kernel/arch/arc/lib/
H A Dstrcmp-archs.S32 ;; A match is found, spot it out
/OK3568_Linux_fs/kernel/arch/xtensa/
H A DKconfig.debug8 This check can spot missing TLB invalidation/wrong PTE permissions/
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/
H A Dextents.patch18 Note that e2fsck is currently unable to spot and fix such corruption in
/OK3568_Linux_fs/buildroot/package/e2fsprogs/
H A D0001-libext2fs-add-sanity-check-to-extent-manipulation.patch14 Note that e2fsck is currently unable to spot and fix such corruption in
/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Dvectors.S208 @ !!!! R8 NEEDS to be saved !!!! a reserved stack spot would be good.
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Dar9003_eeprom.c3150 int spot; in ar9300_uncompress_block() local
3155 spot = 0; in ar9300_uncompress_block()
3160 spot += offset; in ar9300_uncompress_block()
3164 if (length > 0 && spot >= 0 && spot+length <= mdataSize) { in ar9300_uncompress_block()
3167 it, spot, offset, length); in ar9300_uncompress_block()
3168 memcpy(&mptr[spot], &block[it+2], length); in ar9300_uncompress_block()
3169 spot += length; in ar9300_uncompress_block()
3173 it, spot, offset, length); in ar9300_uncompress_block()
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Drk3288-veyron-mickey.dts111 * - 800 MHz appears to be a "sweet spot" for me. I can run
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Drk3288-veyron-mickey.dts136 * - 800 MHz appears to be a "sweet spot" for me. I can run
H A D.rk3288-veyron-mickey.dtb.pre.tmp
/OK3568_Linux_fs/kernel/Documentation/admin-guide/cifs/
H A Dtodo.rst132 the more warnings are addressed, the easier it is to spot real
/OK3568_Linux_fs/kernel/Documentation/livepatch/
H A Dshadow-vars.rst172 For commit 1d147bfa6429, a good spot to allocate a shadow spinlock is
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Derrseq.rst114 Occasionally the big boss comes in for a spot check and asks the worker
H A Dunaligned-memory-access.rst31 assembly). As will become clear, it is relatively easy to spot C statements
/OK3568_Linux_fs/external/xserver/hw/xfree86/
H A Dxorgconf.cpp85 # Uncomment this to cause a core dump at the spot where a signal is
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.unaligned-memory-access.txt25 assembly). As will become clear, it is relatively easy to spot C statements
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dioctl.rst228 that can spot problems in the interface when the ioctl is shared
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dgfs2-glocks.rst187 2. To spot performance issues more easily
/OK3568_Linux_fs/kernel/Documentation/maintainer/
H A Drebasing-and-merging.rst212 point rather than some random spot. If your upstream-bound branch has
/OK3568_Linux_fs/kernel/Documentation/RCU/
H A Drcu_dereference.rst451 Unfortunately, these sorts of bugs can be extremely hard to spot during
/OK3568_Linux_fs/kernel/Documentation/process/
H A D5.Posting.rst72 an arbitrary spot.
/OK3568_Linux_fs/u-boot/common/
H A Ddlmalloc.src2698 memalign requests more than enough space from malloc, finds a spot
2758 Find an aligned spot inside chunk.
2761 a spot with less than MINSIZE leader, we can move to the
2762 next aligned spot -- we've allocated enough total room so that
/OK3568_Linux_fs/yocto/poky/documentation/kernel-dev/
H A Dconcepts-appx.rst227 spot (or Linux kernel release) from which the Yocto Linux kernel is

123