/linux-4.4.14/kernel/locking/ |
D | lglock.c | 13 void lg_lock_init(struct lglock *lg, char *name) in lg_lock_init() 19 void lg_local_lock(struct lglock *lg) in lg_local_lock() 30 void lg_local_unlock(struct lglock *lg) in lg_local_unlock() 41 void lg_local_lock_cpu(struct lglock *lg, int cpu) in lg_local_lock_cpu() 52 void lg_local_unlock_cpu(struct lglock *lg, int cpu) in lg_local_unlock_cpu() 63 void lg_double_lock(struct lglock *lg, int cpu1, int cpu2) in lg_double_lock() 77 void lg_double_unlock(struct lglock *lg, int cpu1, int cpu2) in lg_double_unlock() 85 void lg_global_lock(struct lglock *lg) in lg_global_lock() 99 void lg_global_unlock(struct lglock *lg) in lg_global_unlock()
|
/linux-4.4.14/drivers/gpio/ |
D | gpio-lynxpoint.c | 100 struct lp_gpio *lg = container_of(chip, struct lp_gpio, chip); in lp_gpio_reg() local 115 struct lp_gpio *lg = container_of(chip, struct lp_gpio, chip); in lp_gpio_request() local 140 struct lp_gpio *lg = container_of(chip, struct lp_gpio, chip); in lp_gpio_free() local 152 struct lp_gpio *lg = container_of(gc, struct lp_gpio, chip); in lp_irq_type() local 194 struct lp_gpio *lg = container_of(chip, struct lp_gpio, chip); in lp_gpio_set() local 210 struct lp_gpio *lg = container_of(chip, struct lp_gpio, chip); in lp_gpio_direction_input() local 224 struct lp_gpio *lg = container_of(chip, struct lp_gpio, chip); in lp_gpio_direction_output() local 241 struct lp_gpio *lg = container_of(gc, struct lp_gpio, chip); in lp_gpio_irq_handler() local 276 struct lp_gpio *lg = container_of(gc, struct lp_gpio, chip); in lp_irq_enable() local 289 struct lp_gpio *lg = container_of(gc, struct lp_gpio, chip); in lp_irq_disable() local [all …]
|
/linux-4.4.14/drivers/lguest/ |
D | lguest_user.c | 107 struct lguest *lg = file->private_data; in read() local 224 struct lguest *lg; in initialize() local 304 struct lguest *lg = file->private_data; in write() local 360 struct lguest *lg = file->private_data; in close() local
|
D | page_tables.c | 654 static void flush_user_mappings(struct lguest *lg, int idx) in flush_user_mappings() 733 static unsigned int find_pgdir(struct lguest *lg, unsigned long pgtable) in find_pgdir() 827 static void release_all_pagetables(struct lguest *lg) in release_all_pagetables() 1030 void guest_set_pgd(struct lguest *lg, unsigned long gpgdir, u32 idx) in guest_set_pgd() 1056 void guest_set_pmd(struct lguest *lg, unsigned long pmdp, u32 idx) in guest_set_pmd() 1073 int init_guest_pagetable(struct lguest *lg) in init_guest_pagetable() 1128 void free_guest_pagetable(struct lguest *lg) in free_guest_pagetable()
|
D | core.c | 173 bool lguest_address_ok(const struct lguest *lg, in lguest_address_ok()
|
D | interrupts_and_traps.c | 341 bool check_syscall_vector(struct lguest *lg) in check_syscall_vector()
|
D | lg.h | 41 struct lguest *lg; member
|
/linux-4.4.14/include/linux/ |
D | lglock.h | 72 #define lg_lock_init(lg, name) spin_lock_init(lg) argument 75 #define lg_local_lock_cpu(lg, cpu) spin_lock(lg) argument 76 #define lg_local_unlock_cpu(lg, cpu) spin_unlock(lg) argument
|
/linux-4.4.14/sound/mips/ |
D | ad1843.c | 312 int lg, rg, lm, rm; in ad1843_get_gain() local 342 int lg = (newval >> 0) & mask; in ad1843_set_gain() local
|
/linux-4.4.14/net/rose/ |
D | rose_subr.c | 242 unsigned char l, lg, n = 0; in rose_parse_national() local
|
D | af_rose.c | 1163 int lg; in rose_sendmsg() local
|
/linux-4.4.14/fs/ext4/ |
D | mballoc.c | 2662 struct ext4_locality_group *lg; in ext4_mb_init() local 3010 struct ext4_locality_group *lg = ac->ac_lg; in ext4_mb_normalize_group_request() local 3361 struct ext4_locality_group *lg; in ext4_mb_use_preallocated() local 3677 struct ext4_locality_group *lg; in ext4_mb_new_group_pa() local 4224 struct ext4_locality_group *lg, in ext4_mb_discard_lg_preallocations() 4308 struct ext4_locality_group *lg = ac->ac_lg; in ext4_mb_add_n_trim() local
|
/linux-4.4.14/fs/ntfs/ |
D | compress.c | 352 u16 lg, pt, length, max_non_overlap; in ntfs_decompress() local
|
/linux-4.4.14/drivers/infiniband/hw/mthca/ |
D | mthca_cmd.c | 661 int lg; in mthca_map_cmd() local 782 u8 lg; in mthca_QUERY_FW() local
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | fw.c | 1369 int lg; in mlx4_map_cmd() local 1472 u8 lg; in mlx4_QUERY_FW() local
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_mbx.c | 1876 struct logio_entry_24xx *lg; in qla24xx_login_fabric() local 2152 struct logio_entry_24xx *lg; in qla24xx_fabric_logout() local
|