Home
last modified time | relevance | path

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

/linux/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 …]
/linux/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()
/linux/arch/arc/lib/
H A Dstrcmp-archs.S32 ;; A match is found, spot it out
/linux/arch/xtensa/
H A DKconfig.debug8 This check can spot missing TLB invalidation/wrong PTE permissions/
/linux/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()
/linux/Documentation/admin-guide/cifs/
H A Dtodo.rst132 the more warnings are addressed, the easier it is to spot real
H A Dusage.rst468 make it easier to spot hardlinked files (as they will have
/linux/Documentation/livepatch/
H A Dshadow-vars.rst172 For commit 1d147bfa6429, a good spot to allocate a shadow spinlock is
/linux/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
/linux/Documentation/translations/zh_TW/admin-guide/
H A Dreporting-issues.rst1352 <linux@leemhuis.info>. If you spot a typo or small mistake, feel free to
/linux/Documentation/translations/zh_CN/admin-guide/
H A Dreporting-issues.rst1351 <linux@leemhuis.info>. If you spot a typo or small mistake, feel free to
/linux/Documentation/admin-guide/
H A Dbug-bisect.rst148 you spot a typo or small mistake, feel free to let him know directly and
/linux/security/selinux/
H A Dhooks.c3192 int spot; in task_avdcache_update() local
3199 spot = (tsec->avdcache.dir_spot + 1) & (TSEC_AVDC_DIR_SIZE - 1); in task_avdcache_update()
3200 tsec->avdcache.dir_spot = spot; in task_avdcache_update()
3201 tsec->avdcache.dir[spot].isid = isec->sid; in task_avdcache_update()
3202 tsec->avdcache.dir[spot].audited = audited; in task_avdcache_update()
3203 tsec->avdcache.dir[spot].allowed = avd->allowed; in task_avdcache_update()
3204 tsec->avdcache.dir[spot].permissive = avd->flags & AVD_FLAGS_PERMISSIVE; in task_avdcache_update()
/linux/Documentation/driver-api/
H A Dioctl.rst228 that can spot problems in the interface when the ioctl is shared
/linux/Documentation/maintainer/
H A Drebasing-and-merging.rst212 point rather than some random spot. If your upstream-bound branch has
/linux/kernel/module/
H A DKconfig168 to the modules to (hopefully) spot any changes which would
/linux/Documentation/RCU/
H A Drcu_dereference.rst490 Unfortunately, these sorts of bugs can be extremely hard to spot during
H A Dchecklist.rst518 otherwise extremely difficult to spot.
/linux/Documentation/admin-guide/mm/
H A Duserfaultfd.rst298 doesn't have a memory error in the exact same spot.
/linux/Documentation/process/
H A D4.Coding.rst63 and to review full files in order to spot coding style mistakes,
H A Dbackporting.rst445 more easily spot problems that might otherwise go unnoticed.
H A Dcoding-style.rst723 and to review full files in order to spot coding style mistakes,