/kernel/linux/linux-5.10/drivers/char/agp/ |
H A D | intel-gtt.c | 58 bool (*check_flags)(unsigned int flags); member 923 if (!intel_private.driver->check_flags(type)) in intel_fake_agp_insert_entries() 1190 .check_flags = i830_check_flags, 1200 .check_flags = i830_check_flags, 1211 .check_flags = i830_check_flags, 1221 .check_flags = i830_check_flags, 1231 .check_flags = i830_check_flags, 1241 .check_flags = i830_check_flags, 1250 .check_flags = i830_check_flags, 1260 .check_flags [all...] |
/kernel/linux/linux-6.6/drivers/char/agp/ |
H A D | intel-gtt.c | 59 bool (*check_flags)(unsigned int flags); member 921 if (!intel_private.driver->check_flags(type)) in intel_fake_agp_insert_entries() 1188 .check_flags = i830_check_flags, 1198 .check_flags = i830_check_flags, 1209 .check_flags = i830_check_flags, 1219 .check_flags = i830_check_flags, 1229 .check_flags = i830_check_flags, 1239 .check_flags = i830_check_flags, 1248 .check_flags = i830_check_flags, 1258 .check_flags [all...] |
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | bpf_local_storage.c | 251 static int check_flags(const struct bpf_local_storage_data *old_sdata, in check_flags() function 350 err = check_flags(NULL, map_flags); in bpf_local_storage_update() 375 err = check_flags(old_sdata, map_flags); in bpf_local_storage_update() 399 err = check_flags(old_sdata, map_flags); in bpf_local_storage_update()
|
H A D | hashtab.c | 944 static int check_flags(struct bpf_htab *htab, struct htab_elem *l_old, in check_flags() function 989 ret = check_flags(htab, l_old, map_flags); in htab_map_update_elem() 1009 ret = check_flags(htab, l_old, map_flags); in htab_map_update_elem() 1088 ret = check_flags(htab, l_old, map_flags); in htab_lru_map_update_elem() 1142 ret = check_flags(htab, l_old, map_flags); in __htab_percpu_map_update_elem() 1205 ret = check_flags(htab, l_old, map_flags); in __htab_lru_percpu_map_update_elem()
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | bpf_local_storage.c | 460 static int check_flags(const struct bpf_local_storage_data *old_sdata, in check_flags() function 575 err = check_flags(NULL, map_flags); in bpf_local_storage_update() 600 err = check_flags(old_sdata, map_flags); in bpf_local_storage_update() 631 err = check_flags(old_sdata, map_flags); in bpf_local_storage_update()
|
H A D | hashtab.c | 1078 static int check_flags(struct bpf_htab *htab, struct htab_elem *l_old, in check_flags() function 1124 ret = check_flags(htab, l_old, map_flags); in htab_map_update_elem() 1146 ret = check_flags(htab, l_old, map_flags); in htab_map_update_elem() 1238 ret = check_flags(htab, l_old, map_flags); in htab_lru_map_update_elem() 1296 ret = check_flags(htab, l_old, map_flags); in __htab_percpu_map_update_elem() 1362 ret = check_flags(htab, l_old, map_flags); in __htab_lru_percpu_map_update_elem()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | ak4113.h | 293 unsigned int check_flags; member
|
H A D | ak4114.h | 176 unsigned int check_flags; member
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | ak4113.h | 293 unsigned int check_flags; member
|
H A D | ak4114.h | 176 unsigned int check_flags; member
|
/kernel/linux/linux-5.10/kernel/locking/ |
H A D | lockdep.c | 5398 static noinstr void check_flags(unsigned long flags) in check_flags() function 5450 check_flags(flags); in lock_set_class() 5467 check_flags(flags); in lock_downgrade() 5563 check_flags(flags); in lock_acquire() 5583 check_flags(flags); in lock_release() 5602 check_flags(flags); in lock_is_held_type() 5623 check_flags(flags); in lock_pin_lock() 5642 check_flags(flags); in lock_repin_lock() 5659 check_flags(flags); in lock_unpin_lock() 5795 check_flags(flag in lock_contended() [all...] |
/kernel/linux/linux-6.6/fs/overlayfs/ |
H A D | file.c | 90 if (file->f_op->check_flags) { in ovl_change_flags() 91 err = file->f_op->check_flags(flags); in ovl_change_flags()
|
/kernel/linux/linux-6.6/kernel/locking/ |
H A D | lockdep.c | 5584 static noinstr void check_flags(unsigned long flags) in check_flags() function 5638 check_flags(flags); in lock_set_class() 5655 check_flags(flags); in lock_downgrade() 5751 check_flags(flags); in lock_acquire() 5771 check_flags(flags); in lock_release() 5798 check_flags(flags); in lock_sync() 5822 check_flags(flags); in lock_is_held_type() 5843 check_flags(flags); in lock_pin_lock() 5862 check_flags(flags); in lock_repin_lock() 5879 check_flags(flag in lock_unpin_lock() [all...] |
/kernel/linux/linux-5.10/fs/ |
H A D | fcntl.c | 64 if (filp->f_op->check_flags) in setfl() 65 error = filp->f_op->check_flags(arg); in setfl()
|
/kernel/linux/linux-5.10/fs/overlayfs/ |
H A D | file.c | 95 if (file->f_op->check_flags) { in ovl_change_flags() 96 err = file->f_op->check_flags(flags); in ovl_change_flags()
|
/kernel/linux/linux-6.6/fs/ |
H A D | fcntl.c | 65 if (filp->f_op->check_flags) in setfl() 66 error = filp->f_op->check_flags(arg); in setfl()
|
/kernel/linux/linux-5.10/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 | 601 spec->ak4114->check_flags = 0; in juli_init()
|
H A D | prodigy192.c | 621 spec->ak4114->check_flags = AK4114_CHECK_NO_RATE; in prodigy192_ak4114_init()
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs4file.c | 460 .check_flags = nfs_check_flags,
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs4file.c | 459 .check_flags = nfs_check_flags,
|
/kernel/linux/linux-6.6/sound/pci/ice1712/ |
H A D | juli.c | 579 spec->ak4114->check_flags = 0; in juli_init()
|
H A D | revo.c | 487 spec->ak4114->check_flags = AK4114_CHECK_NO_RATE; in ap192_ak4114_init()
|
/kernel/linux/linux-5.10/sound/i2c/other/ |
H A D | ak4114.c | 606 snd_ak4114_check_rate_and_errors(chip, chip->check_flags); in ak4114_stats()
|
H A D | ak4113.c | 620 snd_ak4113_check_rate_and_errors(chip, chip->check_flags); in ak4113_stats()
|