Home
last modified time | relevance | path

Searched refs:used (Results 1151 - 1175 of 2007) sorted by relevance

1...<<41424344454647484950>>...81

/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DOrdinals.pm198 If there are more arguments, they are used as I<%options> with the
218 If there are more arguments, they are used as I<%options> with the
1045 NOTE that this returns a "magic" value that can not be used as a function.
1065 NOTE that this returns a "magic" value that can not be used as a function.
/third_party/openssl/util/perl/OpenSSL/
H A DOrdinals.pm198 If there are more arguments, they are used as I<%options> with the
218 If there are more arguments, they are used as I<%options> with the
1045 NOTE that this returns a "magic" value that can not be used as a function.
1065 NOTE that this returns a "magic" value that can not be used as a function.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLiveInterval.cpp84 /// @p Def, the value @p ForVNI will be used instead of allocating a new
154 /// This method is used when we want to extend the segment specified
183 /// This method is used when we want to extend the segment specified
352 // Unfortunately, std::upper_bound cannot be used with mixed types until we in find()
538 assert(!VNI->isUnused() && "Unused valno used by live segment");
808 "segment set can be used only initially before switching to the array");
1323 const VNInfo *used = nullptr, *unused = nullptr;
1334 used = VNI;
1353 // Lump all the unused values in with the last used value.
1354 if (used
[all...]
/third_party/skia/src/gpu/ops/
H A DOpsTask.cpp546 // TODO: this is where GrOp::renderTarget is used (which is fine since it
901 bool used = false; in onIsUsed() local
904 used = true; in onIsUsed()
916 SkASSERT(used == usedSlow); in onIsUsed()
919 return used; in onIsUsed()
/third_party/toybox/toys/posix/
H A Dtar.c130 // Historical nonsense to match other implementations. Never used. in write_longname()
429 long long len, used = 0, sent; in sendfile_sparse() local
438 // first/last 512 bytes used, rest left zeroes in sendfile_sparse()
448 if (len+used>TT.hdr.size) error_exit("sparse overflow"); in sendfile_sparse()
452 used += sent; in sendfile_sparse()
456 skippy(TT.hdr.size-used); in sendfile_sparse()
/third_party/selinux/libselinux/src/
H A Dselinux_restorecon.c125 * The count is only used if SELINUX_RESTORECON_PROGRESS
411 * The hash table of associations, hashed by inode number. Chaining is used
532 size_t used, nel, len, longest; in filespec_eval() local
537 used = 0; in filespec_eval()
545 used++; in filespec_eval()
552 "filespec hash table stats: %zu elements, %zu/%zu buckets used, longest chain length %zu\n", in filespec_eval()
553 nel, used, HASH_BUCKETS, longest); in filespec_eval()
1651 /* Free any used memory */ in selinux_restorecon_xattr()
/kernel/linux/linux-5.10/arch/x86/events/
H A Dcore.c747 int nr_gp; /* number of GP counters used */
748 u64 used; member
807 sched->state.used &= ~BIT_ULL(sched->state.counter); in perf_sched_restore_state()
837 if (sched->state.used & mask) in __perf_sched_find_counter()
840 sched->state.used |= mask; in __perf_sched_find_counter()
853 if (sched->state.used & mask) in __perf_sched_find_counter()
859 sched->state.used |= mask; in __perf_sched_find_counter()
999 /* not already used */ in x86_schedule_events()
1020 * N/2 counters can be used. This helps with events with in x86_schedule_events()
1206 * x86_perf_rdpmc_index - Return PMC counter used fo
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
H A Dtxrx_edma.c328 * buffer id 0 should not be used (marks invalid id). in wil_init_rx_buff_arr()
614 "compressed RX status cannot be used with SW reorder\n"); in wil_rx_init_edma()
754 /* This function is used only for RX SW reorder */
1056 * used for holding the pa in wil_sring_reap_rx_edma()
1273 * this descriptor as used and handle it before ctx zero in wil_tx_sring_handler()
1315 * @skb is used to obtain the protocol and headers length.
1409 int used, avail = wil_ring_avail_tx(ring); in __wil_tx_ring_tso_edma() local
1414 int descs_used = 0; /* total number of used descriptors */ in __wil_tx_ring_tso_edma()
1499 used = wil_ring_used_tx(ring); in __wil_tx_ring_tso_edma()
1501 used, use in __wil_tx_ring_tso_edma()
[all...]
/kernel/linux/linux-5.10/net/netfilter/
H A Dx_tables.c54 unsigned int cur; /* number of used slots in compat_tab[] */
485 char used[64], allow[64]; in xt_check_match() local
487 pr_info_ratelimited("%s_tables: %s match: used from hooks %s, but only valid from %s\n", in xt_check_match()
489 textify_hooks(used, sizeof(used), in xt_check_match()
1000 char used[64], allow[64]; in xt_check_target() local
1002 pr_info_ratelimited("%s_tables: %s target: used from hooks %s, but only usable from %s\n", in xt_check_target()
1004 textify_hooks(used, sizeof(used), in xt_check_target()
1313 * the upper half of the stack is used in xt_jumpstack_alloc()
[all...]
/kernel/linux/linux-5.10/security/tomoyo/
H A Dcommon.c2372 unsigned int used = tomoyo_memory_used[i]; in tomoyo_read_stat() local
2374 total += used; in tomoyo_read_stat()
2375 tomoyo_io_printf(head, "Memory used by %-22s %10u", in tomoyo_read_stat()
2376 tomoyo_memory_headers[i], used); in tomoyo_read_stat()
2377 used = tomoyo_memory_quota[i]; in tomoyo_read_stat()
2378 if (used) in tomoyo_read_stat()
2379 tomoyo_io_printf(head, " (Quota: %10u)", used); in tomoyo_read_stat()
2382 tomoyo_io_printf(head, "Total memory used: %10u\n", in tomoyo_read_stat()
2399 if (tomoyo_str_starts(&data, "Memory used by ")) in tomoyo_write_stat()
2505 * The obserber counter is used b in tomoyo_open_control()
[all...]
/kernel/linux/linux-5.10/net/mac80211/
H A Diface.c1760 bool used = false; in ieee80211_assign_perm_addr() local
1765 used = true; in ieee80211_assign_perm_addr()
1770 if (!used) { in ieee80211_assign_perm_addr()
1812 bool used = false; in ieee80211_assign_perm_addr() local
1825 used = true; in ieee80211_assign_perm_addr()
1830 if (!used) { in ieee80211_assign_perm_addr()
/kernel/linux/linux-5.10/fs/nfsd/
H A Dvfs.c3 * File operations used by nfsd. Some of these have been ripped from
1936 size_t used; member
1946 struct buffered_dirent *de = (void *)(buf->dirent + buf->used); in nfsd_buffered_filldir()
1950 if (buf->used + reclen > PAGE_SIZE) { in nfsd_buffered_filldir()
1960 buf->used += reclen; in nfsd_buffered_filldir()
1986 buf.used = 0; in nfsd_buffered_readdir()
1996 size = buf.used; in nfsd_buffered_readdir()
/kernel/linux/linux-6.6/fs/nfsd/
H A Dvfs.c3 * File operations used by nfsd. Some of these have been ripped from
1993 size_t used; member
2003 struct buffered_dirent *de = (void *)(buf->dirent + buf->used); in nfsd_buffered_filldir()
2007 if (buf->used + reclen > PAGE_SIZE) { in nfsd_buffered_filldir()
2017 buf->used += reclen; in nfsd_buffered_filldir()
2044 buf.used = 0; in nfsd_buffered_readdir()
2054 size = buf.used; in nfsd_buffered_readdir()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/
H A Dtxrx_edma.c328 * buffer id 0 should not be used (marks invalid id). in wil_init_rx_buff_arr()
614 "compressed RX status cannot be used with SW reorder\n"); in wil_rx_init_edma()
754 /* This function is used only for RX SW reorder */
1058 * used for holding the pa in wil_sring_reap_rx_edma()
1275 * this descriptor as used and handle it before ctx zero in wil_tx_sring_handler()
1317 * @skb is used to obtain the protocol and headers length.
1411 int used, avail = wil_ring_avail_tx(ring); in __wil_tx_ring_tso_edma() local
1416 int descs_used = 0; /* total number of used descriptors */ in __wil_tx_ring_tso_edma()
1501 used = wil_ring_used_tx(ring); in __wil_tx_ring_tso_edma()
1503 used, use in __wil_tx_ring_tso_edma()
[all...]
/kernel/linux/linux-6.6/net/netfilter/
H A Dx_tables.c73 unsigned int cur; /* number of used slots in compat_tab[] */
505 char used[64], allow[64]; in xt_check_match() local
507 pr_info_ratelimited("%s_tables: %s match: used from hooks %s, but only valid from %s\n", in xt_check_match()
509 textify_hooks(used, sizeof(used), in xt_check_match()
1020 char used[64], allow[64]; in xt_check_target() local
1022 pr_info_ratelimited("%s_tables: %s target: used from hooks %s, but only usable from %s\n", in xt_check_target()
1024 textify_hooks(used, sizeof(used), in xt_check_target()
1348 * the upper half of the stack is used in xt_jumpstack_alloc()
[all...]
/kernel/linux/linux-6.6/scripts/mod/
H A Dmodpost.c8 * This software may be used and distributed according to the terms
212 * struct symbol is also used for lists of unresolved symbols */
226 bool used; /* there exists a user of this symbol */ member
770 * This is used to find sections missing the SHF_ALLOC flag.
1003 "*_sht", // scsi also used *_sht to some extent in secref_whitelist()
1047 * one of the magic symbols emitted used by current tools.
1244 warn("%s: %s: EXPORT_SYMBOL used for init symbol. Remove __init or EXPORT_SYMBOL.\n", in check_export_symbol()
1247 warn("%s: %s: EXPORT_SYMBOL used for exit symbol. Remove __exit or EXPORT_SYMBOL.\n", in check_export_symbol()
1565 * either when loaded or when used as built-in.
1568 * Likewise for modules used buil
[all...]
/kernel/linux/linux-6.6/security/tomoyo/
H A Dcommon.c2364 unsigned int used = tomoyo_memory_used[i]; in tomoyo_read_stat() local
2366 total += used; in tomoyo_read_stat()
2367 tomoyo_io_printf(head, "Memory used by %-22s %10u", in tomoyo_read_stat()
2368 tomoyo_memory_headers[i], used); in tomoyo_read_stat()
2369 used = tomoyo_memory_quota[i]; in tomoyo_read_stat()
2370 if (used) in tomoyo_read_stat()
2371 tomoyo_io_printf(head, " (Quota: %10u)", used); in tomoyo_read_stat()
2374 tomoyo_io_printf(head, "Total memory used: %10u\n", in tomoyo_read_stat()
2391 if (tomoyo_str_starts(&data, "Memory used by ")) in tomoyo_write_stat()
2497 * The obserber counter is used b in tomoyo_open_control()
[all...]
/kernel/linux/linux-6.6/net/mac80211/
H A Diface.c1107 * Note that we never change this, so if link ID 0 isn't used in an in ieee80211_sdata_init()
1978 bool used = false; in ieee80211_assign_perm_addr() local
1983 used = true; in ieee80211_assign_perm_addr()
1988 if (!used) { in ieee80211_assign_perm_addr()
2030 bool used = false; in ieee80211_assign_perm_addr() local
2043 used = true; in ieee80211_assign_perm_addr()
2048 if (!used) { in ieee80211_assign_perm_addr()
/kernel/linux/linux-5.10/drivers/atm/
H A Didt77252.c653 atomic_set(&scq->used, 0); in alloc_scq()
712 atomic_inc(&scq->used); in push_on_scq()
713 entries = atomic_read(&scq->used); in push_on_scq()
715 atomic_dec(&scq->used); in push_on_scq()
768 TXPRINTK("%d entries in SCQ used (push).\n", atomic_read(&scq->used)); in push_on_scq()
771 card->name, atomic_read(&scq->used), in push_on_scq()
798 card->name, atomic_read(&scq->used), scq->next); in drain_scq()
817 atomic_dec(&scq->used); in drain_scq()
2547 while (atomic_read(&vc->scq->used) > in idt77252_close()
[all...]
/kernel/linux/linux-6.6/drivers/atm/
H A Didt77252.c653 atomic_set(&scq->used, 0); in alloc_scq()
712 atomic_inc(&scq->used); in push_on_scq()
713 entries = atomic_read(&scq->used); in push_on_scq()
715 atomic_dec(&scq->used); in push_on_scq()
768 TXPRINTK("%d entries in SCQ used (push).\n", atomic_read(&scq->used)); in push_on_scq()
771 card->name, atomic_read(&scq->used), in push_on_scq()
798 card->name, atomic_read(&scq->used), scq->next); in drain_scq()
817 atomic_dec(&scq->used); in drain_scq()
2540 while (atomic_read(&vc->scq->used) > in idt77252_close()
[all...]
/third_party/libdrm/intel/
H A Dintel_bufmgr_gem.c220 * Virtual address of the buffer allocated by user, used for userptr
237 * Boolean of whether this buffer has been used as a relocation
249 * Boolean of whether this buffer can be re-used
1058 * This can be used when one application needs to pass a buffer object
1096 /* Now see if someone has used a prime handle to get this in drm_intel_bo_gem_create_from_name()
1589 * This is used in the implementation of GL_ARB_map_buffer_range: The
1609 * track where the buffer was last used on the CPU side in in drm_intel_gem_bo_map_unsynchronized()
1930 * Sets the object to the GTT read and possibly write domain, used by the X
2299 do_exec2(drm_intel_bo *bo, int used, drm_intel_context *ctx, in do_exec2() argument
2345 execbuf.batch_len = used; in do_exec2()
2408 drm_intel_gem_bo_exec2(drm_intel_bo *bo, int used, drm_clip_rect_t *cliprects, int num_cliprects, int DR4) drm_intel_gem_bo_exec2() argument
2417 drm_intel_gem_bo_mrb_exec2(drm_intel_bo *bo, int used, drm_clip_rect_t *cliprects, int num_cliprects, int DR4, unsigned int flags) drm_intel_gem_bo_mrb_exec2() argument
2426 drm_intel_gem_bo_context_exec(drm_intel_bo *bo, drm_intel_context *ctx, int used, unsigned int flags) drm_intel_gem_bo_context_exec() argument
2433 drm_intel_gem_bo_fence_exec(drm_intel_bo *bo, drm_intel_context *ctx, int used, int in_fence, int *out_fence, unsigned int flags) drm_intel_gem_bo_fence_exec() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
H A Dassembler_arm.cc1666 Register UseRegister(Register reg, RegList *used) {
1669 ASSERT((*used & (1 << reg)) == 0);
1670 *used |= (1 << reg);
1674 Register AllocateRegister(RegList *used) {
1675 const RegList free = ~*used;
1679 used);
1688 RegList used = 0;
1689 UseRegister(new_value, &used);
1690 Register base = UseRegister(address.rn(), &used);
1692 UseRegister(address.rm(), &used);
[all...]
/kernel/linux/linux-5.10/drivers/acpi/
H A Dpci_link.c402 * ACPI has no automatic means of knowing what ISA IRQs are used. Note that
412 * List interrupts that should not be used for PCI:
811 static int __init acpi_irq_penalty_update(char *str, int used) in acpi_irq_penalty_update() argument
829 if (used) in acpi_irq_penalty_update()
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Ddecbin.S52 | greater than 10^27, a directed rounding scheme is used with
157 dbf %d2,e_gd |if we have used all 3 digits, exit loop
/kernel/linux/linux-5.10/arch/x86/boot/
H A Dheader.S275 # Kernel attributes; used by setup. This is part 1 of the
350 # end of setup code can be used by setup
367 # used, there is no longer
480 # has been achieved. The smallest block type encoding is always used.

Completed in 50 milliseconds

1...<<41424344454647484950>>...81