/linux-6.12.1/drivers/char/agp/ |
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 = i830_check_flags,
|
/linux-6.12.1/kernel/bpf/ |
D | bpf_local_storage.c | 434 static int check_flags(const struct bpf_local_storage_data *old_sdata, in check_flags() function 549 err = check_flags(NULL, map_flags); in bpf_local_storage_update() 574 err = check_flags(old_sdata, map_flags); in bpf_local_storage_update() 605 err = check_flags(old_sdata, map_flags); in bpf_local_storage_update()
|
D | hashtab.c | 1086 static int check_flags(struct bpf_htab *htab, struct htab_elem *l_old, in check_flags() function 1132 ret = check_flags(htab, l_old, map_flags); in htab_map_update_elem() 1154 ret = check_flags(htab, l_old, map_flags); in htab_map_update_elem() 1246 ret = check_flags(htab, l_old, map_flags); in htab_lru_map_update_elem() 1304 ret = check_flags(htab, l_old, map_flags); in __htab_percpu_map_update_elem() 1370 ret = check_flags(htab, l_old, map_flags); in __htab_lru_percpu_map_update_elem()
|
/linux-6.12.1/include/sound/ |
D | ak4114.h | 176 unsigned int check_flags; member
|
D | ak4113.h | 293 unsigned int check_flags; member
|
/linux-6.12.1/fs/overlayfs/ |
D | file.c | 78 if (file->f_op->check_flags) { in ovl_change_flags() 79 err = file->f_op->check_flags(flags); in ovl_change_flags()
|
/linux-6.12.1/kernel/locking/ |
D | lockdep.c | 5655 static noinstr void check_flags(unsigned long flags) in check_flags() function 5709 check_flags(flags); in lock_set_class() 5726 check_flags(flags); in lock_downgrade() 5822 check_flags(flags); in lock_acquire() 5843 check_flags(flags); in lock_release() 5870 check_flags(flags); in lock_sync() 5894 check_flags(flags); in lock_is_held_type() 5915 check_flags(flags); in lock_pin_lock() 5934 check_flags(flags); in lock_repin_lock() 5951 check_flags(flags); in lock_unpin_lock() [all …]
|
/linux-6.12.1/fs/ |
D | fcntl.c | 68 if (filp->f_op->check_flags) in setfl() 69 error = filp->f_op->check_flags(arg); in setfl()
|
/linux-6.12.1/fs/nfs/ |
D | nfs4file.c | 460 .check_flags = nfs_check_flags,
|
D | file.c | 902 .check_flags = nfs_check_flags,
|
/linux-6.12.1/sound/pci/ice1712/ |
D | juli.c | 579 spec->ak4114->check_flags = 0; in juli_init()
|
D | revo.c | 487 spec->ak4114->check_flags = AK4114_CHECK_NO_RATE; in ap192_ak4114_init()
|
D | prodigy192.c | 621 spec->ak4114->check_flags = AK4114_CHECK_NO_RATE; in prodigy192_ak4114_init()
|
D | quartet.c | 1030 spec->ak4113->check_flags = 0; in qtet_init()
|
/linux-6.12.1/sound/i2c/other/ |
D | ak4113.c | 618 snd_ak4113_check_rate_and_errors(chip, chip->check_flags); in ak4113_stats()
|
D | ak4114.c | 595 snd_ak4114_check_rate_and_errors(chip, chip->check_flags); in ak4114_stats()
|
/linux-6.12.1/Documentation/filesystems/ |
D | locking.rst | 537 int (*check_flags)(int);
|
D | vfs.rst | 1094 int (*check_flags)(int); 1183 ``check_flags``
|
/linux-6.12.1/mm/ |
D | page_alloc.c | 865 unsigned long check_flags) in page_expected_state() argument 878 (page->flags & check_flags))) in page_expected_state()
|
/linux-6.12.1/include/linux/ |
D | fs.h | 2084 int (*check_flags)(int); member
|