Searched refs:check_flags (Results 1 – 14 of 14) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | bpf_local_storage.c | 462 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 D | hashtab.c | 1158 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 D | ak4114.h | 176 unsigned int check_flags; member
|
| H A D | ak4113.h | 293 unsigned int check_flags; member
|
| /linux/kernel/locking/ |
| H A D | lockdep.c | 5708 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 D | file.c | 78 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 D | nfs4file.c | 448 .check_flags = nfs_check_flags,
|
| /linux/sound/pci/ice1712/ |
| H A D | revo.c | 487 spec->ak4114->check_flags = AK4114_CHECK_NO_RATE; in ap192_ak4114_init()
|
| H A D | juli.c | 579 spec->ak4114->check_flags = 0; in juli_init()
|
| H A D | prodigy192.c | 613 spec->ak4114->check_flags = AK4114_CHECK_NO_RATE; in prodigy192_ak4114_init()
|
| H A D | quartet.c | 1029 spec->ak4113->check_flags = 0; in qtet_init()
|
| /linux/sound/i2c/other/ |
| H A D | ak4113.c | 616 snd_ak4113_check_rate_and_errors(chip, chip->check_flags); in ak4113_stats()
|
| H A D | ak4114.c | 594 snd_ak4114_check_rate_and_errors(chip, chip->check_flags); in ak4114_stats()
|
| /linux/include/linux/ |
| H A D | fs.h | 1942 int (*check_flags)(int); member
|