Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/char/agp/
Dintel-gtt.c59 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 = i830_check_flags,
/Linux-v6.6/kernel/bpf/
Dbpf_local_storage.c460 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()
Dhashtab.c1071 static int check_flags(struct bpf_htab *htab, struct htab_elem *l_old, in check_flags() function
1117 ret = check_flags(htab, l_old, map_flags); in htab_map_update_elem()
1139 ret = check_flags(htab, l_old, map_flags); in htab_map_update_elem()
1231 ret = check_flags(htab, l_old, map_flags); in htab_lru_map_update_elem()
1289 ret = check_flags(htab, l_old, map_flags); in __htab_percpu_map_update_elem()
1355 ret = check_flags(htab, l_old, map_flags); in __htab_lru_percpu_map_update_elem()
/Linux-v6.6/include/sound/
Dak4114.h176 unsigned int check_flags; member
Dak4113.h293 unsigned int check_flags; member
/Linux-v6.6/kernel/locking/
Dlockdep.c5583 static noinstr void check_flags(unsigned long flags) in check_flags() function
5637 check_flags(flags); in lock_set_class()
5654 check_flags(flags); in lock_downgrade()
5750 check_flags(flags); in lock_acquire()
5770 check_flags(flags); in lock_release()
5797 check_flags(flags); in lock_sync()
5821 check_flags(flags); in lock_is_held_type()
5842 check_flags(flags); in lock_pin_lock()
5861 check_flags(flags); in lock_repin_lock()
5878 check_flags(flags); in lock_unpin_lock()
[all …]
/Linux-v6.6/fs/overlayfs/
Dfile.c90 if (file->f_op->check_flags) { in ovl_change_flags()
91 err = file->f_op->check_flags(flags); in ovl_change_flags()
/Linux-v6.6/fs/
Dfcntl.c65 if (filp->f_op->check_flags) in setfl()
66 error = filp->f_op->check_flags(arg); in setfl()
/Linux-v6.6/fs/nfs/
Dnfs4file.c459 .check_flags = nfs_check_flags,
Dfile.c901 .check_flags = nfs_check_flags,
/Linux-v6.6/sound/pci/ice1712/
Djuli.c579 spec->ak4114->check_flags = 0; in juli_init()
Drevo.c487 spec->ak4114->check_flags = AK4114_CHECK_NO_RATE; in ap192_ak4114_init()
Dprodigy192.c621 spec->ak4114->check_flags = AK4114_CHECK_NO_RATE; in prodigy192_ak4114_init()
Dquartet.c1030 spec->ak4113->check_flags = 0; in qtet_init()
/Linux-v6.6/sound/i2c/other/
Dak4113.c620 snd_ak4113_check_rate_and_errors(chip, chip->check_flags); in ak4113_stats()
Dak4114.c607 snd_ak4114_check_rate_and_errors(chip, chip->check_flags); in ak4114_stats()
/Linux-v6.6/mm/
Dpage_alloc.c908 unsigned long check_flags) in page_expected_state() argument
918 (page->flags & check_flags))) in page_expected_state()
/Linux-v6.6/Documentation/filesystems/
Dlocking.rst534 int (*check_flags)(int);
Dvfs.rst1095 int (*check_flags)(int);
1184 ``check_flags``
/Linux-v6.6/include/linux/
Dfs.h1874 int (*check_flags)(int); member