/kernel/linux/linux-5.10/net/rxrpc/ |
H A D | skbuff.c | 27 trace_rxrpc_skb(skb, op, refcount_read(&skb->users), n, in rxrpc_new_skb() 39 trace_rxrpc_skb(skb, op, refcount_read(&skb->users), n, in rxrpc_see_skb() 51 trace_rxrpc_skb(skb, op, refcount_read(&skb->users), n, in rxrpc_get_skb() 75 trace_rxrpc_skb(skb, op, refcount_read(&skb->users), n, in rxrpc_free_skb() 91 refcount_read(&skb->users), n, in rxrpc_purge_queue()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | get_abi.pl | 109 if (!($new_tag =~ m/(what|where|date|kernelversion|contact|description|users)/)) { 441 if (defined($data{$what}->{users})) { 442 my $users = $data{$what}->{users}; 444 $users =~ s/\n/\n\t/g; 445 printf "Users:\n\t%s\n\n", $users if ($users ne ""); 470 my $users = $data{$what}->{users} if (defined($data{$what}->{users})); [all...] |
/kernel/linux/linux-6.6/block/ |
H A D | blk-mq-tag.c | 21 unsigned int users) in blk_mq_update_wake_batch() 23 if (!users) in blk_mq_update_wake_batch() 27 users); in blk_mq_update_wake_batch() 29 users); in blk_mq_update_wake_batch() 35 * to get tag when first time, the other shared-tag users could reserve 40 unsigned int users; in __blk_mq_tag_busy() local 60 users = tags->active_queues + 1; in __blk_mq_tag_busy() 61 WRITE_ONCE(tags->active_queues, users); in __blk_mq_tag_busy() 62 blk_mq_update_wake_batch(tags, users); in __blk_mq_tag_busy() 83 unsigned int users; in __blk_mq_tag_idle() local 20 blk_mq_update_wake_batch(struct blk_mq_tags *tags, unsigned int users) blk_mq_update_wake_batch() argument [all...] |
/third_party/typescript/tests/baselines/reference/tscWatch/incremental/ |
H A D | with---out-incremental.js | 15 //// [/users/username/projects/project/file1.ts]
18 //// [/users/username/projects/project/file2.ts]
21 //// [/users/username/projects/project/tsconfig.json]
29 Program root files: ["/users/username/projects/project/file1.ts","/users/username/projects/project/file2.ts"]
30 Program options: {"incremental":true,"outFile":"/users/username/projects/project/out.js","configFilePath":"/users/username/projects/project/tsconfig.json"}
34 /users/username/projects/project/file1.ts
35 /users/username/projects/project/file2.ts
49 //// [/users/usernam [all...] |
/kernel/linux/linux-5.10/block/ |
H A D | blk-mq.h | 298 * For shared tag users, we track the number of currently active users 304 unsigned int depth, users; in hctx_may_queue() local 321 users = atomic_read(&set->active_queues_shared_sbitmap); in hctx_may_queue() 325 users = atomic_read(&hctx->tags->active_queues); in hctx_may_queue() 328 if (!users) in hctx_may_queue() 334 depth = max((bt->sb.depth + users - 1) / users, 4U); in hctx_may_queue()
|
/kernel/linux/linux-5.10/drivers/xen/ |
H A D | privcmd-buf.c | 32 unsigned int users; member 94 vma_priv->users++; in privcmd_buf_vma_open() 110 vma_priv->users--; in privcmd_buf_vma_close() 111 if (!vma_priv->users) in privcmd_buf_vma_close() 157 vma_priv->users = 1; in privcmd_buf_mmap()
|
/kernel/linux/linux-6.6/drivers/xen/ |
H A D | privcmd-buf.c | 32 unsigned int users; member 94 vma_priv->users++; in privcmd_buf_vma_open() 110 vma_priv->users--; in privcmd_buf_vma_close() 111 if (!vma_priv->users) in privcmd_buf_vma_close() 157 vma_priv->users = 1; in privcmd_buf_mmap()
|
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | tomoyo.c | 21 atomic_dec(&s->old_domain_info->users); in tomoyo_domain() 43 atomic_dec(&s->domain_info->users); in tomoyo_cred_prepare() 60 atomic_dec(&s->old_domain_info->users); in tomoyo_bprm_committed_creds() 502 atomic_inc(&new->domain_info->users); in tomoyo_task_alloc() 517 atomic_dec(&s->domain_info->users); in tomoyo_task_free() 521 atomic_dec(&s->old_domain_info->users); in tomoyo_task_free() 582 atomic_inc(&tomoyo_kernel_domain.users); in tomoyo_init()
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | callback.c | 34 unsigned int users; member 293 if (cb_info->users) in nfs_callback_create_svc() 294 printk(KERN_WARNING "nfs_callback_create_svc: no kthread, %d users??\n", in nfs_callback_create_svc() 295 cb_info->users); in nfs_callback_create_svc() 337 cb_info->users++; in nfs_callback_up() 345 if (!cb_info->users) in nfs_callback_up() 369 cb_info->users--; in nfs_callback_down() 370 if (cb_info->users == 0) { in nfs_callback_down()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | callback.c | 33 unsigned int users; member 235 if (cb_info->users) in nfs_callback_create_svc() 236 printk(KERN_WARNING "nfs_callback_create_svc: no kthread, %d users??\n", in nfs_callback_create_svc() 237 cb_info->users); in nfs_callback_create_svc() 288 cb_info->users++; in nfs_callback_up() 290 if (!cb_info->users) in nfs_callback_up() 314 cb_info->users--; in nfs_callback_down() 315 if (cb_info->users == 0) { in nfs_callback_down()
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | tomoyo.c | 21 atomic_dec(&s->old_domain_info->users); in tomoyo_domain() 43 atomic_dec(&s->domain_info->users); in tomoyo_cred_prepare() 60 atomic_dec(&s->old_domain_info->users); in tomoyo_bprm_committed_creds() 521 atomic_inc(&new->domain_info->users); in tomoyo_task_alloc() 536 atomic_dec(&s->domain_info->users); in tomoyo_task_free() 540 atomic_dec(&s->old_domain_info->users); in tomoyo_task_free() 602 atomic_inc(&tomoyo_kernel_domain.users); in tomoyo_init()
|
/kernel/linux/linux-6.6/scripts/ |
H A D | get_abi.pl | 132 if (!($new_tag =~ m/(what|where|date|kernelversion|contact|description|users)/)) { 497 if (defined($data{$what}->{users})) { 498 my $users = $data{$what}->{users}; 500 $users =~ s/\n/\n\t/g; 501 printf "Users:\n\t%s\n\n", $users if ($users ne ""); 527 my $users = $data{$what}->{users} if (defined($data{$what}->{users})); [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/emac/ |
H A D | zmii.c | 94 dev->users++; in zmii_attach() 141 ++dev->users; in zmii_attach() 195 BUG_ON(!dev || dev->users == 0); in zmii_detach() 205 --dev->users; in zmii_detach() 283 WARN_ON(dev->users != 0); in zmii_remove()
|
H A D | tah.c | 29 ++dev->users; in tah_attach() 40 --dev->users; in tah_detach() 135 WARN_ON(dev->users != 0); in tah_remove()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/emac/ |
H A D | zmii.c | 96 dev->users++; in zmii_attach() 143 ++dev->users; in zmii_attach() 197 BUG_ON(!dev || dev->users == 0); in zmii_detach() 207 --dev->users; in zmii_detach() 285 WARN_ON(dev->users != 0); in zmii_remove()
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | fold_trivial_single_use_lets.cc | 63 auto& users = sem_let->Users(); in Run() local 64 if (users.size() != 1) { in Run() 68 auto* user = users[0]; in Run()
|
/kernel/linux/linux-5.10/fs/ |
H A D | fs_struct.c | 104 kill = !--fs->users; in exit_fs() 117 fs->users = 1; in copy_fs_struct() 144 kill = !--fs->users; in unshare_fs_struct() 164 .users = 1,
|
/kernel/linux/linux-6.6/fs/ |
H A D | fs_struct.c | 104 kill = !--fs->users; in exit_fs() 117 fs->users = 1; in copy_fs_struct() 144 kill = !--fs->users; in unshare_fs_struct() 164 .users = 1,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULowerKernelAttributes.cpp | 94 // We expect to see several GEP users, casted to the appropriate type and in processUse() 96 for (User *U : CI->users()) { in processUse() 175 for (User *U : GroupSize->users()) { in processUse() 180 for (User *ZextUser : ZextGroupSize->users()) { in processUse() 249 for (auto *U : DispatchPtr->users()) { in runOnModule()
|
/kernel/linux/linux-5.10/drivers/media/pci/ngene/ |
H A D | ngene-dvb.c | 111 .users = 2, 247 if (chan->users > 0) in tsin_exchange() 280 if (chan->users == 0) { in ngene_start_feed() 285 return ++chan->users; in ngene_start_feed() 293 if (--chan->users) in ngene_stop_feed() 294 return chan->users; in ngene_stop_feed()
|
/kernel/linux/linux-6.6/drivers/media/pci/ngene/ |
H A D | ngene-dvb.c | 111 .users = 2, 247 if (chan->users > 0) in tsin_exchange() 280 if (chan->users == 0) { in ngene_start_feed() 285 return ++chan->users; in ngene_start_feed() 293 if (--chan->users) in ngene_stop_feed() 294 return chan->users; in ngene_stop_feed()
|
/kernel/linux/linux-6.6/fs/smb/server/ |
H A D | smbacl.c | 38 /* S-1-22-1 Unmapped Unix users */ 307 for (i = 0; i < state->users->n; i++) { in posix_state_to_acl() 310 pace->e_uid = state->users->aces[i].uid; in posix_state_to_acl() 311 pace->e_perm = state->users->aces[i].perms.allow; in posix_state_to_acl() 325 if (state->users->n || state->groups->n) { in posix_state_to_acl() 348 state->users = kzalloc(alloc, GFP_KERNEL); in init_acl_state() 349 if (!state->users) in init_acl_state() 353 kfree(state->users); in init_acl_state() 361 kfree(state->users); in free_acl_state() 503 acl_state.users in parse_dacl() [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | sa.h | 42 atomic_inc(&client->users); in ib_sa_client_get() 47 if (atomic_dec_and_test(&client->users)) in ib_sa_client_put()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | sa.h | 42 atomic_inc(&client->users); in ib_sa_client_get() 47 if (atomic_dec_and_test(&client->users)) in ib_sa_client_put()
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | dispatcher.c | 52 refcount_inc(&entry->users); in bpf_dispatcher_add_prog() 62 refcount_set(&entry->users, 1); in bpf_dispatcher_add_prog() 79 if (refcount_dec_and_test(&entry->users)) { in bpf_dispatcher_remove_prog()
|