Home
last modified time | relevance | path

Searched refs:check_flags (Results 1 – 14 of 14) sorted by relevance

/linux/kernel/bpf/
H A Dbpf_local_storage.c462 static int check_flags(const struct bpf_local_storage_data *old_sdata, in check_flags() function
569 err = check_flags(NULL, map_flags); in bpf_local_storage_update()
594 err = check_flags(old_sdata, map_flags); in bpf_local_storage_update()
627 err = check_flags(old_sdata, map_flags); in bpf_local_storage_update()
H A Dhashtab.c1158 static int check_flags(struct bpf_htab *htab, struct htab_elem *l_old, in check_flags() function
1203 ret = check_flags(htab, l_old, map_flags); in htab_map_update_elem()
1225 ret = check_flags(htab, l_old, map_flags); in htab_map_update_elem()
1320 ret = check_flags(htab, l_old, map_flags); in htab_lru_map_update_elem()
1387 ret = check_flags(htab, l_old, map_flags); in htab_map_update_elem_in_place()
1460 ret = check_flags(htab, l_old, map_flags); in __htab_lru_percpu_map_update_elem()
/linux/include/sound/
H A Dak4114.h176 unsigned int check_flags; member
H A Dak4113.h293 unsigned int check_flags; member
/linux/kernel/locking/
H A Dlockdep.c5708 static noinstr void check_flags(unsigned long flags) in check_flags()
5762 check_flags(flags); in lock_downgrade()
5779 check_flags(flags); in verify_lock_unused()
5883 check_flags(flags); in lock_release()
5904 check_flags(flags); in lock_sync()
5931 check_flags(flags); in lock_is_held_type()
5955 check_flags(flags); in lock_pin_lock()
5976 check_flags(flags); in lock_repin_lock()
5995 check_flags(flags); in lock_unpin_lock()
6012 check_flags(flag in print_lock_contention_bug()
5690 static noinstr void check_flags(unsigned long flags) check_flags() function
[all...]
/linux/fs/overlayfs/
H A Dfile.c78 if (file->f_op->check_flags) { in ovl_change_flags()
79 err = file->f_op->check_flags(flags); in ovl_change_flags()
/linux/fs/nfs/
H A Dnfs4file.c448 .check_flags = nfs_check_flags,
/linux/sound/pci/ice1712/
H A Drevo.c487 spec->ak4114->check_flags = AK4114_CHECK_NO_RATE; in ap192_ak4114_init()
H A Djuli.c579 spec->ak4114->check_flags = 0; in juli_init()
H A Dprodigy192.c613 spec->ak4114->check_flags = AK4114_CHECK_NO_RATE; in prodigy192_ak4114_init()
H A Dquartet.c1029 spec->ak4113->check_flags = 0; in qtet_init()
/linux/sound/i2c/other/
H A Dak4113.c616 snd_ak4113_check_rate_and_errors(chip, chip->check_flags); in ak4113_stats()
H A Dak4114.c594 snd_ak4114_check_rate_and_errors(chip, chip->check_flags); in ak4114_stats()
/linux/include/linux/
H A Dfs.h1942 int (*check_flags)(int); member