/linux-4.1.27/include/drm/ |
H A D | drm_sysfs.h | 5 * This minimalistic include file is intended for users (read TTM) that
|
/linux-4.1.27/sound/oss/ |
H A D | sleep.h | 6 * deprecated for ages. All users should instead try to use
|
/linux-4.1.27/security/tomoyo/ |
H A D | gc.c | 32 * tomoyo_struct_used_by_io_buffer - Check whether the list element is used by /sys/kernel/security/tomoyo/ users or not. 36 * Returns true if @element is used by /sys/kernel/security/tomoyo/ users, 46 head->users++; tomoyo_struct_used_by_io_buffer() 54 head->users--; tomoyo_struct_used_by_io_buffer() 63 * tomoyo_name_used_by_io_buffer - Check whether the string is used by /sys/kernel/security/tomoyo/ users or not. 67 * Returns true if @string is used by /sys/kernel/security/tomoyo/ users, 79 head->users++; tomoyo_name_used_by_io_buffer() 91 head->users--; tomoyo_name_used_by_io_buffer() 381 * list element became no longer referenced by syscall users. tomoyo_try_to_gc() 387 * However, there are two users which may still be using the list tomoyo_try_to_gc() 388 * element. We need to defer until both users forget this element. tomoyo_try_to_gc() 441 list)->users)) tomoyo_try_to_gc() 522 if (!domain->is_deleted || atomic_read(&domain->users)) tomoyo_collect_entry() 538 if (atomic_read(&ptr->users) > 0) tomoyo_collect_entry() 540 atomic_set(&ptr->users, TOMOYO_GC_IN_PROGRESS); tomoyo_collect_entry() 563 atomic_read(&group->head.users) > 0) list_for_each_entry_safe() 565 atomic_set(&group->head.users, list_for_each_entry_safe() 577 if (atomic_read(&ptr->users) > 0) list_for_each_entry_safe() 579 atomic_set(&ptr->users, TOMOYO_GC_IN_PROGRESS); list_for_each_entry_safe() 607 if (head->users) tomoyo_gc_thread() 623 * tomoyo_notify_gc - Register/unregister /sys/kernel/security/tomoyo/ users. 636 head->users = 1; tomoyo_notify_gc() 640 if (!--head->users) { tomoyo_notify_gc()
|
H A D | memory.c | 110 atomic_read(&group->head.users) == TOMOYO_GC_IN_PROGRESS) list_for_each_entry() 112 atomic_inc(&group->head.users); list_for_each_entry() 120 atomic_set(&entry->head.users, 1); 163 atomic_read(&ptr->head.users) == TOMOYO_GC_IN_PROGRESS) list_for_each_entry() 165 atomic_inc(&ptr->head.users); list_for_each_entry() 172 atomic_set(&ptr->head.users, 1);
|
H A D | securityfs_if.c | 80 atomic_inc(&new_domain->users); tomoyo_write_self() 81 atomic_dec(&old_domain->users); tomoyo_write_self()
|
/linux-4.1.27/drivers/hid/ |
H A D | hid-roccat-lua.h | 5 * Copyright (c) 2012 Stefan Achatz <erazor_de@users.sourceforge.net>
|
H A D | hid-roccat-arvo.h | 5 * Copyright (c) 2011 Stefan Achatz <erazor_de@users.sourceforge.net>
|
H A D | hid-roccat-savu.h | 5 * Copyright (c) 2012 Stefan Achatz <erazor_de@users.sourceforge.net>
|
H A D | hid-roccat-isku.h | 5 * Copyright (c) 2011 Stefan Achatz <erazor_de@users.sourceforge.net>
|
H A D | hid-roccat-koneplus.h | 5 * Copyright (c) 2010 Stefan Achatz <erazor_de@users.sourceforge.net>
|
H A D | hid-roccat-common.h | 5 * Copyright (c) 2011 Stefan Achatz <erazor_de@users.sourceforge.net>
|
H A D | hid-roccat-kovaplus.h | 5 * Copyright (c) 2010 Stefan Achatz <erazor_de@users.sourceforge.net>
|
H A D | hid-roccat-pyra.h | 5 * Copyright (c) 2010 Stefan Achatz <erazor_de@users.sourceforge.net>
|
H A D | hid-roccat-common.c | 4 * Copyright (c) 2011 Stefan Achatz <erazor_de@users.sourceforge.net>
|
/linux-4.1.27/include/linux/ |
H A D | pwm_backlight.h | 16 /* TODO remove once all users are switched to gpiod_* API */
|
H A D | hid-roccat.h | 5 * Copyright (c) 2010 Stefan Achatz <erazor_de@users.sourceforge.net>
|
H A D | fs_struct.h | 9 int users; member in struct:fs_struct
|
H A D | rslib.h | 38 * @users: Users of this structure 53 int users; member in struct:rs_control
|
H A D | dm-io.h | 67 * For async io calls, users can alternatively use the dm_io() function below
|
H A D | flat.h | 16 * While it would be nice to keep this header clean, users of older
|
H A D | coda.h | 47 Carnegie Mellon encourages users of this software to return any
|
H A D | preempt.h | 164 * difference is intentional and depended upon by its users.
|
H A D | ipmi.h | 109 callbacks for the user. Thus as long as you destroy all the users 111 the users before you destroy the callback structures, it should be 122 this user, so it will affect all users of this interface. This is 256 the watcher list. So you can add and remove users from the
|
/linux-4.1.27/arch/arc/include/uapi/asm/ |
H A D | cachectl.h | 22 * Standard flags expected by cacheflush system call users
|
/linux-4.1.27/fs/coda/ |
H A D | coda_cache.h | 5 * Carnegie Mellon University encourages users of this software to
|
H A D | sysctl.c | 6 * Carnegie Mellon encourages users to contribute improvements to
|
H A D | symlink.c | 6 * Carnegie Mellon encourages users to contribute improvements to
|
H A D | coda_linux.h | 8 * Carnegie Mellon University encourages users of this software to
|
H A D | pioctl.c | 6 * Carnegie Mellon encourages users of this code to contribute improvements
|
H A D | cache.c | 6 * Carnegie Mellon encourages users of this code to contribute improvements
|
/linux-4.1.27/fs/nfsd/ |
H A D | nfs4acl.c | 191 unsigned short users; member in struct:posix_acl_summary 204 * Only pas.users and pas.groups need initialization; previous summarize_posix_acl() 222 pas->users |= pa->e_perm; FOREACH_ACL_ENTRY() 236 pas->users &= pas->mask; 265 deny &= pas.users | pas.group | pas.groups | pas.other; _posix_to_nfsv4_one() 408 /* posix_acl_valid requires that users and groups be in order sort_pacl() 412 /* no users or groups */ sort_pacl() 462 struct posix_ace_state_array *users; member in struct:posix_acl_state 480 state->users = kzalloc(alloc, GFP_KERNEL); init_state() 481 if (!state->users) init_state() 485 kfree(state->users); init_state() 493 kfree(state->users); free_state() 523 if (!state->users->n && !state->groups->n) posix_state_to_acl() 526 nace = 4 + state->users->n + state->groups->n; posix_state_to_acl() 535 for (i=0; i < state->users->n; i++) { posix_state_to_acl() 538 low_mode_from_nfs4(state->users->aces[i].perms.allow, posix_state_to_acl() 540 pace->e_uid = state->users->aces[i].uid; posix_state_to_acl() 541 add_to_mask(state, &state->users->aces[i].perms); posix_state_to_acl() 558 if (state->users->n || state->groups->n) { posix_state_to_acl() 585 struct posix_ace_state_array *a = state->users; find_uid() 652 allow_bits(&state->users->aces[i].perms, mask); process_one_v4_ace() 654 deny_bits(&state->users->aces[i].perms, mask); process_one_v4_ace() 655 mask = state->users->aces[i].perms.deny; process_one_v4_ace() 667 deny_bits_array(state->users, mask); process_one_v4_ace() 681 deny_bits_array(state->users, mask); process_one_v4_ace() 691 allow_bits_array(state->users, mask); process_one_v4_ace() 698 deny_bits_array(state->users, mask); process_one_v4_ace()
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
H A D | ni_labpc_cs.c | 4 Copyright (C) 2001, 2002, 2003 Frank Mori Hess <fmhess@users.sourceforge.net> 9 <dahinds@users.sourceforge.net>. Portions created by David A. Hinds 25 Author: Frank Mori Hess <fmhess@users.sourceforge.net> 127 MODULE_AUTHOR("Frank Mori Hess <fmhess@users.sourceforge.net>");
|
H A D | das08_cs.c | 7 Copyright (C) 2001,2002,2003 Frank Mori Hess <fmhess@users.sourceforge.net> 23 <dahinds@users.sourceforge.net>. Portions created by David A. Hinds 112 "Frank Mori Hess <fmhess@users.sourceforge.net>");
|
H A D | das08_pci.c | 7 * Copyright (C) 2001,2002,2003 Frank Mori Hess <fmhess@users.sourceforge.net> 8 * Copyright (C) 2004 Salvador E. Tropea <set@users.sf.net> <set@ieee.org>
|
H A D | ni_labpc_pci.c | 4 * Copyright (C) 2001, 2002, 2003 Frank Mori Hess <fmhess@users.sourceforge.net> 21 * Author: Frank Mori Hess <fmhess@users.sourceforge.net>
|
H A D | das08.h | 6 Copyright (C) 2003 Frank Mori Hess <fmhess@users.sourceforge.net>
|
H A D | das08_isa.c | 7 * Copyright (C) 2001,2002,2003 Frank Mori Hess <fmhess@users.sourceforge.net> 8 * Copyright (C) 2004 Salvador E. Tropea <set@users.sf.net> <set@ieee.org>
|
H A D | ni_labpc.c | 4 * Copyright (C) 2001-2003 Frank Mori Hess <fmhess@users.sourceforge.net> 22 * Author: Frank Mori Hess <fmhess@users.sourceforge.net>
|
H A D | ni_daq_dio24.c | 9 <dahinds@users.sourceforge.net>. Portions created by David A. Hinds
|
H A D | ni_labpc.h | 6 Copyright (C) 2003 Frank Mori Hess <fmhess@users.sourceforge.net>
|
H A D | ni_tiocmd.c | 5 Copyright (C) 2006 Frank Mori Hess <fmhess@users.sourceforge.net> 25 * Frank Mori Hess <fmhess@users.sourceforge.net> 29 * This module is not used directly by end-users. Rather, it
|
H A D | dac02.c | 7 * Copyright (C) 2000 Frank Mori Hess <fmhess@users.sourceforge.net>
|
/linux-4.1.27/drivers/usb/gadget/function/ |
H A D | ndis.h | 7 * espacially to Casper S. Hornstrup <chorns@users.sourceforge.net>
|
/linux-4.1.27/fs/ |
H A D | fs_struct.c | 102 kill = !--fs->users; exit_fs() 115 fs->users = 1; copy_fs_struct() 142 kill = !--fs->users; unshare_fs_struct() 162 .users = 1,
|
H A D | aio.c | 86 struct percpu_ref users; member in struct:kioctx 571 percpu_ref_exit(&ctx->users); free_ioctx() 589 * and ctx->users has dropped to 0, so we know no more kiocbs can be submitted - 594 struct kioctx *ctx = container_of(ref, struct kioctx, users); free_ioctx_users() 724 if (percpu_ref_init(&ctx->users, free_ioctx_users, 0, GFP_KERNEL)) ioctx_alloc() 754 percpu_ref_get(&ctx->users); /* io_setup() will drop this ref */ ioctx_alloc() 779 percpu_ref_exit(&ctx->users); ioctx_alloc() 822 percpu_ref_kill(&ctx->users); kill_ioctx() 1039 percpu_ref_get(&ctx->users); lookup_ioctx() 1330 percpu_ref_put(&ioctx->users); SYSCALL_DEFINE2() 1358 percpu_ref_put(&ioctx->users); SYSCALL_DEFINE1() 1493 /* enforce forwards compatibility on users */ io_submit_one() 1612 percpu_ref_put(&ctx->users); do_io_submit() 1700 percpu_ref_put(&ctx->users); SYSCALL_DEFINE3() 1729 percpu_ref_put(&ioctx->users); SYSCALL_DEFINE5()
|
/linux-4.1.27/drivers/xen/ |
H A D | gntalloc.c | 94 unsigned int users; /* Use count - when zero, waiting on Xen */ member in struct:gntalloc_gref 106 int users; member in struct:gntalloc_vma_private_data 116 if (!gref->users) do_cleanup() 137 gref->users = 1; add_grefs() 269 gref->users--; gntalloc_release() 270 if (gref->users == 0) gntalloc_release() 300 /* Clean up pages that were at zero (local) users but were still mapped gntalloc_ioctl_alloc() 367 gref->users--; gntalloc_ioctl_dealloc() 466 priv->users++; gntalloc_vma_open() 480 priv->users--; gntalloc_vma_close() 481 if (priv->users == 0) { gntalloc_vma_close() 484 gref->users--; gntalloc_vma_close() 487 if (gref->users == 0) gntalloc_vma_close() 533 vm_priv->users = 1; gntalloc_mmap() 543 gref->users++; gntalloc_mmap()
|
H A D | gntdev.c | 88 atomic_t users; member in struct:grant_map 168 atomic_set(&add->users, 1); gntdev_alloc_map() 214 if (!atomic_dec_and_test(&map->users)) gntdev_put_map() 402 atomic_inc(&map->users); gntdev_vma_open() 803 atomic_inc(&map->users); gntdev_mmap()
|
/linux-4.1.27/drivers/s390/cio/ |
H A D | isc.c | 20 * The number of users for @isc is increased. If this is the first user to 45 * The number of users for @isc is decreased. If this is the last user to
|
/linux-4.1.27/arch/mips/loongson/lemote-2f/ |
H A D | machtype.c | 18 * to users to indicate their machine, this command line will mach_prom_init_machtype() 22 * machines, this will help the users a lot. mach_prom_init_machtype()
|
/linux-4.1.27/arch/avr32/mach-at32ap/ |
H A D | clock.c | 75 if (clk->users++ == 0 && clk->mode) __clk_enable() 96 if (clk->users == 0) { __clk_disable() 102 if (--clk->users == 0 && clk->mode) __clk_disable() 228 if (parent->dev && !dev_name(parent->dev) && !parent->users) dump_clock() 238 seq_printf(r->s, "%s%c users=%2d %-3s %9ld Hz", dump_clock() 240 parent->users, dump_clock() 241 parent->users ? "on" : "off", /* NOTE: not-paranoid!! */ dump_clock()
|
H A D | clock.h | 30 u16 users; /* Enabled if non-zero */ member in struct:clk
|
H A D | at32ap700x.c | 257 if (clk->users > 0) pll1_set_rate() 271 if (clk->users > 0) pll1_set_parent() 297 .users = 1, 303 .users = 1, 486 .users = 1, 505 .users = 1, 673 .users = 1, 693 .users = 1, 700 .users = 1, 708 .users = 1, 731 .users = 1, 744 .users = 1, 2327 if (clk->users == 0) setup_platform()
|
/linux-4.1.27/net/netfilter/ |
H A D | nf_conntrack_proto.c | 56 unsigned int users) nf_ct_unregister_sysctl() 58 if (users > 0) nf_ct_unregister_sysctl() 309 if (!pn->users) { nf_ct_l4proto_register_sysctl() 331 pn->users); nf_ct_l4proto_register_sysctl() 348 pn->users); nf_ct_l4proto_unregister_sysctl() 437 pn->users++; nf_ct_l4proto_pernet_register() 469 pn->users--; nf_ct_l4proto_pernet_unregister() 493 pn->users++; nf_conntrack_proto_pernet_init() 502 pn->users--; nf_conntrack_proto_pernet_fini() 54 nf_ct_unregister_sysctl(struct ctl_table_header **header, struct ctl_table **table, unsigned int users) nf_ct_unregister_sysctl() argument
|
H A D | nf_conntrack_acct.c | 76 /* Don't export sysctls to unprivileged users */ nf_conntrack_acct_init_sysctl()
|
H A D | nf_conntrack_timestamp.c | 54 /* Don't export sysctls to unprivileged users */ nf_conntrack_tstamp_init_sysctl()
|
H A D | nf_nat_ftp.c | 136 /* Prior to 2.6.11, we had a ports param. No longer, but don't break users. */ warn_set()
|
H A D | nf_nat_irc.c | 109 /* Prior to 2.6.11, we had a ports param. No longer, but don't break users. */ warn_set()
|
/linux-4.1.27/drivers/net/ethernet/ibm/emac/ |
H A D | tah.c | 33 ++dev->users; tah_attach() 44 --dev->users; tah_detach() 143 WARN_ON(dev->users != 0); tah_remove()
|
H A D | zmii.c | 98 dev->users++; zmii_attach() 145 ++dev->users; zmii_attach() 199 BUG_ON(!dev || dev->users == 0); zmii_detach() 209 --dev->users; zmii_detach() 290 WARN_ON(dev->users != 0); zmii_remove()
|
H A D | rgmii.c | 120 ++dev->users; rgmii_attach() 198 BUG_ON(!dev || dev->users == 0); rgmii_detach() 208 --dev->users; rgmii_detach() 300 WARN_ON(dev->users != 0); rgmii_remove()
|
H A D | rgmii.h | 51 int users; member in struct:rgmii_instance
|
H A D | tah.h | 48 int users; member in struct:tah_instance
|
H A D | zmii.h | 45 int users; member in struct:zmii_instance
|
/linux-4.1.27/drivers/clk/qcom/ |
H A D | clk-regmap.c | 22 * clk_is_enabled_regmap - standard is_enabled() for regmap users 48 * clk_enable_regmap - standard enable() for regmap users 72 * clk_disable_regmap - standard disable() for regmap users
|
/linux-4.1.27/drivers/sh/intc/ |
H A D | virq-debugfs.c | 55 * XXX.. use arch_debugfs_dir here when all of the intc users are intc_irq_xlate_init()
|
/linux-4.1.27/drivers/staging/unisys/include/ |
H A D | periodic_work.h | 23 /* PERIODIC_WORK an opaque structure to users.
|
H A D | procobjecttree.h | 31 /* These are opaque structures to users.
|
/linux-4.1.27/drivers/staging/unisys/visorutil/ |
H A D | charqueue.h | 23 /* struct charqueue is an opaque structure to users.
|
H A D | memregion.h | 23 /* struct memregion is an opaque structure to users.
|
/linux-4.1.27/arch/m68k/fpsp040/ |
H A D | stanh.S | 117 fmovel %d1,%FPCR |restore users exceptions 157 fmovel %d1,%FPCR |restore users exceptions 165 fmovel %d1,%FPCR |restore users exceptions 179 fmovel %d1,%FPCR |restore users exceptions
|
H A D | sacos.S | 82 movel %d1,-(%sp) |save original users fpcr 85 fmovel (%sp)+,%fpcr |restore users exceptions
|
H A D | ssin.S | 280 fmovel %d1,%FPCR |restore users exceptions 344 fmovel %d1,%FPCR |restore users exceptions 363 fmovel %d1,%FPCR |restore users exceptions 371 fmovel %d1,%FPCR |restore users exceptions 649 movel %d1,-(%sp) |restore users mode & precision 654 fmovel (%sp)+,%FPCR |restore users exceptions 717 movel %d1,-(%sp) |save users mode & precision 722 fmovel (%sp)+,%FPCR |restore users exceptions 736 movel %d1,-(%sp) |save users mode & precision 741 fmovel (%sp)+,%FPCR |restore users exceptions
|
H A D | sto_res.S | 6 | users destination register then fp0 is moved to the
|
H A D | x_unsupp.S | 17 | and store in users memory <ea>.
|
H A D | x_snan.S | 171 | Store to the users destination address 193 | Store to the users destination address 215 | Store to the users destination address
|
/linux-4.1.27/net/unix/ |
H A D | sysctl_net_unix.c | 37 /* Don't export sysctls to unprivileged users */ unix_sysctl_register()
|
/linux-4.1.27/sound/pci/au88x0/ |
H A D | au88x0_eq.h | 10 * Author: Manuel Jander (mjander@users.sourceforge.net)
|
H A D | au88x0_a3ddata.c | 6 * mjander@users.sourceforge.org
|
H A D | au88x0_wt.h | 6 * mjander@users.sourceforge.org
|
H A D | au88x0_xtalk.h | 6 * mjander@users.sourceforge.org
|
H A D | au88x0_a3d.h | 6 * mjander@users.sourceforge.net
|
/linux-4.1.27/tools/lib/api/fd/ |
H A D | array.h | 11 * @priv: Per array entry priv area, users should access just its contents,
|
/linux-4.1.27/tools/testing/selftests/x86/ |
H A D | Makefile | 43 # x86_64 users should be encouraged to install 32-bit libraries
|
/linux-4.1.27/include/linux/dma/ |
H A D | hsu.h | 41 /* Export to the internal users */
|
/linux-4.1.27/drivers/infiniband/core/ |
H A D | sa.h | 42 atomic_inc(&client->users); ib_sa_client_get() 47 if (atomic_dec_and_test(&client->users)) ib_sa_client_put()
|
/linux-4.1.27/drivers/media/pci/ngene/ |
H A D | ngene-dvb.c | 102 .users = -1, 167 if (chan->users > 0) tsin_exchange() 200 if (chan->users == 0) { ngene_start_feed() 205 return ++chan->users; ngene_start_feed() 213 if (--chan->users) ngene_stop_feed() 214 return chan->users; ngene_stop_feed()
|
/linux-4.1.27/arch/xtensa/platforms/iss/ |
H A D | simdisk.c | 34 int users; member in struct:simdisk 135 if (!dev->users) simdisk_open() 137 ++dev->users; simdisk_open() 146 --dev->users; simdisk_release() 197 if (dev->users != 0) { simdisk_detach() 279 dev->users = 0; simdisk_setup()
|
/linux-4.1.27/fs/nfs/ |
H A D | callback.c | 32 unsigned int users; member in struct:nfs_callback_data 332 if (cb_info->users) nfs_callback_create_svc() 333 printk(KERN_WARNING "nfs_callback_create_svc: no kthread, %d users??\n", nfs_callback_create_svc() 334 cb_info->users); nfs_callback_create_svc() 375 cb_info->users++; nfs_callback_up() 403 cb_info->users--; nfs_callback_down() 404 if (cb_info->users == 0 && cb_info->task != NULL) { nfs_callback_down()
|
/linux-4.1.27/block/ |
H A D | blk-mq-tag.c | 113 * For shared tag users, we track the number of currently active users 119 unsigned int depth, users; hctx_may_queue() local 132 users = atomic_read(&hctx->tags->active_queues); hctx_may_queue() 133 if (!users) hctx_may_queue() 139 depth = max((bt->depth + users - 1) / users, 4U); hctx_may_queue() 184 * multiple users will tend to stick to different cachelines, at least
|
/linux-4.1.27/drivers/media/pci/pt1/ |
H A D | va1j5jf8007s.h | 7 * by Tomoaki Ishikawa <tomy@users.sourceforge.jp>
|
H A D | va1j5jf8007t.h | 7 * by Tomoaki Ishikawa <tomy@users.sourceforge.jp>
|
H A D | pt1.c | 7 * by Tomoaki Ishikawa <tomy@users.sourceforge.jp> 100 int users; member in struct:pt1_adapter 506 if (!adap->users++) { pt1_start_feed() 523 count += pt1->adaps[i]->users; pt1_stop_polling() 536 if (!--adap->users) { pt1_stop_feed()
|
/linux-4.1.27/drivers/media/pci/zoran/ |
H A D | zoran_card.h | 13 * Mailinglist <mjpeg-users@lists.sf.net>
|
H A D | zoran_procfs.h | 13 * Mailinglist <mjpeg-users@lists.sf.net>
|
H A D | zoran_device.h | 13 * Mailinglist <mjpeg-users@lists.sf.net>
|
/linux-4.1.27/drivers/s390/net/ |
H A D | qeth_l3.h | 22 int users; member in struct:qeth_ipaddr
|
H A D | ctcm_main.c | 486 atomic_inc(&skb->users); ctcm_transmit_skb() 503 atomic_inc(&skb->users); ctcm_transmit_skb() 520 atomic_dec(&skb->users); ctcm_transmit_skb() 526 atomic_inc(&nskb->users); ctcm_transmit_skb() 527 atomic_dec(&skb->users); ctcm_transmit_skb() 545 atomic_dec(&skb->users); ctcm_transmit_skb() 556 atomic_dec(&skb->users); ctcm_transmit_skb() 682 atomic_inc(&skb->users); ctcmpc_transmit_skb() 719 atomic_inc(&skb->users); ctcmpc_transmit_skb() 732 atomic_inc(&nskb->users); ctcmpc_transmit_skb() 733 atomic_dec(&skb->users); ctcmpc_transmit_skb() 813 atomic_dec(&skb->users); ctcmpc_transmit_skb() 858 atomic_dec(&skb->users); ctcmpc_transmit_skb()
|
/linux-4.1.27/drivers/pci/ |
H A D | irq.c | 30 * in a standard way which users can recognise (instead of blaming the
|
/linux-4.1.27/drivers/pcmcia/ |
H A D | rsrc_mgr.c | 9 * <dahinds@users.sourceforge.net>. Portions created by David A. Hinds
|
H A D | cardbus.c | 9 * <dahinds@users.sourceforge.net>. Portions created by David A. Hinds
|
H A D | rsrc_iodyn.c | 9 * <dahinds@users.sourceforge.net>. Portions created by David A. Hinds
|
/linux-4.1.27/drivers/input/keyboard/ |
H A D | spear-keyboard.c | 326 if (input_dev->users) { spear_kbd_suspend() 334 if (input_dev->users) spear_kbd_suspend() 359 if (input_dev->users) spear_kbd_resume() 364 if (input_dev->users) spear_kbd_resume()
|
H A D | ipaq-micro-keys.c | 146 if (input->users) micro_key_resume()
|
H A D | lpc32xx-keys.c | 288 if (input->users) { lpc32xx_kscan_suspend() 307 if (input->users) { lpc32xx_kscan_resume()
|
H A D | st-keyscan.c | 229 else if (input->users) keyscan_suspend() 247 else if (input->users) keyscan_resume()
|
/linux-4.1.27/drivers/gpu/drm/rcar-du/ |
H A D | rcar_du_group.h | 28 * @use_count: number of users of the group (rcar_du_group_(get|put))
|
/linux-4.1.27/drivers/usb/mon/ |
H A D | mon_stat.c | 6 * /dbg/usbmon/0s is well protected from non-root users.
|
/linux-4.1.27/drivers/video/console/ |
H A D | softcursor.c | 80 MODULE_AUTHOR("James Simmons <jsimmons@users.sf.net>");
|
/linux-4.1.27/include/net/netns/ |
H A D | conntrack.h | 23 unsigned int users; member in struct:nf_proto_net
|
/linux-4.1.27/include/uapi/linux/ |
H A D | dlm_device.h | 17 /* This is the device interface for dlm, most users will use a library
|
/linux-4.1.27/include/linux/platform_data/ |
H A D | mailbox-omap.h | 44 * @num_users: number of users (processor devices) that the mailbox
|
H A D | davinci_asp.h | 90 /* TODO: Fix arch/arm/mach-davinci/ users and remove this define */
|
/linux-4.1.27/arch/arm/mach-omap2/ |
H A D | powerdomains2xxx_data.c | 83 /* XXX 2430 KILLDOMAINWKUP bit? No current users apparently */
|
H A D | omap-pm.h | 107 * possible speed that satisfies all current system users. The PM or 112 * latency, other competing users on the system, etc. On OMAP2/3, if
|
/linux-4.1.27/arch/arm/mach-pxa/include/mach/ |
H A D | palmt5.h | 7 * RichardT5 <richard_t5@users.sourceforge.net>
|
H A D | palmtx.h | 7 * Cristiano P. <cristianop@users.sourceforge.net>
|
/linux-4.1.27/lib/ |
H A D | libcrc32c.c | 19 * flexible and useful for all users. Modules that currently have their
|
H A D | llist.c | 59 * multiple llist_add users without lock. Because otherwise
|
/linux-4.1.27/net/xfrm/ |
H A D | xfrm_ipcomp.c | 34 int users; member in struct:ipcomp_tfms 259 if (--pos->users) ipcomp_free_tfms() 289 pos->users++; ipcomp_alloc_tfms() 298 pos->users = 1; ipcomp_alloc_tfms()
|
H A D | xfrm_sysctl.c | 57 /* Don't export sysctls to unprivileged users */ xfrm_sysctl_init()
|
/linux-4.1.27/security/keys/ |
H A D | proc.c | 72 p = proc_create("key-users", 0, NULL, &proc_key_users_fops); key_proc_init() 74 panic("Cannot create /proc/key-users\n"); key_proc_init() 295 * Implement "/proc/key-users" to provides a list of the key users and their
|
/linux-4.1.27/sound/firewire/bebob/ |
H A D | bebob_yamaha.c | 28 * reccomend users to close ffado-mixer at 192.0kHz if mixer is needless.
|
/linux-4.1.27/drivers/regulator/ |
H A D | helpers.c | 23 * regulator_is_enabled_regmap - standard is_enabled() for regmap users 55 * regulator_enable_regmap - standard enable() for regmap users 81 * regulator_disable_regmap - standard disable() for regmap users 107 * regulator_get_voltage_sel_regmap - standard get_voltage_sel for regmap users 132 * regulator_set_voltage_sel_regmap - standard set_voltage_sel for regmap users
|
/linux-4.1.27/drivers/watchdog/ |
H A D | at32ap700x_wdt.c | 81 unsigned long users; member in struct:wdt_at32ap700x 135 if (test_and_set_bit(1, &wdt->users)) at32_wdt_open() 154 clear_bit(1, &wdt->users); at32_wdt_close() 346 wdt->users = 0; at32_wdt_probe() 407 if (wdt->users) at32_wdt_resume()
|
/linux-4.1.27/net/ipv6/ |
H A D | ip6_flowlabel.c | 91 if (fl && !atomic_inc_not_zero(&fl->users)) fl_lookup() 113 if (atomic_dec_and_test(&fl->users)) { fl_release() 145 if (atomic_read(&fl->users) == 0) { ip6_fl_gc() 183 atomic_read(&fl->users) == 0) { ip6_fl_purge() 223 atomic_inc(&lfl->users); fl_intern() 253 atomic_inc(&fl->users); for_each_sk_fl_rcu() 418 atomic_set(&fl->users, 1); fl_create() 614 atomic_inc(&fl1->users); for_each_sk_fl_rcu() 789 atomic_read(&fl->users), ip6fl_seq_show()
|
/linux-4.1.27/drivers/net/wireless/hostap/ |
H A D | hostap_ap.c | 204 if (atomic_read(&sta->users) != 0) ap_handle_timer() 716 atomic_inc(&sta->users); hostap_ap_tx_cb_auth() 735 atomic_dec(&sta->users); hostap_ap_tx_cb_auth() 780 atomic_inc(&sta->users); hostap_ap_tx_cb_assoc() 802 atomic_dec(&sta->users); hostap_ap_tx_cb_assoc() 1055 sta->addr, atomic_read(&sta->users), sta->aid, prism2_sta_proc_show() 1137 atomic_inc(&sta->users); handle_add_proc_queue() 1146 atomic_dec(&sta->users); handle_add_proc_queue() 1171 atomic_inc(&sta->users); ap_add_sta() 1374 atomic_inc(&sta->users); handle_authen() 1544 atomic_dec(&sta->users); handle_authen() 1588 sta = NULL; /* do not decrement sta->users */ handle_assoc() 1591 atomic_inc(&sta->users); handle_assoc() 1751 atomic_dec(&sta->users); handle_assoc() 1878 atomic_inc(&sta->users); ap_handle_dropped_data() 1883 atomic_dec(&sta->users); ap_handle_dropped_data() 1894 atomic_dec(&sta->users); ap_handle_dropped_data() 1960 atomic_inc(&sta->users); handle_pspoll() 2007 atomic_dec(&sta->users); handle_pspoll() 2147 atomic_inc(&sta->users); handle_beacon() 2186 atomic_dec(&sta->users); handle_beacon() 2552 atomic_inc(&sta->users); prism2_hostapd_add_sta() 2578 atomic_dec(&sta->users); prism2_hostapd_add_sta() 2615 atomic_inc(&sta->users); prism2_hostapd_get_info_sta() 2623 atomic_dec(&sta->users); prism2_hostapd_get_info_sta() 2771 atomic_inc(&sta->users); hostap_handle_sta_tx() 2870 atomic_dec(&sta->users); hostap_handle_sta_tx() 2880 atomic_dec(&sta->users); hostap_handle_sta_release() 2967 atomic_inc(&sta->users); hostap_update_sta_ps() 2978 atomic_dec(&sta->users); hostap_update_sta_ps() 3007 atomic_inc(&sta->users); hostap_handle_sta_rx() 3117 atomic_dec(&sta->users); hostap_handle_sta_rx() 3134 atomic_inc(&sta->users); hostap_handle_sta_crypto() 3146 atomic_dec(&sta->users); hostap_handle_sta_crypto() 3281 atomic_inc(&sta->users); ap_crypt_get_ptrs()
|
H A D | hostap_ap.h | 42 atomic_t users; /* number of users (do not remove if > 0) */ member in struct:sta_info
|
/linux-4.1.27/drivers/media/pci/cx88/ |
H A D | cx88-input.c | 42 int users; member in struct:cx88_IR 231 if (core->ir->users) cx88_ir_start() 239 if (core->ir->users) cx88_ir_stop() 247 core->ir->users++; cx88_ir_open() 255 core->ir->users--; cx88_ir_close() 256 if (!core->ir->users) cx88_ir_close()
|
/linux-4.1.27/drivers/scsi/pcmcia/ |
H A D | fdomain_stub.c | 18 <dahinds@users.sourceforge.net>. Portions created by David A. Hinds 56 MODULE_AUTHOR("David Hinds <dahinds@users.sourceforge.net>");
|
/linux-4.1.27/drivers/staging/media/dt3155v4l/ |
H A D | dt3155v4l.h | 190 * @users open count 206 int users; member in struct:dt3155_priv
|
/linux-4.1.27/drivers/parport/ |
H A D | parport_cs.c | 21 <dahinds@users.sourceforge.net>. Portions created by David A. Hinds 60 MODULE_AUTHOR("David Hinds <dahinds@users.sourceforge.net>");
|
/linux-4.1.27/drivers/input/misc/ |
H A D | gp2ap002a00f.c | 238 if (dt->input->users) gp2a_suspend() 256 if (dt->input->users) gp2a_resume()
|
H A D | sirfsoc-onkey.c | 189 * if users touch X_ONKEY_B, see arch/arm/mach-prima2/pm.c sirfsoc_pwrc_resume() 192 if (input->users) sirfsoc_pwrc_resume()
|
H A D | kxtj9.c | 363 /* Allow users to select a new poll interval (in ms) */ kxtj9_set_poll() 626 if (input_dev->users) kxtj9_suspend() 642 if (input_dev->users) kxtj9_resume()
|
/linux-4.1.27/fs/jffs2/ |
H A D | jffs2_fs_sb.h | 38 * users. This is implemented simply by means of not allowing the 39 * latter users to write to the file system if the amount if the
|
/linux-4.1.27/drivers/media/dvb-core/ |
H A D | dvbdev.h | 90 /* in theory, 'users' can vanish now, 94 int users; member in struct:dvb_device
|
H A D | dmxdev.c | 178 dvbdev->users++; dvb_dvr_open() 207 dvbdev->users--; dvb_dvr_release() 208 if (dvbdev->users == 1 && dmxdev->exit == 1) { dvb_dvr_release() 757 dvbdev->users++; dvb_demux_open() 1119 dmxdev->dvbdev->users--; dvb_demux_release() 1120 if(dmxdev->dvbdev->users==1 && dmxdev->exit==1) { dvb_demux_release() 1141 .users = 1, 1218 .users = 1, 1259 if (dmxdev->dvbdev->users > 1) { dvb_dmxdev_release() 1261 dmxdev->dvbdev->users==1); dvb_dmxdev_release() 1263 if (dmxdev->dvr_dvbdev->users > 1) { dvb_dmxdev_release() 1265 dmxdev->dvr_dvbdev->users==1); dvb_dmxdev_release()
|
H A D | dvb_demux.h | 115 int users; member in struct:dvb_demux
|
/linux-4.1.27/include/uapi/asm-generic/ |
H A D | errno.h | 12 * -ENOSYS if users try to call a syscall that doesn't exist. To keep 69 #define EUSERS 87 /* Too many users */
|
/linux-4.1.27/net/netfilter/ipvs/ |
H A D | ip_vs_est.c | 50 * Netlink users can see 64-bit values but sockopt users are restricted
|
/linux-4.1.27/drivers/net/ethernet/adi/ |
H A D | bfin_mac.h | 72 * these are things that the kernel wants me to keep, so users
|
/linux-4.1.27/drivers/dma/ |
H A D | dmaengine.h | 3 * part of the API to be used by DMA engine users.
|
/linux-4.1.27/arch/x86/include/asm/ |
H A D | preempt.h | 17 * We mask the PREEMPT_NEED_RESCHED bit so as not to confuse all current users
|
H A D | user.h | 29 * processor and OS. The size of the structure that users need to use can be
|
/linux-4.1.27/arch/sparc/include/asm/ |
H A D | sigcontext.h | 22 /* Now comes information regarding the users window set
|
/linux-4.1.27/drivers/clk/at91/ |
H A D | clk-slow.c | 475 * FIXME: All slow clk users are not properly claiming it (get + prepare + 477 * If all users properly claiming this clock decide that they don't need it 478 * anymore (or are removed), it is disabled while faulty users are still 480 * Prevent this clock from being disabled until all users are properly
|
/linux-4.1.27/include/pcmcia/ |
H A D | ciscode.h | 9 * <dahinds@users.sourceforge.net>. Portions created by David A. Hinds
|
H A D | cisreg.h | 9 * <dahinds@users.sourceforge.net>. Portions created by David A. Hinds
|
/linux-4.1.27/include/linux/netfilter/ |
H A D | nf_conntrack_h323_asn1.h | 5 * Copyright (c) 2006 by Jing Min Zhao <zhaojingmin@users.sourceforge.net>
|
/linux-4.1.27/arch/sh/include/asm/ |
H A D | syscall_32.h | 56 * extra logic. Presently there are no in-tree users that depend syscall_get_arguments()
|
/linux-4.1.27/fs/cifs/ |
H A D | export.c | 36 * in which users want to export cifs shares with NFS. The decode and encode
|
/linux-4.1.27/lib/fonts/ |
H A D | fonts.c | 155 MODULE_AUTHOR("James Simmons <jsimmons@users.sf.net>");
|
/linux-4.1.27/tools/perf/tests/ |
H A D | pmu.c | 22 /* Simulated users input. */
|
/linux-4.1.27/include/linux/mtd/ |
H A D | ftl.h | 16 * <dahinds@users.sourceforge.net>. Portions created by David A. Hinds
|
/linux-4.1.27/drivers/misc/sgi-xp/ |
H A D | xp_main.c | 12 * XP provides a base from which its users can interact 66 * users of XPC. 221 * figured XPC's users will just turn around and call xpc_disconnect() xpc_disconnect()
|
/linux-4.1.27/drivers/usb/misc/ |
H A D | legousbtower.c | 5 * 2001-2004 Juergen Stuber <starblue@users.sourceforge.net> 44 * 2004-02-29 - 0.6 Juergen Stuber <starblue@users.sourceforge.net> 55 * 2004-03-09 - 0.7 Juergen Stuber <starblue@users.sourceforge.net> 57 * 2004-03-11 - 0.8 Juergen Stuber <starblue@users.sourceforge.net> 60 * 2004-03-12 - 0.9 Juergen Stuber <starblue@users.sourceforge.net> 63 * 2004-03-13 - 0.91 Juergen Stuber <starblue@users.sourceforge.net> 65 * 2004-03-19 - 0.92 Juergen Stuber <starblue@users.sourceforge.net> 67 * 2004-04-21 - 0.93 Juergen Stuber <starblue@users.sourceforge.net> 70 * 2004-04-22 - 0.94 Juergen Stuber <starblue@users.sourceforge.net> 72 * 2004-04-30 - 0.95 Juergen Stuber <starblue@users.sourceforge.net> 74 * 2004-08-03 - 0.96 Juergen Stuber <starblue@users.sourceforge.net>
|
/linux-4.1.27/drivers/input/touchscreen/ |
H A D | wm97xx-core.c | 278 * the device has users and suspend has not been disabled via the 747 if (wm->input_dev->users) wm97xx_suspend() 753 if (wm->input_dev->users) wm97xx_suspend() 758 * are no users or if suspend mode is zero. */ wm97xx_suspend() 760 (!wm->input_dev->users || !suspend_mode)) { wm97xx_suspend() 776 if (wm->input_dev->users) { wm97xx_resume() 793 if (wm->input_dev->users && !wm->pen_irq) { wm97xx_resume()
|
H A D | lpc32xx_ts.c | 340 * enabled. If there are no users that have the device open, then lpc32xx_ts_suspend() 346 if (input->users) { lpc32xx_ts_suspend() 365 if (input->users) { lpc32xx_ts_resume()
|
H A D | auo-pixcir-ts.c | 434 if (!input->users) { auo_pixcir_suspend() 442 } else if (input->users) { auo_pixcir_suspend() 465 if (!input->users) { auo_pixcir_resume() 472 } else if (input->users) { auo_pixcir_resume()
|
H A D | ipaq-micro-ts.c | 141 if (input->users) micro_ts_resume()
|
H A D | pixcir_i2c_ts.c | 360 if (!input->users) { pixcir_i2c_ts_suspend() 369 } else if (input->users) { pixcir_i2c_ts_suspend() 391 if (!input->users) { pixcir_i2c_ts_resume() 398 } else if (input->users) { pixcir_i2c_ts_resume()
|
H A D | chipone_icn8318.c | 177 if (data->input->users) icn8318_suspend() 189 if (data->input->users) icn8318_resume()
|
H A D | eeti_ts.c | 275 if (input_dev->users) eeti_ts_suspend() 297 if (input_dev->users) eeti_ts_resume()
|
H A D | ad7879.c | 293 if (!ts->suspended && !ts->disabled && ts->input->users) ad7879_suspend() 309 if (ts->suspended && !ts->disabled && ts->input->users) ad7879_resume() 326 if (!ts->suspended && ts->input->users != 0) { ad7879_toggle()
|
H A D | mms114.c | 204 if (!input_dev->users) { mms114_interrupt() 535 if (input_dev->users) mms114_suspend() 550 if (input_dev->users) { mms114_resume()
|
/linux-4.1.27/drivers/mtd/ubi/ |
H A D | eba.c | 144 le->users = 0; ltree_add_entry() 189 le->users += 1; ltree_add_entry() 228 le->users -= 1; leb_read_unlock() 229 ubi_assert(le->users >= 0); leb_read_unlock() 231 if (le->users == 0) { leb_read_unlock() 281 le->users -= 1; leb_write_trylock() 282 ubi_assert(le->users >= 0); leb_write_trylock() 283 if (le->users == 0) { leb_write_trylock() 304 le->users -= 1; leb_write_unlock() 305 ubi_assert(le->users >= 0); leb_write_unlock() 307 if (le->users == 0) { leb_write_unlock() 1276 * of PEBs becomes smaller, which is normal and we do not want to scare users 1278 * reported by real users.
|
H A D | cdev.c | 25 * UBI volume character devices. UBI character devices allow users to 59 int users, err; get_exclusive() local 63 users = vol->readers + vol->writers + vol->exclusive + vol->metaonly; get_exclusive() 64 ubi_assert(users > 0); get_exclusive() 65 if (users > 1) { get_exclusive() 66 ubi_err(vol->ubi, "%d users for volume %d", users, vol->vol_id); get_exclusive()
|
/linux-4.1.27/drivers/hwspinlock/ |
H A D | hwspinlock_core.c | 57 * as the radix-tree API requires that users provide all synchronisation. 80 * to choose the appropriate @mode of operation, exactly the same way users 170 * to choose the appropriate @mode of operation, exactly the same way users 224 * same way users decide between spin_unlock, spin_unlock_irq and 454 * This function should be called by users of the hwspinlock device, 498 * This function should be called by users of the hwspinlock module,
|
/linux-4.1.27/drivers/spi/ |
H A D | spidev.c | 81 /* TX/RX buffers are NULL unless this device is open (users > 0) */ 83 unsigned users; member in struct:spidev_data 632 spidev->users++; spidev_open() 657 spidev->users--; spidev_release() 658 if (!spidev->users) { spidev_release() 793 if (spidev->users == 0) spidev_remove()
|
/linux-4.1.27/arch/sparc/kernel/ |
H A D | wuf.S | 181 /* Fix users window mask and buffer save count. */ 198 /* The users stack area is kosher and mapped, load the 250 /* Check if the users stack is in kernel vma, then our
|
H A D | wof.S | 152 * to validity of the users stack pointer by whatever means 172 /* The users stack is ok and we can safely save it at 226 * time and the one we attempted to throw onto the users 322 * But first, check to see if the users stack has ended
|
/linux-4.1.27/include/media/ |
H A D | rc-core.h | 88 * @users: number of current users of the device 144 u32 users; member in struct:rc_dev
|
/linux-4.1.27/drivers/i2c/ |
H A D | i2c-boardinfo.c | 25 * No other users will be supported.
|
/linux-4.1.27/drivers/cpufreq/ |
H A D | cpufreq_opp.c | 44 * structures, we use RCU read lock inside this function. As a result, users of
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
H A D | perfctr-watchdog.c | 5 * with other users (like oprofile).
|
/linux-4.1.27/drivers/tty/ |
H A D | rocket.h | 62 * users can set or reset */
|
/linux-4.1.27/drivers/usb/host/ |
H A D | ohci-mem.c | 5 * (C) Copyright 2000-2002 David Brownell <dbrownell@users.sourceforge.net>
|
/linux-4.1.27/drivers/usb/serial/ |
H A D | usb-serial-simple.c | 5 * Copyright (C) 2005 Arthur Huillet (ahuillet@users.sf.net)
|
/linux-4.1.27/drivers/video/fbdev/ |
H A D | edid.h | 8 * 2. John Fremlin <vii@users.sourceforge.net> and
|
/linux-4.1.27/arch/parisc/lib/ |
H A D | lusercopy.S | 32 * the space id associated with the current users address space.
|
/linux-4.1.27/arch/frv/include/asm/ |
H A D | syscall.h | 80 * extra logic. Presently there are no in-tree users that depend syscall_get_arguments()
|
/linux-4.1.27/arch/arm/mach-pxa/ |
H A D | palmt5.c | 9 * RichardT5 <richard_t5@users.sourceforge.net>
|
/linux-4.1.27/net/irda/ |
H A D | irnetlink.c | 145 /* can be retrieved by unprivileged users */
|
/linux-4.1.27/lib/reed_solomon/ |
H A D | reed_solomon.c | 174 rs->users--; free_rs() 175 if(!rs->users) { free_rs() 234 rs->users++; init_rs_internal() 241 rs->users = 1; init_rs_internal()
|
/linux-4.1.27/include/linux/mfd/ |
H A D | core.h | 84 * for devices that have multiple users of a cell. For example, if an mfd
|
/linux-4.1.27/drivers/media/platform/ |
H A D | fsl-viu.c | 161 int users; member in struct:viu_dev 1272 dev->users++; viu_open() 1273 if (dev->users > 1) { viu_open() 1274 dev->users--; viu_open() 1280 dprintk(1, "open minor=%d type=%s users=%d\n", minor, viu_open() 1281 v4l2_type_names[V4L2_BUF_TYPE_VIDEO_CAPTURE], dev->users); viu_open() 1284 dev->users--; viu_open() 1291 dev->users--; viu_open() 1392 dev->users--; viu_release() 1393 dprintk(1, "close (minor=%d, users=%d)\n", viu_release() 1394 minor, dev->users); viu_release()
|
/linux-4.1.27/drivers/isdn/hisax/ |
H A D | sedlbauer_cs.c | 19 <dahinds@users.sourceforge.net>. Portions created by David A. Hinds 23 <maniemann@users.sourceforge.net>. All Rights Reserved.
|
/linux-4.1.27/drivers/net/wireless/ |
H A D | airo_cs.c | 9 This code was developed by Benjamin Reed <breed@users.sourceforge.net> 18 <dahinds@users.sourceforge.net>. Portions created by David A. Hinds
|
/linux-4.1.27/drivers/pinctrl/ |
H A D | core.h | 64 * @users: reference count 72 struct kref users; member in struct:pinctrl
|
/linux-4.1.27/drivers/input/ |
H A D | input-polldev.c | 104 if (input->users) { input_polldev_set_poll() 235 * NOTE: the owner device is set up as parent of input device and users
|
/linux-4.1.27/drivers/input/mouse/ |
H A D | navpoint.c | 328 if (input->users) navpoint_suspend() 342 if (input->users) navpoint_resume()
|
/linux-4.1.27/arch/um/kernel/ |
H A D | um_arch.c | 285 * Increase physical memory size for exec-shield users linux_main() 287 * add zero for non-exec shield users linux_main()
|
/linux-4.1.27/drivers/block/ |
H A D | xsysace.c | 177 int users; member in struct:ace_device 905 dev_dbg(ace->dev, "ace_open() users=%i\n", ace->users + 1); ace_open() 909 ace->users++; ace_open() 924 dev_dbg(ace->dev, "ace_release() users=%i\n", ace->users - 1); ace_release() 928 ace->users--; ace_release() 929 if (ace->users == 0) { ace_release()
|
/linux-4.1.27/fs/9p/ |
H A D | v9fs.h | 35 * @V9FS_ACCESS_ANY: use a single attach for all users 39 * Session flags reflect options selected by users at mount time
|
/linux-4.1.27/drivers/media/usb/cx231xx/ |
H A D | cx231xx-audio.c | 469 dev->adev.users++; snd_cx231xx_capture_open() 501 dev->adev.users--; snd_cx231xx_pcm_close() 504 if (dev->adev.users == 0 && dev->adev.shutdown == 1) { snd_cx231xx_pcm_close() 505 dev_dbg(dev->dev, "audio users: %d\n", dev->adev.users); snd_cx231xx_pcm_close()
|
/linux-4.1.27/drivers/media/usb/au0828/ |
H A D | au0828-video.c | 954 "%s called std_set %d dev_state %ld stream users %d users %d\n", au0828_v4l2_open() 956 dev->streaming_users, dev->users); au0828_v4l2_open() 969 if (dev->users == 0) { au0828_v4l2_open() 975 dev->users++; au0828_v4l2_open() 987 "%s called std_set %d dev_state %ld stream users %d users %d\n", au0828_v4l2_close() 989 dev->streaming_users, dev->users); au0828_v4l2_close() 1006 if (dev->users == 1) { au0828_v4l2_close() 1019 dev->users--; au0828_v4l2_close()
|
/linux-4.1.27/fs/dlm/ |
H A D | lowcomms.c | 139 int users; member in struct:writequeue_entry 1054 if (e->len == 0 && e->users == 0) { writequeue_entry_complete() 1484 entry->users = 0; new_writequeue_entry() 1508 e->users++; dlm_lowcomms_get_buffer() 1523 e->users++; dlm_lowcomms_get_buffer() 1535 int users; dlm_lowcomms_commit_buffer() local 1538 users = --e->users; dlm_lowcomms_commit_buffer() 1539 if (users) dlm_lowcomms_commit_buffer() 1576 BUG_ON(len == 0 && e->users == 0); send_to_sock()
|
/linux-4.1.27/drivers/gpu/drm/ |
H A D | drm_vma_manager.c | 291 * drm_vma_node_allow - Add open-file to list of allowed users 298 * The list of allowed-users is preserved across drm_vma_offset_add() and 360 * drm_vma_node_revoke - Remove open-file from list of allowed users
|
/linux-4.1.27/arch/tile/include/gxio/ |
H A D | trio.h | 66 * The TRIO shim's scatter queue regions allow users to dynamically 106 * The TRIO push and pull DMA engines allow users to copy blocks of 116 * Once allocated, users generally use a ::gxio_trio_dma_queue_t
|
/linux-4.1.27/fs/lockd/ |
H A D | svc.c | 276 printk(KERN_ERR "lockd_down_net: no users! task=%p, net=%p\n", lockd_down_net() 347 "lockd_up: no pid, %d users??\n", nlmsvc_users); lockd_create_svc() 415 printk(KERN_ERR "lockd_down: no users! task=%p\n", lockd_down()
|