Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/char/agp/
Dintel-gtt.c58 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 = i830_check_flags,
/Linux-v5.10/kernel/bpf/
Dbpf_local_storage.c241 static int check_flags(const struct bpf_local_storage_data *old_sdata, in check_flags() function
340 err = check_flags(NULL, map_flags); in bpf_local_storage_update()
365 err = check_flags(old_sdata, map_flags); in bpf_local_storage_update()
389 err = check_flags(old_sdata, map_flags); in bpf_local_storage_update()
Dhashtab.c940 static int check_flags(struct bpf_htab *htab, struct htab_elem *l_old, in check_flags() function
985 ret = check_flags(htab, l_old, map_flags); in htab_map_update_elem()
1005 ret = check_flags(htab, l_old, map_flags); in htab_map_update_elem()
1084 ret = check_flags(htab, l_old, map_flags); in htab_lru_map_update_elem()
1138 ret = check_flags(htab, l_old, map_flags); in __htab_percpu_map_update_elem()
1201 ret = check_flags(htab, l_old, map_flags); in __htab_lru_percpu_map_update_elem()
/Linux-v5.10/include/sound/
Dak4114.h176 unsigned int check_flags; member
Dak4113.h293 unsigned int check_flags; member
/Linux-v5.10/kernel/locking/
Dlockdep.c5274 static void check_flags(unsigned long flags) in check_flags() function
5321 check_flags(flags); in lock_set_class()
5338 check_flags(flags); in lock_downgrade()
5434 check_flags(flags); in lock_acquire()
5454 check_flags(flags); in lock_release()
5473 check_flags(flags); in lock_is_held_type()
5494 check_flags(flags); in lock_pin_lock()
5513 check_flags(flags); in lock_repin_lock()
5530 check_flags(flags); in lock_unpin_lock()
5666 check_flags(flags); in lock_contended()
[all …]
/Linux-v5.10/fs/overlayfs/
Dfile.c95 if (file->f_op->check_flags) { in ovl_change_flags()
96 err = file->f_op->check_flags(flags); in ovl_change_flags()
/Linux-v5.10/fs/nfs/
Dnfs4file.c450 .check_flags = nfs_check_flags,
Dfile.c864 .check_flags = nfs_check_flags,
/Linux-v5.10/fs/
Dfcntl.c64 if (filp->f_op->check_flags) in setfl()
65 error = filp->f_op->check_flags(arg); in setfl()
/Linux-v5.10/sound/pci/ice1712/
Djuli.c601 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.c1048 spec->ak4113->check_flags = 0; in qtet_init()
/Linux-v5.10/sound/i2c/other/
Dak4113.c620 snd_ak4113_check_rate_and_errors(chip, chip->check_flags); in ak4113_stats()
Dak4114.c606 snd_ak4114_check_rate_and_errors(chip, chip->check_flags); in ak4114_stats()
/Linux-v5.10/Documentation/filesystems/
Dlocking.rst527 int (*check_flags)(int);
Dvfs.rst990 int (*check_flags)(int);
1083 ``check_flags``
/Linux-v5.10/mm/
Dpage_alloc.c1087 unsigned long check_flags) in page_expected_state() argument
1097 (page->flags & check_flags))) in page_expected_state()
/Linux-v5.10/include/linux/
Dfs.h1845 int (*check_flags)(int); member