/linux-6.3-rc2/drivers/net/ethernet/intel/ice/ |
A D | ice_dcb_lib.c | 282 static void ice_dcb_ena_dis_vsi(struct ice_pf *pf, bool ena, bool locked) in ice_dcb_ena_dis_vsi() 350 int ice_pf_dcb_cfg(struct ice_pf *pf, struct ice_dcbx_cfg *new_cfg, bool locked) in ice_pf_dcb_cfg() 605 static int ice_dcb_init_cfg(struct ice_pf *pf, bool locked) in ice_dcb_init_cfg() 634 int ice_dcb_sw_dflt_cfg(struct ice_pf *pf, bool ets_willing, bool locked) in ice_dcb_sw_dflt_cfg() 740 void ice_pf_dcb_recfg(struct ice_pf *pf, bool locked) in ice_pf_dcb_recfg() 804 int ice_init_pf_dcb(struct ice_pf *pf, bool locked) in ice_init_pf_dcb()
|
A D | ice_dcb_lib.h | 93 ice_init_pf_dcb(struct ice_pf *pf, bool __always_unused locked) in ice_init_pf_dcb() 102 bool __always_unused locked) in ice_pf_dcb_cfg() 131 static inline void ice_pf_dcb_recfg(struct ice_pf *pf, bool locked) { } in ice_pf_dcb_recfg()
|
/linux-6.3-rc2/mm/ |
A D | gup.c | 888 int *locked) in faultin_page() 1079 struct vm_area_struct **vmas, int *locked) in __get_user_pages() 1345 int *locked, in __get_user_pages_locked() 1619 int locked = 0; in __mm_populate() local 1894 int locked = 0; in get_dump_page() local 2072 int *locked, in __gup_longterm_locked() 2266 int locked = 1; in get_user_pages() local 2294 int locked = 0; in get_user_pages_unlocked() local 2954 int locked = 0; in internal_get_user_pages_fast() local 3149 int locked = 1; in pin_user_pages() local [all …]
|
A D | mremap.c | 574 bool *locked, unsigned long flags, in move_vma() 788 unsigned long new_addr, unsigned long new_len, bool *locked, in mremap_to() 902 bool locked = false; in SYSCALL_DEFINE5() local
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | qspinlock_types.h | 14 u16 locked; member 20 u16 locked; member
|
/linux-6.3-rc2/sound/core/seq/ |
A D | seq_queue.c | 96 static struct snd_seq_queue *queue_new(int owner, int locked) in queue_new() 168 struct snd_seq_queue *snd_seq_queue_alloc(int client, int locked, unsigned int info_flags) in snd_seq_queue_alloc() 406 int snd_seq_queue_set_owner(int queueid, int client, int locked) in snd_seq_queue_set_owner() 739 bool locked; in snd_seq_info_queues_read() local
|
/linux-6.3-rc2/drivers/media/dvb-frontends/ |
A D | lgs8gxx.c | 295 static int lgs8gxx_is_locked(struct lgs8gxx_state *priv, u8 *locked) in lgs8gxx_is_locked() 315 static int lgs8gxx_wait_ca_lock(struct lgs8gxx_state *priv, u8 *locked) in lgs8gxx_wait_ca_lock() 359 u8 *locked) in lgs8gxx_autolock_gi() 403 u8 locked = 0, tmp_gi; in lgs8gxx_auto_detect() local 716 u8 t, locked = 0; in lgs8gxx_read_status() local
|
A D | atbm8830.c | 147 static int is_locked(struct atbm_state *priv, u8 *locked) in is_locked() 261 u8 locked = 0; in atbm8830_set_fe() local 329 u8 locked = 0; in atbm8830_read_status() local
|
/linux-6.3-rc2/include/asm-generic/ |
A D | qspinlock_types.h | 25 u8 locked; member 40 u8 locked; member
|
/linux-6.3-rc2/drivers/staging/vme_user/ |
A D | vme_bridge.h | 19 int locked; member 32 int locked; member 65 int locked; member 76 int locked; member
|
/linux-6.3-rc2/tools/testing/selftests/mm/ |
A D | mlock2-tests.c | 148 bool locked; in is_vma_lock_on_fault() local 168 bool locked; in lock_check() local
|
/linux-6.3-rc2/kernel/locking/ |
A D | qspinlock_paravirt.h | 493 __pv_queued_spin_unlock_slowpath(struct qspinlock *lock, u8 locked) in __pv_queued_spin_unlock_slowpath() 549 u8 locked; in __pv_queued_spin_unlock() local
|
A D | mcs_spinlock.h | 20 int locked; /* 1 if lock acquired */ member
|
/linux-6.3-rc2/io_uring/ |
A D | poll.c | 151 static void io_poll_tw_hash_eject(struct io_kiocb *req, bool *locked) in io_poll_tw_hash_eject() 241 static int io_poll_check_events(struct io_kiocb *req, bool *locked) in io_poll_check_events() 329 static void io_poll_task_func(struct io_kiocb *req, bool *locked) in io_poll_task_func() 979 bool locked; in io_poll_remove() local
|
A D | notif.c | 12 static void io_notif_complete_tw_ext(struct io_kiocb *notif, bool *locked) in io_notif_complete_tw_ext()
|
A D | io_uring.c | 249 bool locked = true; in io_fallback_req_func() local 1149 static void ctx_flush_and_put(struct io_ring_ctx *ctx, bool *locked) in ctx_flush_and_put() 1164 struct io_ring_ctx **ctx, bool *locked, in handle_tw_list() 1348 static int __io_run_local_work(struct io_ring_ctx *ctx, bool *locked) in __io_run_local_work() 1384 bool locked; in io_run_local_work_locked() local 1400 bool locked = mutex_trylock(&ctx->uring_lock); in io_run_local_work() local 1410 static void io_req_task_cancel(struct io_kiocb *req, bool *locked) in io_req_task_cancel() 1416 void io_req_task_submit(struct io_kiocb *req, bool *locked) in io_req_task_submit() 1649 void io_req_task_complete(struct io_kiocb *req, bool *locked) in io_req_task_complete() 1930 int io_poll_issue(struct io_kiocb *req, bool *locked) in io_poll_issue()
|
/linux-6.3-rc2/drivers/net/ethernet/intel/e1000e/ |
A D | phy.c | 318 bool locked) in __e1000e_read_phy_reg_igp() 385 bool locked) in __e1000e_write_phy_reg_igp() 451 bool locked) in __e1000_read_kmrn_reg() 524 bool locked) in __e1000_write_kmrn_reg() 2758 bool locked, bool page_set) in __e1000_read_phy_reg_hv() 2866 bool locked, bool page_set) in __e1000_write_phy_reg_hv()
|
/linux-6.3-rc2/include/linux/ |
A D | osq_lock.h | 11 int locked; /* 1 if lock acquired */ member
|
/linux-6.3-rc2/drivers/infiniband/hw/qib/ |
A D | qib_user_pages.c | 97 unsigned long locked, lock_limit; in qib_get_user_pages() local
|
/linux-6.3-rc2/drivers/gpu/drm/ttm/ |
A D | ttm_bo.c | 517 bool *locked, bool *busy) in ttm_bo_evict_swapout_allowable() 591 bool locked = false; in ttm_mem_evict_first() local 1125 bool locked; in ttm_bo_swapout() local
|
/linux-6.3-rc2/drivers/mtd/spi-nor/ |
A D | otp.c | 253 int ret, locked; in spi_nor_mtd_otp_info() local 289 int locked; in spi_nor_mtd_otp_range_is_locked() local
|
/linux-6.3-rc2/virt/kvm/ |
A D | async_pf.c | 53 int locked = 1; in async_pf_execute() local
|
/linux-6.3-rc2/fs/btrfs/ |
A D | defrag.c | 611 u64 newer_than, bool locked) in defrag_lookup_extent() 667 u32 extent_thresh, u64 newer_than, bool locked) in defrag_check_next_extent() 826 bool locked, struct list_head *target_list, in defrag_collect_targets()
|
/linux-6.3-rc2/include/drm/ |
A D | drm_modeset_lock.h | 66 struct list_head locked; member
|
/linux-6.3-rc2/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
A D | core.c | 633 int brcmf_net_attach(struct brcmf_if *ifp, bool locked) in brcmf_net_attach() 677 void brcmf_net_detach(struct net_device *ndev, bool locked) in brcmf_net_detach() 909 bool locked) in brcmf_del_if() 956 void brcmf_remove_interface(struct brcmf_if *ifp, bool locked) in brcmf_remove_interface()
|