| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_dcb_lib.c | 283 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() 809 int ice_init_pf_dcb(struct ice_pf *pf, bool locked) in ice_init_pf_dcb()
|
| H A D | ice_dcb_lib.h | 96 ice_init_pf_dcb(struct ice_pf *pf, bool __always_unused locked) in ice_init_pf_dcb() 105 bool __always_unused locked) in ice_pf_dcb_cfg() 134 static inline void ice_pf_dcb_recfg(struct ice_pf *pf, bool locked) { } in ice_pf_dcb_recfg()
|
| /linux/mm/ |
| H A D | gup.c | 1089 int *locked) in faultin_page() 1357 int *locked) in __get_user_pages() 1653 int *locked, in __get_user_pages_locked() 1814 unsigned long start, unsigned long end, int *locked) in populate_vma_page_range() 1888 unsigned long end, bool write, int *locked) in faultin_page_range() 1930 int locked = 0; in __mm_populate() local 1981 int *locked, unsigned int foll_flags) in __get_user_pages_locked() 2187 struct page *get_dump_page(unsigned long addr, int *locked) in get_dump_page() 2469 int *locked, in __gup_longterm_locked() 2500 static bool is_valid_gup_args(struct page **pages, int *locked, in is_valid_gup_args() [all …]
|
| H A D | mlock.c | 614 unsigned long locked; in do_mlock() local 793 unsigned long lock_limit, locked; in user_shm_lock() local
|
| /linux/sound/core/seq/ |
| H A D | seq_queue.c | 88 static struct snd_seq_queue *queue_new(int owner, int locked) in queue_new() argument 160 struct snd_seq_queue *snd_seq_queue_alloc(int client, int locked, unsigned int info_flags) in snd_seq_queue_alloc() argument 385 snd_seq_queue_set_owner(int queueid,int client,int locked) snd_seq_queue_set_owner() argument 702 bool locked; snd_seq_info_queues_read() local [all...] |
| H A D | seq_queue.h | 29 bool locked; /* timer is only accesibble by owner if set */ member
|
| /linux/arch/powerpc/include/asm/ |
| H A D | qspinlock_types.h | 14 u16 locked; member 20 u16 locked; member
|
| /linux/drivers/media/dvb-frontends/ |
| H 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
|
| H 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/include/asm-generic/ |
| H A D | qspinlock_types.h | 25 u8 locked; member 40 u8 locked; member
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | bpf_arena_spin_lock.h | 37 u8 locked; member 52 u8 locked; member 64 int locked; member
|
| /linux/tools/testing/selftests/mm/ |
| H A D | mlock2-tests.c | 146 bool locked; is_vma_lock_on_fault() local 166 bool locked; lock_check() local
|
| /linux/kernel/locking/ |
| H A D | qspinlock_paravirt.h | 499 __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 D | mcs_spinlock.h | 20 int locked; /* 1 if lock acquired */ global() member
|
| /linux/drivers/net/ethernet/intel/e1000e/ |
| H A D | phy.c | 359 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/gpu/drm/xe/ |
| H A D | xe_pcode.c | 136 u32 *status, bool atomic, int timeout_us, bool locked) in pcode_try_request() 282 int xe_pcode_ready(struct xe_device *xe, bool locked) in xe_pcode_ready()
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | core.c | 643 int brcmf_net_attach(struct brcmf_if *ifp, bool locked) in brcmf_net_attach() 687 void brcmf_net_detach(struct net_device *ndev, bool locked) in brcmf_net_detach() 919 bool locked) in brcmf_del_if() 966 void brcmf_remove_interface(struct brcmf_if *ifp, bool locked) in brcmf_remove_interface()
|
| /linux/include/drm/ |
| H A D | drm_modeset_lock.h | 66 struct list_head locked; member
|
| /linux/virt/kvm/ |
| H A D | async_pf.c | 53 int locked = 1; in async_pf_execute() local
|
| /linux/fs/ |
| H A D | super.c | 526 bool locked; in grab_super() local 957 bool locked; in iterate_supers_type() local 989 bool locked; in user_get_super() local 1428 bool locked; in bdev_super_lock() local
|
| /linux/fs/btrfs/ |
| H A D | defrag.c | 738 u64 newer_than, bool locked) in defrag_lookup_extent() 794 u32 extent_thresh, u64 newer_than, bool locked) in defrag_check_next_extent() 959 bool locked, struct list_head *target_list, in defrag_collect_targets()
|
| /linux/drivers/gpu/host1x/ |
| H A D | syncpt.h | 50 bool locked; member
|
| /linux/drivers/tty/serial/ |
| H A D | sunhv.c | 442 int locked = 1; in sunhv_console_write_paged() local 497 int i, locked = 1; in sunhv_console_write_bychar() local
|
| /linux/drivers/watchdog/ |
| H A D | intel_oc_wdt.c | 45 bool locked; member
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| H A D | vga.c | 130 bool locked = !nvkm_rdvgac(device, 0, 0x1f); in nvkm_lockvgac() local
|