Home
last modified time | relevance | path

Searched defs:locked (Results 1 – 25 of 214) sorted by relevance

123456789

/linux/drivers/net/ethernet/intel/ice/
H A Dice_dcb_lib.c282 static void ice_dcb_ena_dis_vsi(struct ice_pf *pf, bool ena, bool locked) in ice_dcb_ena_dis_vsi()
349 int ice_pf_dcb_cfg(struct ice_pf *pf, struct ice_dcbx_cfg *new_cfg, bool locked) in ice_pf_dcb_cfg()
604 static int ice_dcb_init_cfg(struct ice_pf *pf, bool locked) in ice_dcb_init_cfg()
633 int ice_dcb_sw_dflt_cfg(struct ice_pf *pf, bool ets_willing, bool locked) in ice_dcb_sw_dflt_cfg()
739 void ice_pf_dcb_recfg(struct ice_pf *pf, bool locked) in ice_pf_dcb_recfg()
802 int ice_init_pf_dcb(struct ice_pf *pf, bool locked) in ice_init_pf_dcb()
H A Dice_dcb_lib.h93 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/mm/
H A Dgup.c921 faultin_page(struct vm_area_struct * vma,unsigned long address,unsigned int * flags,bool unshare,int * locked) faultin_page() argument
1189 __get_user_pages(struct mm_struct * mm,unsigned long start,unsigned long nr_pages,unsigned int gup_flags,struct page ** pages,int * locked) __get_user_pages() argument
1486 __get_user_pages_locked(struct mm_struct * mm,unsigned long start,unsigned long nr_pages,struct page ** pages,int * locked,unsigned int flags) __get_user_pages_locked() argument
1651 populate_vma_page_range(struct vm_area_struct * vma,unsigned long start,unsigned long end,int * locked) populate_vma_page_range() argument
1725 faultin_page_range(struct mm_struct * mm,unsigned long start,unsigned long end,bool write,int * locked) faultin_page_range() argument
1767 int locked = 0; __mm_populate() local
1818 __get_user_pages_locked(struct mm_struct * mm,unsigned long start,unsigned long nr_pages,struct page ** pages,int * locked,unsigned int foll_flags) __get_user_pages_locked() argument
2040 int locked = 0; get_dump_page() local
2216 __gup_longterm_locked(struct mm_struct * mm,unsigned long start,unsigned long nr_pages,struct page ** pages,int * locked,unsigned int gup_flags) __gup_longterm_locked() argument
2247 is_valid_gup_args(struct page ** pages,int * locked,unsigned int * gup_flags_p,unsigned int to_set) is_valid_gup_args() argument
2353 get_user_pages_remote(struct mm_struct * mm,unsigned long start,unsigned long nr_pages,unsigned int gup_flags,struct page ** pages,int * locked) get_user_pages_remote() argument
2371 get_user_pages_remote(struct mm_struct * mm,unsigned long start,unsigned long nr_pages,unsigned int gup_flags,struct page ** pages,int * locked) get_user_pages_remote() argument
2394 int locked = 1; get_user_pages() local
2422 int locked = 0; get_user_pages_unlocked() local
3196 int locked = 0; internal_get_user_pages_fast() local
3363 pin_user_pages_remote(struct mm_struct * mm,unsigned long start,unsigned long nr_pages,unsigned int gup_flags,struct page ** pages,int * locked) pin_user_pages_remote() argument
3397 int locked = 1; pin_user_pages() local
3417 int locked = 0; pin_user_pages_unlocked() local
[all...]
H A Dmremap.c653 bool *locked, unsigned long flags, in move_vma()
868 unsigned long new_addr, unsigned long new_len, bool *locked, in mremap_to()
1000 bool locked = false; in SYSCALL_DEFINE5() local
/linux/arch/powerpc/include/asm/
H A Dqspinlock_types.h14 u16 locked; member
20 u16 locked; member
/linux/sound/core/seq/
H A Dseq_queue.c88 static struct snd_seq_queue *queue_new(int owner, int locked) in queue_new()
160 struct snd_seq_queue *snd_seq_queue_alloc(int client, int locked, unsigned int info_flags) in snd_seq_queue_alloc()
385 int snd_seq_queue_set_owner(int queueid, int client, int locked) in snd_seq_queue_set_owner()
717 bool locked; in snd_seq_info_queues_read() local
H A Dseq_queue.h29 bool locked; /* timer is only accesibble by owner if set */ member
/linux/drivers/media/dvb-frontends/
H A Dlgs8gxx.c295 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
H A Datbm8830.c147 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/include/asm-generic/
H A Dqspinlock_types.h25 u8 locked; member
40 u8 locked; member
/linux/drivers/staging/vme_user/
H A Dvme_bridge.h19 int locked; member
32 int locked; member
65 int locked; member
76 int locked; member
/linux/fs/
H A Dsuper.c525 bool locked; grab_super() local
914 bool locked; iterate_supers() local
952 bool locked; iterate_supers_type() local
983 bool locked; user_get_super() local
1104 bool locked = super_lock_excl(sb); do_emergency_remount_callback() local
1141 bool locked = super_lock_excl(sb); do_thaw_all_callback() local
1365 bool locked; bdev_super_lock() local
[all...]
/linux/drivers/gpu/drm/xe/
H A Dxe_pcode.c123 u32 *status, bool atomic, int timeout_us, bool locked) in pcode_try_request() argument
266 int xe_pcode_ready(struct xe_device *xe, bool locked) in xe_pcode_ready() argument
/linux/tools/testing/selftests/mm/
H A Dmlock2-tests.c146 bool locked; is_vma_lock_on_fault() local
166 bool locked; lock_check() local
/linux/kernel/locking/
H A Dqspinlock_paravirt.h499 __pv_queued_spin_unlock_slowpath(struct qspinlock *lock, u8 locked) in __pv_queued_spin_unlock_slowpath()
545 u8 locked = _Q_LOCKED_VAL; in __pv_queued_spin_unlock() local
H A Dmcs_spinlock.h20 int locked; /* 1 if lock acquired */ member
H A Dosq_lock.c17 int locked; /* 1 if lock acquired */ member
/linux/drivers/gpu/drm/msm/dsi/phy/
H A Ddsi_phy_28nm.c293 bool locked; in _dsi_pll_28nm_vco_prepare_hpm() local
387 bool locked; in dsi_pll_28nm_vco_prepare_8226() local
454 bool locked; in dsi_pll_28nm_vco_prepare_lp() local
/linux/drivers/gpu/drm/ttm/
H A Dttm_bo.c521 bool *locked, bool *busy) in ttm_bo_evict_swapout_allowable()
602 bool locked = false; in ttm_mem_evict_first() local
1124 bool locked; in ttm_bo_swapout() local
/linux/drivers/infiniband/hw/qib/
H A Dqib_user_pages.c97 unsigned long locked, lock_limit; in qib_get_user_pages() local
/linux/drivers/net/ethernet/intel/e1000e/
H A Dphy.c359 bool locked) in __e1000e_read_phy_reg_igp()
426 bool locked) in __e1000e_write_phy_reg_igp()
492 bool locked) in __e1000_read_kmrn_reg()
565 bool locked) in __e1000_write_kmrn_reg()
2797 bool locked, bool page_set) in __e1000_read_phy_reg_hv()
2905 bool locked, bool page_set) in __e1000_write_phy_reg_hv()
/linux/drivers/mtd/spi-nor/
H A Dotp.c253 int ret, locked; in spi_nor_mtd_otp_info() local
289 int locked; in spi_nor_mtd_otp_range_is_locked() local
/linux/virt/kvm/
H A Dasync_pf.c53 int locked = 1; in async_pf_execute() local
/linux/include/drm/
H A Ddrm_modeset_lock.h66 struct list_head locked; member
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcore.c633 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()

123456789