| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-tsd.c | 107 spin_lock(&bin->hb_lock); in tsd_hash_search() 177 spin_lock(&table->ht_lock); in tsd_hash_add() 190 spin_lock(&bin->hb_lock); in tsd_hash_add() 230 spin_lock(&table->ht_lock); in tsd_hash_add_key() 256 spin_lock(&bin->hb_lock); in tsd_hash_add_key() 287 spin_lock(&table->ht_lock); in tsd_hash_add_pid() 298 spin_lock(&bin->hb_lock); in tsd_hash_add_pid() 374 spin_lock(&table->ht_lock); in tsd_hash_table_fini() 377 spin_lock(&bin->hb_lock); in tsd_hash_table_fini() 413 spin_lock(&table->ht_lock); in tsd_remove_entry() [all …]
|
| H A D | spl-kmem-cache.c | 352 spin_lock(&skc->skc_lock); in spl_slab_reclaim() 439 spin_lock(&skc->skc_lock); in spl_emergency_alloc() 455 spin_lock(&skc->skc_lock); in spl_emergency_alloc() 485 spin_lock(&skc->skc_lock); in spl_emergency_free() 510 spin_lock(&skc->skc_lock); in spl_cache_flush() 874 spin_lock(&skc->skc_lock); in spl_kmem_cache_destroy() 895 spin_lock(&skc->skc_lock); in spl_kmem_cache_destroy() 970 spin_lock(&skc->skc_lock); in __spl_cache_grow() 1088 spin_lock(&skc->skc_lock); in spl_cache_grow() 1120 spin_lock(&skc->skc_lock); in spl_cache_refill() [all …]
|
| H A D | spl-proc.c | 447 spin_lock(&skc->skc_lock); in slab_seq_show() 465 spin_lock(&skc->skc_lock); in slab_seq_show()
|
| H A D | spl-taskq.c | 595 spin_lock(&t->tqent_lock); in taskq_dispatch() 652 spin_lock(&t->tqent_lock); in taskq_dispatch_delay() 703 spin_lock(&t->tqent_lock); in taskq_dispatch_ent()
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/kernel/linux/ |
| H A D | vfs_compat.h | 164 spin_lock(&filp->f_lock); in lseek_execute() 216 spin_lock(&ip->i_lock); in zpl_set_cached_acl()
|
| /f-stack/dpdk/drivers/bus/dpaa/base/qbman/ |
| H A D | bman.c | 136 spin_lock(&affine_mask_lock); in bman_create_affine_portal() 168 spin_lock(&affine_mask_lock); in bman_destroy_affine_portal()
|
| H A D | qman.c | 34 spin_lock(&__fq478->fqlock); \ 186 spin_lock(&fq_hash_table_lock); in find_empty_fq_table_entry() 204 spin_lock(&fq_hash_table_lock); in clear_fq_table_entry() 688 spin_lock(&affine_mask_lock); in qman_create_affine_portal() 748 spin_lock(&affine_mask_lock); in qman_destroy_affine_portal() 846 spin_lock(&p->cgr_lock); in __poll_portal_slow() 2536 spin_lock(&p->cgr_lock); in qman_create_cgr() 2646 spin_lock(&p->cgr_lock); in qman_delete_cgr()
|
| /f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/ |
| H A D | vchiq_kern_lib.c | 419 spin_lock(&bulk_waiter_spinlock); in vchiq_blocking_bulk_transfer() 444 spin_lock(&bulk_waiter_spinlock); in vchiq_blocking_bulk_transfer()
|
| H A D | vchiq_core.c | 182 spin_lock(&service_spinlock); in find_service_by_handle() 204 spin_lock(&service_spinlock); in find_service_by_port() 226 spin_lock(&service_spinlock); in find_service_for_instance() 249 spin_lock(&service_spinlock); in find_closed_service_for_instance() 276 spin_lock(&service_spinlock); in next_service_by_instance() 297 spin_lock(&service_spinlock); in lock_service() 308 spin_lock(&service_spinlock); in unlock_service() 748 spin_lock("a_spinlock); in process_free_queue() 803 spin_lock("a_spinlock); in queue_message() 823 spin_lock("a_spinlock); in queue_message() [all …]
|
| H A D | vchiq_arm.c | 305 spin_lock(&msg_queue_spinlock); in service_callback() 344 spin_lock(&msg_queue_spinlock); in service_callback() 765 spin_lock(&bulk_waiter_spinlock); in vchiq_ioctl() 980 spin_lock(&msg_queue_spinlock); in vchiq_ioctl() 999 spin_lock(&msg_queue_spinlock); in vchiq_ioctl() 1288 spin_lock(&msg_queue_spinlock); in vchiq_close() 1302 spin_lock(&msg_queue_spinlock); in vchiq_close()
|
| /f-stack/freebsd/contrib/vchiq/interface/compat/ |
| H A D | vchi_bsd.h | 141 #define spin_lock(lock) mtx_lock(lock) macro 143 #define spin_lock_bh(lock) spin_lock(lock)
|
| /f-stack/dpdk/drivers/common/dpaax/ |
| H A D | compat.h | 374 #define spin_lock(x) rte_spinlock_lock(x) macro 376 #define spin_lock_irq(x) spin_lock(x)
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | mutex.h | 176 spin_lock(&(mp)->m_lock); \
|
| /f-stack/dpdk/drivers/net/hinic/base/ |
| H A D | hinic_pmd_hwif.c | 209 spin_lock(&free_db_area->idx_lock); in get_db_idx() 237 spin_lock(&free_db_area->idx_lock); in free_db_idx()
|
| H A D | hinic_compat.h | 166 #define spin_lock(spinlock_prt) rte_spinlock_lock(spinlock_prt) macro
|
| H A D | hinic_pmd_api_cmd.c | 394 spin_lock(&chain->async_lock); in api_cmd()
|
| H A D | hinic_pmd_mbox.c | 652 spin_lock(&func_to_func->mbox_lock); in set_mbox_to_func_event()
|
| H A D | hinic_pmd_cmdq.c | 789 spin_lock(&cmdq->cmdq_lock); in cmdq_sync_cmd_direct_resp()
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zpl_inode.c | 69 spin_lock(&dentry->d_lock); in zpl_lookup() 636 spin_lock(&dentry->d_lock);
|
| H A D | zfs_znode.c | 506 spin_lock(&ip->i_lock); in zfs_inode_update()
|
| /f-stack/dpdk/drivers/net/bnxt/tf_core/ |
| H A D | tf_core.h | 365 uint8_t spin_lock; member
|