Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/char/agp/
H A 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,
/OK3568_Linux_fs/kernel/kernel/bpf/
H A 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()
H A 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()
/OK3568_Linux_fs/kernel/include/sound/
H A Dak4114.h176 unsigned int check_flags; member
H A Dak4113.h293 unsigned int check_flags; member
/OK3568_Linux_fs/kernel/kernel/locking/
H A Dlockdep.c5397 static noinstr void check_flags(unsigned long flags) in check_flags() function
5449 check_flags(flags); in lock_set_class()
5466 check_flags(flags); in lock_downgrade()
5562 check_flags(flags); in lock_acquire()
5582 check_flags(flags); in lock_release()
5601 check_flags(flags); in lock_is_held_type()
5622 check_flags(flags); in lock_pin_lock()
5641 check_flags(flags); in lock_repin_lock()
5658 check_flags(flags); in lock_unpin_lock()
5794 check_flags(flags); in lock_contended()
[all …]
/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dfile.c98 if (file->f_op->check_flags) { in ovl_change_flags()
99 err = file->f_op->check_flags(flags); in ovl_change_flags()
/OK3568_Linux_fs/kernel/fs/
H A Dfcntl.c64 if (filp->f_op->check_flags) in setfl()
65 error = filp->f_op->check_flags(arg); in setfl()
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfs4file.c460 .check_flags = nfs_check_flags,
H A Dfile.c862 .check_flags = nfs_check_flags,
/OK3568_Linux_fs/kernel/sound/pci/ice1712/
H A Drevo.c487 spec->ak4114->check_flags = AK4114_CHECK_NO_RATE; in ap192_ak4114_init()
H A Djuli.c601 spec->ak4114->check_flags = 0; in juli_init()
H A Dprodigy192.c621 spec->ak4114->check_flags = AK4114_CHECK_NO_RATE; in prodigy192_ak4114_init()
H A Dquartet.c1048 spec->ak4113->check_flags = 0; in qtet_init()
/OK3568_Linux_fs/kernel/sound/i2c/other/
H A Dak4113.c620 snd_ak4113_check_rate_and_errors(chip, chip->check_flags); in ak4113_stats()
H A Dak4114.c606 snd_ak4114_check_rate_and_errors(chip, chip->check_flags); in ak4114_stats()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dlocking.rst527 int (*check_flags)(int);
H A Dvfs.rst990 int (*check_flags)(int);
1083 ``check_flags``
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h1901 int (*check_flags)(int); member
/OK3568_Linux_fs/kernel/mm/
H A Dpage_alloc.c1151 unsigned long check_flags) in page_expected_state() argument
1161 (page->flags & check_flags))) in page_expected_state()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_core_linux.c2256 .check_flags = kbase_check_flags,
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_core_linux.c2298 .check_flags = kbase_check_flags,