Home
last modified time | relevance | path

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

/linux-6.15/drivers/char/agp/
H A 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-6.15/kernel/bpf/
H A Dbpf_local_storage.c469 static int check_flags(const struct bpf_local_storage_data *old_sdata, in check_flags() function
581 err = check_flags(NULL, map_flags); in bpf_local_storage_update()
606 err = check_flags(old_sdata, map_flags); in bpf_local_storage_update()
637 err = check_flags(old_sdata, map_flags); in bpf_local_storage_update()
H A Dhashtab.c1056 static int check_flags(struct bpf_htab *htab, struct htab_elem *l_old, in check_flags() function
1103 ret = check_flags(htab, l_old, map_flags); in htab_map_update_elem()
1125 ret = check_flags(htab, l_old, map_flags); in htab_map_update_elem()
1232 ret = check_flags(htab, l_old, map_flags); in htab_lru_map_update_elem()
1290 ret = check_flags(htab, l_old, map_flags); in __htab_percpu_map_update_elem()
1356 ret = check_flags(htab, l_old, map_flags); in __htab_lru_percpu_map_update_elem()
/linux-6.15/include/sound/
H A Dak4114.h176 unsigned int check_flags; member
H A Dak4113.h293 unsigned int check_flags; member
/linux-6.15/kernel/locking/
H A Dlockdep.c5742 check_flags(flags); in lock_set_class()
5759 check_flags(flags); in lock_downgrade()
5863 check_flags(flags); in lock_acquire()
5884 check_flags(flags); in lock_release()
5911 check_flags(flags); in lock_sync()
5935 check_flags(flags); in lock_is_held_type()
5956 check_flags(flags); in lock_pin_lock()
5975 check_flags(flags); in lock_repin_lock()
5992 check_flags(flags); in lock_unpin_lock()
6138 check_flags(flags); in lock_contended()
[all …]
/linux-6.15/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-6.15/fs/nfs/
H A Dnfs4file.c460 .check_flags = nfs_check_flags,
H A Dfile.c911 .check_flags = nfs_check_flags,
/linux-6.15/fs/
H A Dfcntl.c67 if (filp->f_op->check_flags) in setfl()
68 error = filp->f_op->check_flags(arg); in setfl()
/linux-6.15/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.c616 spec->ak4114->check_flags = AK4114_CHECK_NO_RATE; in prodigy192_ak4114_init()
H A Dquartet.c1030 spec->ak4113->check_flags = 0; in qtet_init()
/linux-6.15/sound/i2c/other/
H A Dak4113.c618 snd_ak4113_check_rate_and_errors(chip, chip->check_flags); in ak4113_stats()
H A Dak4114.c595 snd_ak4114_check_rate_and_errors(chip, chip->check_flags); in ak4114_stats()
/linux-6.15/Documentation/filesystems/
H A Dlocking.rst542 int (*check_flags)(int);
H A Dvfs.rst1113 int (*check_flags)(int);
1202 ``check_flags``
/linux-6.15/mm/
H A Dpage_alloc.c891 unsigned long check_flags) in page_expected_state() argument
904 (page->flags & check_flags))) in page_expected_state()
/linux-6.15/include/linux/
H A Dfs.h2151 int (*check_flags)(int); member