Searched refs:check_flags (Results 1 – 20 of 20) sorted by relevance
/linux/drivers/char/agp/ |
A D | intel-gtt.c | 58 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/kernel/bpf/ |
A D | bpf_local_storage.c | 247 static int check_flags(const struct bpf_local_storage_data *old_sdata, in check_flags() function 348 err = check_flags(NULL, map_flags); in bpf_local_storage_update() 373 err = check_flags(old_sdata, map_flags); in bpf_local_storage_update() 397 err = check_flags(old_sdata, map_flags); in bpf_local_storage_update()
|
A D | hashtab.c | 1004 static int check_flags(struct bpf_htab *htab, struct htab_elem *l_old, in check_flags() function 1050 ret = check_flags(htab, l_old, map_flags); in htab_map_update_elem() 1072 ret = check_flags(htab, l_old, map_flags); in htab_map_update_elem() 1163 ret = check_flags(htab, l_old, map_flags); in htab_lru_map_update_elem() 1220 ret = check_flags(htab, l_old, map_flags); in __htab_percpu_map_update_elem() 1286 ret = check_flags(htab, l_old, map_flags); in __htab_lru_percpu_map_update_elem()
|
/linux/include/sound/ |
A D | ak4114.h | 176 unsigned int check_flags; member
|
A D | ak4113.h | 293 unsigned int check_flags; member
|
/linux/kernel/locking/ |
A D | lockdep.c | 5469 static noinstr void check_flags(unsigned long flags) in check_flags() function 5521 check_flags(flags); in lock_set_class() 5538 check_flags(flags); in lock_downgrade() 5634 check_flags(flags); in lock_acquire() 5654 check_flags(flags); in lock_release() 5677 check_flags(flags); in lock_is_held_type() 5698 check_flags(flags); in lock_pin_lock() 5717 check_flags(flags); in lock_repin_lock() 5734 check_flags(flags); in lock_unpin_lock() 5870 check_flags(flags); in lock_contended() [all …]
|
/linux/fs/overlayfs/ |
A D | file.c | 91 if (file->f_op->check_flags) { in ovl_change_flags() 92 err = file->f_op->check_flags(flags); in ovl_change_flags()
|
/linux/fs/ |
A D | fcntl.c | 65 if (filp->f_op->check_flags) in setfl() 66 error = filp->f_op->check_flags(arg); in setfl()
|
/linux/fs/nfs/ |
A D | nfs4file.c | 454 .check_flags = nfs_check_flags,
|
A D | file.c | 869 .check_flags = nfs_check_flags,
|
/linux/sound/pci/ice1712/ |
A D | juli.c | 601 spec->ak4114->check_flags = 0; in juli_init()
|
A D | revo.c | 487 spec->ak4114->check_flags = AK4114_CHECK_NO_RATE; in ap192_ak4114_init()
|
A D | prodigy192.c | 621 spec->ak4114->check_flags = AK4114_CHECK_NO_RATE; in prodigy192_ak4114_init()
|
A D | quartet.c | 1048 spec->ak4113->check_flags = 0; in qtet_init()
|
/linux/sound/i2c/other/ |
A D | ak4113.c | 620 snd_ak4113_check_rate_and_errors(chip, chip->check_flags); in ak4113_stats()
|
A D | ak4114.c | 607 snd_ak4114_check_rate_and_errors(chip, chip->check_flags); in ak4114_stats()
|
/linux/Documentation/filesystems/ |
A D | locking.rst | 529 int (*check_flags)(int);
|
A D | vfs.rst | 1009 int (*check_flags)(int); 1102 ``check_flags``
|
/linux/include/linux/ |
A D | fs.h | 2093 int (*check_flags)(int); member
|
/linux/mm/ |
A D | page_alloc.c | 1156 unsigned long check_flags) in page_expected_state() argument 1166 (page->flags & check_flags))) in page_expected_state()
|
Completed in 81 milliseconds