Home
last modified time | relevance | path

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

12345678

/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dttm_lock.c63 bool locked = false; in __ttm_read_lock() local
86 static bool __ttm_read_trylock(struct ttm_lock *lock, bool *locked) in __ttm_read_trylock()
108 bool locked; in ttm_read_trylock() local
134 bool locked = false; in __ttm_write_lock() local
177 bool locked = false; in __ttm_suspend_lock() local
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dremotedata.py34 def store(self, d, locked=False): argument
47 def check_store(self, d, locked=False): argument
/OK3568_Linux_fs/kernel/mm/
H A Dgup.c898 unsigned long address, unsigned int *flags, int *locked) in faultin_page()
1064 struct vm_area_struct **vmas, int *locked) in __get_user_pages()
1296 int *locked, in __get_user_pages_locked()
1440 unsigned long start, unsigned long end, int *locked) in populate_vma_page_range()
1490 int locked = 0; in __mm_populate() local
1540 struct vm_area_struct **vmas, int *locked, in __get_user_pages_locked()
1601 int locked = 1; in get_dump_page() local
1773 struct vm_area_struct **vmas, int *locked) in __get_user_pages_remote()
1862 struct vm_area_struct **vmas, int *locked) in get_user_pages_remote()
1876 struct vm_area_struct **vmas, int *locked) in get_user_pages_remote()
[all …]
H A Dmremap.c541 bool *locked, unsigned long flags, in move_vma()
741 unsigned long locked, lock_limit; in vma_to_resize() local
764 unsigned long new_addr, unsigned long new_len, bool *locked, in mremap_to()
885 bool locked = false; in SYSCALL_DEFINE5() local
H A Dframe_vector.c40 int locked; in get_vaddr_frames() local
H A Dmlock.c689 unsigned long locked; in do_mlock() local
863 unsigned long lock_limit, locked; in user_shm_lock() local
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/
H A Dice_dcb_lib.c272 int ice_pf_dcb_cfg(struct ice_pf *pf, struct ice_dcbx_cfg *new_cfg, bool locked) in ice_pf_dcb_cfg()
506 static int ice_dcb_init_cfg(struct ice_pf *pf, bool locked) in ice_dcb_init_cfg()
535 static int ice_dcb_sw_dflt_cfg(struct ice_pf *pf, bool ets_willing, bool locked) in ice_dcb_sw_dflt_cfg()
685 int ice_init_pf_dcb(struct ice_pf *pf, bool locked) in ice_init_pf_dcb()
H A Dice_dcb_lib.h83 ice_init_pf_dcb(struct ice_pf *pf, bool __always_unused locked) in ice_init_pf_dcb()
92 bool __always_unused locked) in ice_pf_dcb_cfg()
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dqspinlock_types.h25 u8 locked; member
40 u8 locked; member
/OK3568_Linux_fs/kernel/sound/core/seq/
H A Dseq_queue.c96 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()
405 int snd_seq_queue_set_owner(int queueid, int client, int locked) in snd_seq_queue_set_owner()
760 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
/OK3568_Linux_fs/kernel/drivers/vme/
H A Dvme_bridge.h19 int locked; member
32 int locked; member
65 int locked; member
76 int locked; member
/OK3568_Linux_fs/kernel/tools/testing/selftests/vm/
H A Dmlock2-tests.c148 bool locked; in is_vma_lock_on_fault() local
168 bool locked; in lock_check() local
/OK3568_Linux_fs/kernel/kernel/locking/
H A Dqspinlock_paravirt.h493 __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
H A Dmcs_spinlock.h20 int locked; /* 1 if lock acquired */ member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000e/
H A Dphy.c317 bool locked) in __e1000e_read_phy_reg_igp()
384 bool locked) in __e1000e_write_phy_reg_igp()
450 bool locked) in __e1000_read_kmrn_reg()
523 bool locked) in __e1000_write_kmrn_reg()
2739 bool locked, bool page_set) in __e1000_read_phy_reg_hv()
2847 bool locked, bool page_set) in __e1000_write_phy_reg_hv()
/OK3568_Linux_fs/kernel/include/linux/
H A Dosq_lock.h11 int locked; /* 1 if lock acquired */ member
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/
H A Dqib_user_pages.c97 unsigned long locked, lock_limit; in qib_get_user_pages() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/actor/
H A Dmailbox.cpp93 if (auto locked = mailbox.lock()) { in maybeReceive() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/ttm/
H A Dttm_bo.c669 struct ttm_operation_ctx *ctx, bool *locked, bool *busy) in ttm_bo_evict_swapout_allowable()
732 bool locked = false; in ttm_mem_evict_first() local
1136 bool locked; in ttm_bo_init_reserved() local
1515 bool locked; in ttm_bo_swapout() local
/OK3568_Linux_fs/kernel/virt/kvm/
H A Dasync_pf.c53 int locked = 1; in async_pf_execute() local
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_modeset_lock.h57 struct list_head locked; member
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dsunhv.c439 int locked = 1; in sunhv_console_write_paged() local
494 int i, locked = 1; in sunhv_console_write_bychar() local

12345678