Searched refs:spot (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/net/netlabel/ |
D | netlabel_kapi.c | 677 u32 spot = start; in netlbl_catmap_setrng() local 679 while (rc == 0 && spot <= end) { in netlbl_catmap_setrng() 680 if (((spot & (BITS_PER_LONG - 1)) != 0) && in netlbl_catmap_setrng() 681 ((end - spot) > BITS_PER_LONG)) { in netlbl_catmap_setrng() 683 spot, in netlbl_catmap_setrng() 686 spot += BITS_PER_LONG; in netlbl_catmap_setrng() 688 rc = netlbl_catmap_setbit(catmap, spot++, flags); in netlbl_catmap_setrng()
|
/linux-4.1.27/arch/xtensa/ |
D | Kconfig.debug | 10 This check can spot missing TLB invalidation/wrong PTE permissions/
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | ar9003_eeprom.c | 3151 int spot; in ar9300_uncompress_block() local 3156 spot = 0; in ar9300_uncompress_block() 3161 spot += offset; in ar9300_uncompress_block() 3165 if (length > 0 && spot >= 0 && spot+length <= mdataSize) { in ar9300_uncompress_block() 3168 it, spot, offset, length); in ar9300_uncompress_block() 3169 memcpy(&mptr[spot], &block[it+2], length); in ar9300_uncompress_block() 3170 spot += length; in ar9300_uncompress_block() 3174 it, spot, offset, length); in ar9300_uncompress_block()
|
/linux-4.1.27/Documentation/device-mapper/ |
D | cache-policies.txt | 59 io_tracker counts contiguous I/Os to try to spot when the I/O is in one
|
/linux-4.1.27/Documentation/ |
D | unaligned-memory-access.txt | 22 assembly). As will become clear, it is relatively easy to spot C statements
|
/linux-4.1.27/Documentation/filesystems/ |
D | gfs2-glocks.txt | 173 2. To spot performance issues more easily
|
/linux-4.1.27/Documentation/development-process/ |
D | 5.Posting | 65 an arbitrary spot.
|
/linux-4.1.27/Documentation/RCU/ |
D | checklist.txt | 437 otherwise extremely difficult to spot.
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | README | 405 make it easier to spot hardlinked files (as they will have
|
/linux-4.1.27/init/ |
D | Kconfig | 1851 to the modules to (hopefully) spot any changes which would
|