/kernel/linux/linux-5.10/drivers/input/joystick/ |
H A D | gamecon.c | 78 int used; member 777 if (!gc->used++) { in gc_open() 792 if (!--gc->used) { in gc_close()
|
H A D | db9.c | 92 int used; member 517 if (!db9->used++) { in db9_open() 537 if (!--db9->used) { in db9_close()
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | internal.h | 62 * Value used if the user did not specify a port value. 674 * Calculate the number of 512byte blocks used. 678 blkcnt_t used = (tsize + 511) >> 9; in nfs_calc_block_size() local 679 return (used > ULONG_MAX) ? ULONG_MAX : used; in nfs_calc_block_size() 841 * If a zero value is set, then autobind will be used.
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | move_extents.c | 528 int i, used, last_free_bits = 0, base_bit = *goal_bit; in ocfs2_probe_alloc_group() local 535 used = ocfs2_test_bit(i, (unsigned long *)gd->bg_bitmap); in ocfs2_probe_alloc_group() 536 if (used) { in ocfs2_probe_alloc_group()
|
/kernel/linux/linux-5.10/net/atm/ |
H A D | clip.c | 83 entry->neigh->used = jiffies; in link_vcc() 96 entry->neigh->used = jiffies; in unlink_clip_vcc() 315 * don't increment the usage count. This is used to create entries in 503 /* length. tx_queue_len is only used for the default case, */ in clip_setup() 750 exp = entry->neigh->used; in atmarp_info()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | internal.h | 62 * Value used if the user did not specify a port value. 726 * Calculate the number of 512byte blocks used. 730 blkcnt_t used = (tsize + 511) >> 9; in nfs_calc_block_size() local 731 return (used > ULONG_MAX) ? ULONG_MAX : used; in nfs_calc_block_size() 912 * If a zero value is set, then autobind will be used.
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | move_extents.c | 526 int i, used, last_free_bits = 0, base_bit = *goal_bit; in ocfs2_probe_alloc_group() local 533 used = ocfs2_test_bit(i, (unsigned long *)gd->bg_bitmap); in ocfs2_probe_alloc_group() 534 if (used) { in ocfs2_probe_alloc_group()
|
/kernel/linux/linux-6.6/drivers/vdpa/vdpa_sim/ |
H A D | vdpa_sim.c | 101 struct vring_used *used = (struct vring_used *) in vdpasim_queue_ready() local 106 true, desc, avail, used); in vdpasim_queue_ready() 109 true, desc, avail, used); in vdpasim_queue_ready()
|
/kernel/linux/linux-6.6/drivers/input/joystick/ |
H A D | gamecon.c | 75 int used; member 774 if (!gc->used++) { in gc_open() 789 if (!--gc->used) { in gc_close()
|
H A D | db9.c | 89 int used; member 514 if (!db9->used++) { in db9_open() 534 if (!--db9->used) { in db9_close()
|
/kernel/linux/linux-6.6/net/atm/ |
H A D | clip.c | 83 entry->neigh->used = jiffies; in link_vcc() 96 entry->neigh->used = jiffies; in unlink_clip_vcc() 315 * don't increment the usage count. This is used to create entries in 503 /* length. tx_queue_len is only used for the default case, */ in clip_setup() 750 exp = entry->neigh->used; in atmarp_info()
|
/third_party/gn/src/gn/ |
H A D | command_gen.cc | 79 // A map type used to implement --ide=ninja_outputs 439 // really important that ninja executable used for tools matches the in RunNinjaPostProcessTools() 440 // executable that is used for builds. in RunNinjaPostProcessTools() 515 Can be used to specify the ninja executable to use. This executable will 516 be used as an IDE option to indicate which ninja to use for building. This 517 executable will also be used as part of the gen process for triggering a 547 Semicolon-separated list of label patterns used to limit the set of 549 and their dependencies will be included in the solution. Only used for 568 Can be used to specify the ninja executable to use when building. 572 command-line. Can be used t [all...] |
/third_party/lwip/test/unit/api/ |
H A D | test_sockets.c | 17 int used = 0; in test_sockets_get_used_count() local 24 used++; in test_sockets_get_used_count() 28 return used; in test_sockets_get_used_count() 89 /* all sockets used, now it should fail */ in START_TEST()
|
/third_party/node/deps/v8/src/objects/ |
H A D | ordered-hash-table.h | 25 // and OrderedHashTable, below). It is meant to be used by JSMap/JSSet. 27 // Only Object keys are supported, with Object::SameValueZero() used as the 65 // [kPrefixSize + 3 + NumberOfDeletedElements()..length]: Not used 360 // of 255 is used to denote an unknown entry. 487 // values, which means that this value can't be used a valid 492 // The load factor is used to derive the number of buckets from 611 // This is used for accessing the non |DataTable| part of the 633 int used = NumberOfElements() + NumberOfDeletedElements(); 634 DCHECK_LE(used, Capacity()); 636 return used; [all...] |
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | sparccpuid.S | 50 ! not cause illegal_instruction trap. It therefore can be used 59 ! we wipe it as memcpy might have used it... 170 add %o0,1,%i0 ! used for debugging
|
/third_party/skia/src/core/ |
H A D | SkStream.cpp | 879 ptrdiff_t used = fTail->fCurr - (char*)fTail; in detachAsStream() local 880 fHead = fTail = (SkDynamicMemoryWStream::Block*)sk_realloc_throw(fTail, SkToSizeT(used)); in detachAsStream() 881 fTail->fStop = fTail->fCurr = (char*)fTail + used; // Update pointers. in detachAsStream()
|
/third_party/openssl/crypto/ |
H A D | sparccpuid.S | 50 ! not cause illegal_instruction trap. It therefore can be used 59 ! we wipe it as memcpy might have used it... 170 add %o0,1,%i0 ! used for debugging
|
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/ |
H A D | rockchip_vpu981_hw_av1_dec.c | 123 if (!av1_dec->frame_refs[i].used) in rockchip_vpu981_get_frame_index() 154 if (av1_dec->frame_refs[i].used) in rockchip_vpu981_av1_dec_frame_ref() 169 av1_dec->frame_refs[i].used = true; in rockchip_vpu981_av1_dec_frame_ref() 183 av1_dec->frame_refs[idx].used = false; in rockchip_vpu981_av1_dec_frame_unref() 195 bool used = false; in rockchip_vpu981_av1_dec_clean_refs() local 197 if (!av1_dec->frame_refs[idx].used) in rockchip_vpu981_av1_dec_clean_refs() 202 used = true; in rockchip_vpu981_av1_dec_clean_refs() 205 if (!used) in rockchip_vpu981_av1_dec_clean_refs()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
H A D | cwsr_trap_handler_gfx10.asm | 268 // ttmp[2:5] and ttmp12 can be used (others hold SPI-initialized debug data) 506 // Not used on Sienna_Cichlid but keep layout same for debugger. 529 // Save SGPR before LDS save, then the s0 to s4 can be used during LDS save... 608 s_cbranch_scc0 L_SAVE_LDS_DONE //no lds used? jump to L_SAVE_DONE 610 s_barrier //LDS is used? wait for other waves in the same TG 755 s_cbranch_scc0 L_SAVE_VGPR_END //no shared_vgpr used? jump to L_SAVE_LDS 801 s_cbranch_scc0 L_RESTORE_VGPR //no lds used? jump to L_RESTORE_VGPR 934 s_cbranch_scc0 L_RESTORE_V0 //no shared_vgpr used?
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
H A D | vmm.c | 827 new->used = vma->used; in nvkm_vma_tail() 1007 vma->used ? '-' : 'F', in nvkm_vma_dump() 1076 vma->used = true; in nvkm_vmm_ctor_managed() 1589 if ((prev = node(vma, prev)) && !prev->used) { in nvkm_vmm_put_region() 1595 if ((next = node(vma, next)) && !next->used) { in nvkm_vmm_put_region() 1681 vma->used = false; in nvkm_vmm_put_locked() 1829 vma->used = true; in nvkm_vmm_get_locked()
|
/kernel/linux/linux-6.6/net/tls/ |
H A D | tls_sw.c | 1448 * async | Async decrypt allowed | Async crypto used / in progress 2257 int err, used; in tls_sw_read_sock() local 2311 used = read_actor(desc, skb, rxm->offset, rxm->full_len); in tls_sw_read_sock() 2312 if (used <= 0) { in tls_sw_read_sock() 2314 err = used; in tls_sw_read_sock() 2317 copied += used; in tls_sw_read_sock() 2318 if (used < rxm->full_len) { in tls_sw_read_sock() 2319 rxm->offset += used; in tls_sw_read_sock() 2320 rxm->full_len -= used; in tls_sw_read_sock()
|
/kernel/linux/linux-6.6/net/smc/ |
H A D | smc_core.c | 180 /* find a new alert_token_local value not yet used by some connection in smc_lgr_register_conn() 1000 /* recalculate, value is used by tx_rdma_writes() */ in smc_switch_cursor() 1138 WRITE_ONCE(buf_desc->used, 0); in smcr_buf_unuse() 1150 WRITE_ONCE(conn->sndbuf_desc->used, 0); in smc_buf_unuse() 1159 WRITE_ONCE(conn->rmb_desc->used, 0); in smc_buf_unuse() 2014 if (cmpxchg(&buf_slot->used, 0, 1) == 0) { in smc_buf_get_slot() 2136 if (!buf_desc->used) in _smcr_buf_map_lgr() 2147 /* map all used buffers of lgr for a new link */ 2166 /* register all used buffers of lgr for a new link, 2179 if (!buf_desc->used) in smcr_buf_reg_lgr() [all...] |
/third_party/ffmpeg/libavutil/x86/ |
H A D | x86inc.asm | 28 ; DSP functions that are most often used in x264. 127 ; %2 = number of registers used. pushes callee-saved regs if needed. 128 ; %3 = number of xmm registers used. pushes callee-saved xmm regs if needed. 407 ; since it's used as a hidden argument in vararg functions to specify the number of vector registers used. 750 %xdefine rstk rsp ; copy of the original stack pointer, used when greater alignment than the known stack alignment is required 752 %assign stack_size 0 ; amount of stack space that can be freely used inside a function 754 %assign xmm_regs_used 0 ; number of XMM registers requested, used for dealing with callee-saved registers on WIN64 and vzeroupper
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | tid_rdma.c | 51 * J_KEY for kernel contexts when TID RDMA is used. 253 * Therefore, when priv->pkts_ps is used to calculate req->cur_seg in tid_rdma_conn_reply() 311 * qp_to_rcd - determine the receive context used by a qp 466 * is no longer being used. 1207 "unexpected odd allocation cnt %u map 0x%x used %u", in kern_add_tid_node() 1208 cnt, grp->map, grp->used); in kern_add_tid_node() 1214 grp->base, grp->map, grp->used, cnt); in kern_add_tid_node() 1224 * these groups will move from group->full without affecting used 1225 * 2. If more TID's are needed allocate from used (will move from used 1235 struct tid_group *group = NULL, *used; kern_alloc_tids() local [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | tid_rdma.c | 51 * J_KEY for kernel contexts when TID RDMA is used. 253 * Therefore, when priv->pkts_ps is used to calculate req->cur_seg in tid_rdma_conn_reply() 311 * qp_to_rcd - determine the receive context used by a qp 467 * is no longer being used. 1214 "unexpected odd allocation cnt %u map 0x%x used %u", in kern_add_tid_node() 1215 cnt, grp->map, grp->used); in kern_add_tid_node() 1221 grp->base, grp->map, grp->used, cnt); in kern_add_tid_node() 1231 * these groups will move from group->full without affecting used 1232 * 2. If more TID's are needed allocate from used (will move from used 1242 struct tid_group *group = NULL, *used; kern_alloc_tids() local [all...] |