/third_party/selinux/libsepol/cil/src/ |
H A D | cil_resolve_ast.c | 73 /* Currently only used for typetransition file names. in __cil_insert_name() 74 But could be used for any string that is passed as a parameter. in __cil_insert_name() 278 static void cil_type_used(struct cil_symtab_datum *datum, int used) in cil_type_used() argument 284 attr->used |= used; in cil_type_used() 285 if ((attr->used & CIL_ATTR_EXPAND_TRUE) && in cil_type_used() 286 (attr->used & CIL_ATTR_EXPAND_FALSE)) { in cil_type_used() 290 attr->used &= ~CIL_ATTR_EXPAND_TRUE; in cil_type_used() 321 int used; in cil_resolve_avrule() local 342 used in cil_resolve_avrule() 473 int used; cil_resolve_expandtypeattribute() local [all...] |
/kernel/linux/linux-5.10/drivers/firewire/ |
H A D | ohci.c | 106 * A buffer that contains a block of DMA-able coherent memory used for 113 size_t used; member 327 /* In case of multiple matches in ohci_quirks[], only the first one is used. */ 1114 address >= desc->buffer_bus + desc->used) in context_tasklet() 1127 old_desc->used = 0; in context_tasklet() 1167 desc->used = 0; in context_add_buffer() 1200 ctx->buffer_tail->used += sizeof(*ctx->buffer_tail->buffer); in context_init() 1229 if (z * sizeof(*d) > desc->buffer_size - desc->used) { in context_get_descriptors() 1244 d = desc->buffer + desc->used / sizeof(*d); in context_get_descriptors() 1246 *d_bus = desc->buffer_bus + desc->used; in context_get_descriptors() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/ |
H A D | libcxgbi.c | 416 unsigned int used; in find_sock_on_port() local 418 if (!pmap->max_connect || !pmap->used) in find_sock_on_port() 422 used = pmap->used; in find_sock_on_port() 423 for (i = 0; used && i < pmap->max_connect; i++) { in find_sock_on_port() 431 used--; in find_sock_on_port() 465 if (pmap->used >= pmap->max_connect) { in sock_get_port() 467 pr_info("cdev 0x%p, p#%u %s, ALL ports used.\n", in sock_get_port() 477 pmap->used++; in sock_get_port() 525 pmap->used in sock_put_port() [all...] |
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_codec.c | 682 unsigned char active; /* cvt is currently used */ 833 * snd_hda_codec_device_new() is used by legacy HDA and ASoC driver. in snd_hda_codec_dev_free() 1698 * This function is used when #snd_hda_ctl_add cannot be used for 1:1 1731 for (i = 0; i < codec->mixers.used; i++) in snd_hda_ctls_clear() 1798 * When a device is being used, it returns -EBSY. If successfully freed, 1827 for (i = 0; i < codec->mixers.used; i++) { in map_followers() 2228 if (WARN_ON(codec->spdif_out.used <= idx)) in snd_hda_spdif_default_get() 2337 if (WARN_ON(codec->spdif_out.used <= idx)) in snd_hda_spdif_default_put() 2365 if (WARN_ON(codec->spdif_out.used < in snd_hda_spdif_out_switch_get() [all...] |
/kernel/linux/linux-5.10/net/core/ |
H A D | neighbour.c | 83 However, the same lock is used to protect another entry fields: 282 if (time_before(n->used, n->confirmed)) in neigh_add_timer() 283 n->used = n->confirmed; in neigh_add_timer() 446 n->updated = n->used = now; in neigh_alloc() 939 if (time_before(n->used, n->confirmed) && in neigh_periodic_work() 941 n->used = n->confirmed; in neigh_periodic_work() 945 !time_in_range_open(jiffies, n->used, in neigh_periodic_work() 946 n->used + NEIGH_VAR(n->parms, GC_STALETIME)))) { in neigh_periodic_work() 1051 neigh->used + in neigh_timer_handler() 2485 ci.ndm_used = jiffies_to_clock_t(now - neigh->used); in neigh_fill_info() [all...] |
/kernel/linux/linux-6.6/drivers/firewire/ |
H A D | ohci.c | 106 * A buffer that contains a block of DMA-able coherent memory used for 113 size_t used; member 327 /* In case of multiple matches in ohci_quirks[], only the first one is used. */ 1117 address >= desc->buffer_bus + desc->used) in context_tasklet() 1130 old_desc->used = 0; in context_tasklet() 1169 desc->used = 0; in context_add_buffer() 1202 ctx->buffer_tail->used += sizeof(*ctx->buffer_tail->buffer); in context_init() 1231 if (z * sizeof(*d) > desc->buffer_size - desc->used) { in context_get_descriptors() 1246 d = desc->buffer + desc->used / sizeof(*d); in context_get_descriptors() 1248 *d_bus = desc->buffer_bus + desc->used; in context_get_descriptors() [all...] |
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_codec.c | 682 unsigned char active; /* cvt is currently used */ 853 * snd_hda_codec_device_new() is used by legacy HDA and ASoC driver. in snd_hda_codec_unregister() 1740 * This function is used when #snd_hda_ctl_add cannot be used for 1:1 1772 for (i = 0; i < codec->mixers.used; i++) in snd_hda_ctls_clear() 1838 * When a device is being used, it returns -EBSY. If successfully freed, 1867 for (i = 0; i < codec->mixers.used; i++) { in map_followers() 2212 if (WARN_ON(codec->spdif_out.used <= idx)) in snd_hda_spdif_default_get() 2321 if (WARN_ON(codec->spdif_out.used <= idx)) in snd_hda_spdif_default_put() 2349 if (WARN_ON(codec->spdif_out.used < in snd_hda_spdif_out_switch_get() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/cxgbi/ |
H A D | libcxgbi.c | 416 unsigned int used; in find_sock_on_port() local 418 if (!pmap->max_connect || !pmap->used) in find_sock_on_port() 422 used = pmap->used; in find_sock_on_port() 423 for (i = 0; used && i < pmap->max_connect; i++) { in find_sock_on_port() 431 used--; in find_sock_on_port() 465 if (pmap->used >= pmap->max_connect) { in sock_get_port() 467 pr_info("cdev 0x%p, p#%u %s, ALL ports used.\n", in sock_get_port() 477 pmap->used++; in sock_get_port() 525 pmap->used in sock_put_port() [all...] |
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsrecover.c | 52 #define BLOCKBITS 9 /* This is only used to read the restart page */ 207 * Only to be used for log buffers 218 unsigned int used; in replaceusa() local 224 /* Do not check beyond used sectors */ in replaceusa() 226 used = blocksz; in replaceusa() 233 for (j=1; (j<nusa) && ((j-1)*NTFSBLKLTH<used); j++) in replaceusa() 927 * Must not be used when syncing. 939 printf("** Error : searchlikely() used for syncing\n"); in searchlikely() 1214 u32 used; in refresh_attributes() local 1245 used in refresh_attributes() 1778 int used; fixup() local [all...] |
/kernel/linux/linux-5.10/drivers/misc/ |
H A D | fastrpc.c | 203 bool used; member 1140 if (!cctx->session[i].used && cctx->session[i].valid) { in fastrpc_session_alloc() 1141 cctx->session[i].used = true; in fastrpc_session_alloc() 1157 session->used = false; in fastrpc_session_free() 1559 sess->used = false; in fastrpc_cb_probe()
|
/kernel/linux/linux-5.10/drivers/net/hamradio/ |
H A D | scc.c | 219 static struct irqflags { unsigned char used : 1; } Ivec[NR_IRQS]; member 804 wr(scc,R6,0); /* SDLC address zero (not used) */ in init_channel() 1471 if (Ivec[k].used) in z8530_init() 1738 if (!Ivec[hwcfg.irq].used && hwcfg.irq) in scc_net_ioctl() 1745 Ivec[hwcfg.irq].used = 1; in scc_net_ioctl() 2141 if (Ivec[k].used) free_irq(k, NULL); in scc_cleanup_driver()
|
/kernel/linux/linux-5.10/net/ncsi/ |
H A D | ncsi-manage.c | 363 if (ndp->requests[i].used) in ncsi_alloc_request() 367 nr->used = true; in ncsi_alloc_request() 375 if (ndp->requests[i].used) in ncsi_alloc_request() 379 nr->used = true; in ncsi_alloc_request() 407 nr->used = false; in ncsi_free_request() 809 /* Determine if a given channel from the channel_queue should be used for Tx */
|
/kernel/linux/linux-6.6/drivers/net/hamradio/ |
H A D | scc.c | 221 static struct irqflags { unsigned char used : 1; } Ivec[NR_IRQS]; member 806 wr(scc,R6,0); /* SDLC address zero (not used) */ in init_channel() 1473 if (Ivec[k].used) in z8530_init() 1741 if (!Ivec[hwcfg.irq].used && hwcfg.irq) in scc_net_siocdevprivate() 1748 Ivec[hwcfg.irq].used = 1; in scc_net_siocdevprivate() 2144 if (Ivec[k].used) free_irq(k, NULL); in scc_cleanup_driver()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | alternative.c | 1446 unsigned int used; in apply_paravirt() local 1451 used = paravirt_patch(p->type, insn_buff, (unsigned long)p->instr, p->len); in apply_paravirt() 1453 BUG_ON(used > p->len); in apply_paravirt() 1456 add_nops(insn_buff + used, p->len - used); in apply_paravirt() 1604 * 1. set (artificial) features depending on used paravirt in alternative_instructions() 1720 * Context: The temporary mm needs to be used exclusively by a single core. To 1744 * used. Userspace might set up watchpoints on addresses that are used in use_temporary_mm() 1876 * IRQs, but not if the mm is not used, a in __text_poke() [all...] |
/kernel/linux/linux-6.6/net/ncsi/ |
H A D | ncsi-manage.c | 363 if (ndp->requests[i].used) in ncsi_alloc_request() 367 nr->used = true; in ncsi_alloc_request() 375 if (ndp->requests[i].used) in ncsi_alloc_request() 379 nr->used = true; in ncsi_alloc_request() 407 nr->used = false; in ncsi_free_request() 861 /* Determine if a given channel from the channel_queue should be used for Tx */
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | example.c | 104 used:1; member 391 reg->used = 1; in flush_reg() 428 * used yet). in find_pseudo_storage() 431 if (reg && !reg->used) { in find_pseudo_storage() 1693 hardregs[i].used = 0; in generate() 1743 * as being "used" - this does not mean that we cannot 1760 reg->used = 1; in mark_used_registers() 1782 /* Mark incoming registers used */ in output_bb()
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jchuff-sse2.asm | 108 ; Shorthand used to describe SIMD operations: 289 ; esp is used (as t) to point into t_ (data in lower indices is not used once 300 ; back-to-back), so out-of-order execution cannot be used to work around long 614 ; t points to the last used word, possibly below t_ if the previous index had 32 zero bits.
|
/third_party/skia/src/pathops/ |
H A D | SkOpSegment.cpp | 518 for (int index = 0; index < i.used(); ++index) { in distSq() 839 int used = i.used(); in isClose() local 840 for (int index = 0; index < used; ++index) { in isClose() 1688 for (int index = 0; index < i.used(); ++index) { in testForCoincidence()
|
/third_party/toybox/toys/pending/ |
H A D | dhcp.c | 321 int used; in infomsg() local 328 used = vsnprintf(NULL, 0, s, t); in infomsg() 329 used++; in infomsg() 332 msg = xmalloc(used); in infomsg() 333 vsnprintf(msg, used, s, p); in infomsg()
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_store_manager.cpp | 44 __attribute__((used))
|
H A D | transaction_impl.cpp | 27 __attribute__((used))
|
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/ |
H A D | qm.h | 255 atomic_t used; member
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | asm-offsets.c | 168 DEFINE(MPU_RNG_INFO_USED, offsetof(struct mpu_rgn_info, used)); in main()
|
/kernel/linux/linux-5.10/arch/m68k/math-emu/ |
H A D | fp_util.S | 15 * 3. The name of the author may not be used to endorse or promote 42 * used by fp_scan.S 206 | originally used to get longdouble from userspace, now it's 651 | as far as possible), these are used if there is different 1014 | this is only used by fsgldiv/fsgdlmul, where the
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | crct10dif-pcl-asm_64.S | 31 # contributors may be used to endorse or promote products derived from
|