/linux-6.1.9/net/ipv6/ |
D | calipso.c | 613 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-6.1.9/net/netlabel/ |
D | netlabel_kapi.c | 812 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-6.1.9/arch/arc/lib/ |
D | strcmp-archs.S | 32 ;; A match is found, spot it out
|
/linux-6.1.9/arch/xtensa/ |
D | Kconfig.debug | 8 This check can spot missing TLB invalidation/wrong PTE permissions/
|
/linux-6.1.9/drivers/net/wireless/ath/ath9k/ |
D | ar9003_eeprom.c | 3150 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-6.1.9/arch/arm/boot/dts/ |
D | rk3288-veyron-mickey.dts | 111 * - 800 MHz appears to be a "sweet spot" for me. I can run
|
/linux-6.1.9/Documentation/admin-guide/cifs/ |
D | todo.rst | 134 the more warnings are addressed, the easier it is to spot real
|
D | usage.rst | 466 make it easier to spot hardlinked files (as they will have
|
/linux-6.1.9/Documentation/livepatch/ |
D | shadow-vars.rst | 172 For commit 1d147bfa6429, a good spot to allocate a shadow spinlock is
|
/linux-6.1.9/Documentation/core-api/ |
D | errseq.rst | 114 Occasionally the big boss comes in for a spot check and asks the worker
|
D | unaligned-memory-access.rst | 31 assembly). As will become clear, it is relatively easy to spot C statements
|
D | xarray.rst | 412 spot in the tree. If you want to move to the next or previous index,
|
/linux-6.1.9/Documentation/translations/zh_CN/admin-guide/ |
D | reporting-issues.rst | 1351 <linux@leemhuis.info>. If you spot a typo or small mistake, feel free to
|
/linux-6.1.9/kernel/module/ |
D | Kconfig | 68 to the modules to (hopefully) spot any changes which would
|
/linux-6.1.9/Documentation/driver-api/ |
D | ioctl.rst | 228 that can spot problems in the interface when the ioctl is shared
|
/linux-6.1.9/Documentation/filesystems/ |
D | gfs2-glocks.rst | 187 2. To spot performance issues more easily
|
/linux-6.1.9/Documentation/maintainer/ |
D | rebasing-and-merging.rst | 212 point rather than some random spot. If your upstream-bound branch has
|
/linux-6.1.9/Documentation/RCU/ |
D | rcu_dereference.rst | 463 Unfortunately, these sorts of bugs can be extremely hard to spot during
|
D | checklist.rst | 464 otherwise extremely difficult to spot.
|
/linux-6.1.9/Documentation/process/ |
D | maintainer-netdev.rst | 142 own patches when you post a new version or spot a bug. Please do not do that.
|
D | 5.Posting.rst | 71 an arbitrary spot.
|
D | 4.Coding.rst | 63 and to review full files in order to spot coding style mistakes,
|
D | coding-style.rst | 732 and to review full files in order to spot coding style mistakes,
|
/linux-6.1.9/Documentation/admin-guide/ |
D | reporting-issues.rst | 1286 might immediately spot what's causing the issue; they then might write a patch 1748 you spot a typo or small mistake, feel free to let him know directly and
|