Home
last modified time | relevance | path

Searched refs:lock_class_key (Results 1 – 157 of 157) sorted by relevance

/linux-4.4.14/include/linux/
Dregmap.h363 struct lock_class_key *lock_key,
367 struct lock_class_key *lock_key,
371 struct lock_class_key *lock_key,
375 struct lock_class_key *lock_key,
379 struct lock_class_key *lock_key,
384 struct lock_class_key *lock_key,
388 struct lock_class_key *lock_key,
395 struct lock_class_key *lock_key,
399 struct lock_class_key *lock_key,
403 struct lock_class_key *lock_key,
[all …]
Dtimer.h89 const char *name, struct lock_class_key *key);
94 struct lock_class_key *key);
100 struct lock_class_key *key) in init_timer_on_stack_key()
109 static struct lock_class_key __key; \
115 static struct lock_class_key __key; \
Dlockdep.h54 struct lock_class_key { struct
58 extern struct lock_class_key __lockdep_no_validate__; argument
151 struct lock_class_key *key;
281 struct lock_class_key *key, int subclass);
314 struct lock_class_key *key) in lockdep_match_key()
345 struct lock_class_key *key, unsigned int subclass,
421 struct lock_class_key { }; struct
Dpercpu-rwsem.h27 const char *, struct lock_class_key *);
32 static struct lock_class_key rwsem_key; \
Dkernfs.h231 struct lock_class_key lockdep_key;
298 struct lock_class_key *key);
382 void *priv, const void *ns, struct lock_class_key *key) in __kernfs_create_file()
445 struct lock_class_key *key = NULL; in kernfs_create_file_ns()
448 key = (struct lock_class_key *)&ops->lockdep_key; in kernfs_create_file_ns()
Dtty_ldisc.h149 struct lock_class_key *key);
153 static struct lock_class_key __key; \
Drwsem.h85 struct lock_class_key *key);
89 static struct lock_class_key __key; \
Dmutex.h95 static struct lock_class_key __key; \
120 struct lock_class_key *key);
Dkthread.h110 const char *name, struct lock_class_key *key);
114 static struct lock_class_key __key; \
Dsrcu.h68 struct lock_class_key *key);
72 static struct lock_class_key __srcu_key; \
Dpercpu_counter.h31 struct lock_class_key *key);
35 static struct lock_class_key __key; \
Drwlock.h19 struct lock_class_key *key);
22 static struct lock_class_key __key; \
Dmutex-debug.h17 static struct lock_class_key __key; \
Dww_mutex.h21 struct lock_class_key acquire_key;
22 struct lock_class_key mutex_key;
Dring_buffer.h87 __ring_buffer_alloc(unsigned long size, unsigned flags, struct lock_class_key *key);
96 static struct lock_class_key __key; \
Dsemaphore.h34 static struct lock_class_key __key; in sema_init()
Dworkqueue.h205 static struct lock_class_key __key; \
362 struct lock_class_key *key, const char *lock_name, ...) __printf(1, 6);
383 static struct lock_class_key __key; \
Dsunxi-rsb.h88 struct lock_class_key *lock_key,
Dsysfs.h34 struct lock_class_key *key;
35 struct lock_class_key skey;
52 static struct lock_class_key __key; \
Dlglock.h39 struct lock_class_key lock_key;
Dseqlock.h55 struct lock_class_key *key) in __seqcount_init()
70 static struct lock_class_key __key; \
Dspinlock.h94 struct lock_class_key *key);
97 static struct lock_class_key __key; \
Dkey-type.h153 struct lock_class_key lock_class; /* key->sem lock class */
Dreservation.h49 extern struct lock_class_key reservation_seqcount_class;
Dlist_lru.h58 struct lock_class_key *key);
Ddevice.h131 struct lock_class_key lock_key;
416 struct lock_class_key *key);
423 static struct lock_class_key __key; \
512 struct lock_class_key *key);
519 static struct lock_class_key __key; \
Dirqdesc.h231 irq_set_lockdep_class(unsigned int irq, struct lock_class_key *class) in irq_set_lockdep_class()
Dcgroup-defs.h417 struct lock_class_key lockdep_key;
Dfs.h1949 struct lock_class_key s_lock_key;
1950 struct lock_class_key s_umount_key;
1951 struct lock_class_key s_vfs_rename_key;
1952 struct lock_class_key s_writers_key[SB_FREEZE_LEVELS];
1954 struct lock_class_key i_lock_key;
1955 struct lock_class_key i_mutex_key;
1956 struct lock_class_key i_mutex_dir_key;
Dwait.h72 extern void __init_waitqueue_head(wait_queue_head_t *q, const char *name, struct lock_class_key *);
76 static struct lock_class_key __key; \
Dskbuff.h1468 struct lock_class_key *class) in skb_queue_head_init_class()
Dnetdevice.h1800 struct lock_class_key *qdisc_tx_busylock;
/linux-4.4.14/tools/lib/lockdep/include/liblockdep/
Dcommon.h25 struct lock_class_key { struct
30 struct lock_class_key *key; argument
40 struct lock_class_key *key, int subclass);
Dmutex.h22 struct lock_class_key *key, in __mutex_init()
31 static struct lock_class_key __key; \
Drwlock.h22 struct lock_class_key *key, in __rwlock_init()
32 static struct lock_class_key __key; \
/linux-4.4.14/drivers/base/regmap/
Dregmap-spmi.c96 struct lock_class_key *lock_key, in __regmap_init_spmi_base()
106 struct lock_class_key *lock_key, in __devm_regmap_init_spmi_base()
216 struct lock_class_key *lock_key, in __regmap_init_spmi_ext()
226 struct lock_class_key *lock_key, in __devm_regmap_init_spmi_ext()
Dregmap-ac97.c83 struct lock_class_key *lock_key, in __regmap_init_ac97()
93 struct lock_class_key *lock_key, in __devm_regmap_init_ac97()
Dregmap-spi.c118 struct lock_class_key *lock_key, in __regmap_init_spi()
128 struct lock_class_key *lock_key, in __devm_regmap_init_spi()
Dregmap-mmio.c302 struct lock_class_key *lock_key, in __regmap_init_mmio_clk()
320 struct lock_class_key *lock_key, in __devm_regmap_init_mmio_clk()
Dregmap-i2c.c287 struct lock_class_key *lock_key, in __regmap_init_i2c()
302 struct lock_class_key *lock_key, in __devm_regmap_init_i2c()
Dregmap.c526 struct lock_class_key *lock_key, in __regmap_init()
927 struct lock_class_key *lock_key, in __devm_regmap_init()
/linux-4.4.14/include/linux/gpio/
Ddriver.h141 struct lock_class_key *lock_key;
192 struct lock_class_key *lock_key);
198 static struct lock_class_key _key; \
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
Dpriv.h23 struct lock_class_key *, struct nvkm_vm **);
38 struct lock_class_key *, struct nvkm_vm **);
Dbase.c364 u32 block, struct lock_class_key *key, struct nvkm_vm **pvm) in nvkm_vm_create()
366 static struct lock_class_key _key; in nvkm_vm_create()
403 struct lock_class_key *key, struct nvkm_vm **pvm) in nvkm_vm_new()
Dgf100.c197 struct lock_class_key *key, struct nvkm_vm **pvm) in gf100_vm_create()
Dnv50.c203 struct lock_class_key *key, struct nvkm_vm **pvm) in nv50_vm_create()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bar/
Dgf100.c45 struct lock_class_key *key, int bar_nr) in gf100_bar_ctor_vm()
97 static struct lock_class_key bar1_lock; in gf100_bar_oneinit()
98 static struct lock_class_key bar3_lock; in gf100_bar_oneinit()
Dnv50.c64 static struct lock_class_key bar1_lock; in nv50_bar_oneinit()
65 static struct lock_class_key bar3_lock; in nv50_bar_oneinit()
/linux-4.4.14/net/batman-adv/
Dhash.h30 struct lock_class_key;
56 struct lock_class_key *key);
Dhash.c74 struct lock_class_key *key) in batadv_hash_set_lock_class()
Dsoft-interface.c694 static struct lock_class_key batadv_netdev_xmit_lock_key;
695 static struct lock_class_key batadv_netdev_addr_lock_key;
Dbridge_loop_avoidance.c1230 static struct lock_class_key batadv_claim_hash_lock_class_key;
1231 static struct lock_class_key batadv_backbone_hash_lock_class_key;
Dnetwork-coding.c58 static struct lock_class_key batadv_nc_coding_hash_lock_class_key;
59 static struct lock_class_key batadv_nc_decoding_hash_lock_class_key;
Doriginator.c46 static struct lock_class_key batadv_orig_hash_lock_class_key;
Dtranslation-table.c56 static struct lock_class_key batadv_tt_local_hash_lock_class_key;
57 static struct lock_class_key batadv_tt_global_hash_lock_class_key;
/linux-4.4.14/kernel/rcu/
Dupdate.c220 static struct lock_class_key rcu_lock_key;
225 static struct lock_class_key rcu_bh_lock_key;
230 static struct lock_class_key rcu_sched_lock_key;
235 static struct lock_class_key rcu_callback_key;
Dsrcu.c116 struct lock_class_key *key) in __init_srcu_struct()
Dtree.c71 static struct lock_class_key rcu_node_class[RCU_NUM_LVLS];
72 static struct lock_class_key rcu_fqs_class[RCU_NUM_LVLS];
73 static struct lock_class_key rcu_exp_class[RCU_NUM_LVLS];
/linux-4.4.14/net/ieee802154/6lowpan/
Dcore.c61 static struct lock_class_key lowpan_tx_busylock;
62 static struct lock_class_key lowpan_netdev_xmit_lock_key;
/linux-4.4.14/drivers/macintosh/
Dmac_hid.c30 static struct lock_class_key mac_hid_emumouse_dev_event_class; in mac_hid_create_emumouse()
31 static struct lock_class_key mac_hid_emumouse_dev_mutex_class; in mac_hid_create_emumouse()
/linux-4.4.14/drivers/net/wireless/iwlwifi/
Diwl-trans.c74 static struct lock_class_key __key; in iwl_trans_alloc()
/linux-4.4.14/kernel/locking/
Dmutex-debug.h28 struct lock_class_key *key);
Dspinlock_debug.c17 struct lock_class_key *key) in __raw_spin_lock_init()
35 struct lock_class_key *key) in __rwlock_init()
Dmutex-debug.c94 struct lock_class_key *key) in debug_mutex_init()
Dpercpu-rwsem.c12 const char *name, struct lock_class_key *rwsem_key) in __percpu_init_rwsem()
Drwsem-spinlock.c40 struct lock_class_key *key) in __init_rwsem()
Drwsem-xadd.c74 struct lock_class_key *key) in __init_rwsem()
Dlockdep.c709 BUILD_BUG_ON(sizeof(struct lock_class_key) > in look_up_lock_class()
2966 struct lock_class_key *key, int subclass) in lockdep_init_map()
3025 struct lock_class_key __lockdep_no_validate__;
3301 struct lock_class_key *key, unsigned int subclass, in __lock_set_class()
3549 struct lock_class_key *key, unsigned int subclass, in lock_set_class()
Dmutex.c50 __mutex_init(struct mutex *lock, const char *name, struct lock_class_key *key) in __mutex_init()
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dmmu.h43 struct lock_class_key *, struct nvkm_vm **);
/linux-4.4.14/include/media/
Dv4l2-ctrls.h363 struct lock_class_key *key, const char *name);
369 static struct lock_class_key _key; \
/linux-4.4.14/fs/ocfs2/
Dsysfile.c47 static struct lock_class_key ocfs2_sysfile_cluster_lock_key[NUM_SYSTEM_INODES];
Dinode.c67 static struct lock_class_key ocfs2_sysfile_lock_key[NUM_SYSTEM_INODES];
244 static struct lock_class_key ocfs2_quota_ip_alloc_sem_key, in ocfs2_init_locked_inode()
Ddlmglue.c97 struct lock_class_key lockdep_keys[OCFS2_NUM_LOCK_TYPES];
/linux-4.4.14/fs/sysfs/
Dfile.c244 struct lock_class_key *key = NULL; in sysfs_add_file_mode_ns()
297 key = attr->key ?: (struct lock_class_key *)&attr->skey; in sysfs_add_file_mode_ns()
/linux-4.4.14/drivers/net/hamradio/
Dbpqether.c124 static struct lock_class_key bpq_netdev_xmit_lock_key;
125 static struct lock_class_key bpq_netdev_addr_lock_key;
/linux-4.4.14/mm/
Dworkingset.c397 static struct lock_class_key shadow_nodes_key;
Dlist_lru.c535 struct lock_class_key *key) in __list_lru_init()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/core/
Dsubdev.c28 static struct lock_class_key nvkm_subdev_lock_class[NVKM_SUBDEV_NR];
/linux-4.4.14/drivers/base/
Dclass.c166 int __class_register(struct class *cls, struct lock_class_key *key) in __class_register()
240 struct lock_class_key *key) in __class_create()
Dbus.c892 struct lock_class_key *key = &bus->lock_key; in bus_register()
/linux-4.4.14/fs/nilfs2/
Dbmap.c494 static struct lock_class_key nilfs_bmap_dat_lock_key;
495 static struct lock_class_key nilfs_bmap_mdt_lock_key;
Ddat.c480 static struct lock_class_key dat_lock_key; in nilfs_dat_read()
/linux-4.4.14/kernel/time/
Dtimer.c632 const char *name, struct lock_class_key *key);
635 const char *name, struct lock_class_key *key) in init_timer_on_stack_key()
680 const char *name, struct lock_class_key *key) in do_init_timer()
705 const char *name, struct lock_class_key *key) in init_timer_key()
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_dev.c101 struct lock_class_key osc_ast_guard_class;
Dosc_request.c3289 extern struct lock_class_key osc_ast_guard_class;
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dcl_object.c67 static struct lock_class_key cl_page_guard_class;
69 static struct lock_class_key cl_lock_guard_class;
71 static struct lock_class_key cl_attr_guard_class;
Dcl_lock.c51 static struct lock_class_key cl_lock_guard_class;
148 static struct lock_class_key cl_lock_key;
/linux-4.4.14/lib/
Dpercpu_counter.c116 struct lock_class_key *key) in __percpu_counter_init()
/linux-4.4.14/fs/configfs/
Dinode.c44 static struct lock_class_key default_group_class[MAX_LOCK_DEPTH];
/linux-4.4.14/net/bluetooth/
Daf_bluetooth.c43 static struct lock_class_key bt_lock_key[BT_MAX_PROTO];
55 static struct lock_class_key bt_slock_key[BT_MAX_PROTO];
D6lowpan.c630 static struct lock_class_key bt_tx_busylock;
631 static struct lock_class_key bt_netdev_xmit_lock_key;
/linux-4.4.14/net/l2tp/
Dl2tp_eth.c70 static struct lock_class_key l2tp_eth_tx_busylock;
Dl2tp_core.c1471 static struct lock_class_key l2tp_socket_class;
/linux-4.4.14/drivers/tty/
Dtty_ldsem.c103 struct lock_class_key *key) in __init_ldsem()
/linux-4.4.14/tools/lib/lockdep/
Dpreload.c30 struct lock_class_key key;
/linux-4.4.14/drivers/clk/at91/
Dpmc.c117 static struct lock_class_key pmc_lock_class;
/linux-4.4.14/arch/arm/mach-omap2/
Domap_hwmod.h693 struct lock_class_key hwmod_key; /* unique lock class */
/linux-4.4.14/net/8021q/
Dvlan_dev.c477 static struct lock_class_key vlan_netdev_xmit_lock_key;
478 static struct lock_class_key vlan_netdev_addr_lock_key;
/linux-4.4.14/drivers/net/ipvlan/
Dipvlan_main.c87 static struct lock_class_key ipvlan_netdev_xmit_lock_key;
88 static struct lock_class_key ipvlan_netdev_addr_lock_key;
/linux-4.4.14/fs/xfs/
Dxfs_dquot.c65 static struct lock_class_key xfs_dquot_group_class;
66 static struct lock_class_key xfs_dquot_project_class;
Dxfs_iops.c58 static struct lock_class_key xfs_nondir_ilock_class;
59 static struct lock_class_key xfs_dir_ilock_class;
/linux-4.4.14/net/bridge/
Dbr_device.c31 static struct lock_class_key bridge_netdev_addr_lock_key;
/linux-4.4.14/drivers/dma-buf/
Dreservation.c41 struct lock_class_key reservation_seqcount_class;
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_dev.c62 static struct lock_class_key cl_lov_device_mutex_class;
/linux-4.4.14/kernel/irq/
Dirqdesc.c24 static struct lock_class_key irq_desc_lock_class;
Dgeneric-chip.c355 static struct lock_class_key irq_nested_lock_class;
/linux-4.4.14/kernel/
Dkthread.c541 struct lock_class_key *key) in __init_kthread_worker()
Dworkqueue.c3829 struct lock_class_key *key, in __alloc_workqueue_key()
Dcgroup.c3353 struct lock_class_key *key = NULL; in cgroup_add_file()
/linux-4.4.14/kernel/sched/
Dwait.c14 void __init_waitqueue_head(wait_queue_head_t *q, const char *name, struct lock_class_key *key) in __init_waitqueue_head()
/linux-4.4.14/drivers/gpio/
Dgpio-tegra.c472 static struct lock_class_key gpio_lock_class;
Dgpio-bcm-kona.c516 static struct lock_class_key gpio_lock_class;
Dgpio-mcp23s08.c100 static struct lock_class_key gpio_lock_class;
Dgpiolib.c677 struct lock_class_key *lock_key) in _gpiochip_irqchip_add()
/linux-4.4.14/arch/powerpc/sysdev/
Dfsl_msi.c356 static struct lock_class_key fsl_msi_irq_class;
/linux-4.4.14/drivers/irqchip/
Dirq-renesas-intc-irqpin.c342 static struct lock_class_key intc_irqpin_irq_lock_class;
/linux-4.4.14/net/netrom/
Daf_netrom.c75 static struct lock_class_key nr_netdev_xmit_lock_key;
76 static struct lock_class_key nr_netdev_addr_lock_key;
/linux-4.4.14/drivers/bus/
Dsunxi-rsb.c460 struct lock_class_key *lock_key, in __devm_regmap_init_sunxi_rsb()
/linux-4.4.14/net/rose/
Daf_rose.c76 static struct lock_class_key rose_netdev_xmit_lock_key;
77 static struct lock_class_key rose_netdev_addr_lock_key;
/linux-4.4.14/fs/kernfs/
Dfile.c913 struct lock_class_key *key) in __kernfs_create_file()
/linux-4.4.14/drivers/net/
Dmacvlan.c757 static struct lock_class_key macvlan_netdev_xmit_lock_key;
758 static struct lock_class_key macvlan_netdev_addr_lock_key;
/linux-4.4.14/net/sunrpc/
Dsvcsock.c81 static struct lock_class_key svc_key[2];
82 static struct lock_class_key svc_slock_key[2];
Dxprtsock.c1857 static struct lock_class_key xs_key[2];
1858 static struct lock_class_key xs_slock_key[2];
/linux-4.4.14/net/core/
Dsock.c239 static struct lock_class_key af_family_keys[AF_MAX];
240 static struct lock_class_key af_family_slock_keys[AF_MAX];
305 static struct lock_class_key af_callback_keys[AF_MAX];
Ddev.c308 static struct lock_class_key netdev_xmit_lock_key[ARRAY_SIZE(netdev_lock_type)];
309 static struct lock_class_key netdev_addr_lock_key[ARRAY_SIZE(netdev_lock_type)];
Dneighbour.c1493 static struct lock_class_key neigh_table_proxy_queue_class;
/linux-4.4.14/fs/ntfs/
Dinode.c379 static struct lock_class_key attr_list_rl_lock_class;
425 static struct lock_class_key extent_inode_mrec_lock_key;
1747 static struct lock_class_key mft_ni_runlist_lock_key, mft_ni_mrec_lock_key;
Dsuper.c1759 static struct lock_class_key
/linux-4.4.14/drivers/net/team/
Dteam.c1543 static struct lock_class_key team_netdev_xmit_lock_key;
1544 static struct lock_class_key team_netdev_addr_lock_key;
1545 static struct lock_class_key team_tx_busylock_key;
/linux-4.4.14/net/sched/
Dsch_generic.c574 static struct lock_class_key qdisc_tx_busylock;
Dsch_api.c881 static struct lock_class_key qdisc_tx_lock;
882 static struct lock_class_key qdisc_rx_lock;
/linux-4.4.14/drivers/s390/cio/
Dcio.c584 static struct lock_class_key console_sch_key;
/linux-4.4.14/net/irda/
Diriap.c88 static struct lock_class_key irias_objects_key;
/linux-4.4.14/drivers/usb/storage/
Dusb.c154 static struct lock_class_key us_interface_key[USB_MAXINTERFACES];
/linux-4.4.14/drivers/pinctrl/bcm/
Dpinctrl-bcm2835.c112 static struct lock_class_key gpio_lock_class;
/linux-4.4.14/kernel/trace/
Dring_buffer.c439 struct lock_class_key lock_key;
476 struct lock_class_key *reader_lock_key;
1302 struct lock_class_key *key) in __ring_buffer_alloc()
/linux-4.4.14/drivers/tty/serial/
Difx6x60.c89 static struct lock_class_key ifx_spi_key;
Dserial_core.c50 static struct lock_class_key port_lock_key;
/linux-4.4.14/drivers/net/bonding/
Dbond_main.c4570 static struct lock_class_key bonding_netdev_xmit_lock_key;
4571 static struct lock_class_key bonding_netdev_addr_lock_key;
4572 static struct lock_class_key bonding_tx_busylock_key;
/linux-4.4.14/net/dsa/
Dslave.c1091 static struct lock_class_key dsa_slave_netdev_xmit_lock_key;
/linux-4.4.14/fs/hugetlbfs/
Dinode.c717 static struct lock_class_key hugetlbfs_i_mmap_rwsem_key;
/linux-4.4.14/fs/gfs2/
Dops_fstype.c781 static struct lock_class_key gfs2_quota_imutex_key;
/linux-4.4.14/drivers/net/wireless/hostap/
Dhostap_hw.c3066 static struct lock_class_key hostap_netdev_xmit_lock_key;
3067 static struct lock_class_key hostap_netdev_addr_lock_key;
/linux-4.4.14/fs/jbd2/
Dtransaction.c390 static struct lock_class_key jbd2_handle_key;
/linux-4.4.14/fs/cifs/
Dconnect.c2894 static struct lock_class_key cifs_key[2];
2895 static struct lock_class_key cifs_slock_key[2];
/linux-4.4.14/net/netfilter/ipvs/
Dip_vs_sync.c64 static struct lock_class_key __ipvs_sync_key;
/linux-4.4.14/Documentation/filesystems/
Dvfs.txt123 struct lock_class_key s_lock_key;
124 struct lock_class_key s_umount_key;
/linux-4.4.14/net/unix/
Daf_unix.c753 static struct lock_class_key af_unix_sk_receive_queue_lock_key;
/linux-4.4.14/drivers/net/ppp/
Dppp_generic.c1110 static struct lock_class_key ppp_tx_busylock;
/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-ctrls.c1704 struct lock_class_key *key, const char *name) in v4l2_ctrl_handler_init_class()
/linux-4.4.14/net/ceph/
Dmessenger.c169 static struct lock_class_key socket_class;
/linux-4.4.14/kernel/events/
Dcore.c7612 static struct lock_class_key cpuctx_mutex;
7613 static struct lock_class_key cpuctx_lock;
/linux-4.4.14/fs/btrfs/
Ddisk-io.c165 struct lock_class_key keys[BTRFS_MAX_LEVEL + 1];
/linux-4.4.14/drivers/iommu/
Dintel-iommu.c1800 static struct lock_class_key reserved_rbtree_key;
/linux-4.4.14/drivers/infiniband/core/
Duverbs_cmd.c47 struct lock_class_key key;
/linux-4.4.14/drivers/s390/net/
Dqeth_core_main.c53 static struct lock_class_key qdio_out_skb_queue_key;