| /Linux-v5.4/drivers/char/agp/ |
| D | intel-gtt.c | 58 bool (*check_flags)(unsigned int flags); member 920 if (!intel_private.driver->check_flags(type)) in intel_fake_agp_insert_entries() 1186 .check_flags = i830_check_flags, 1196 .check_flags = i830_check_flags, 1207 .check_flags = i830_check_flags, 1217 .check_flags = i830_check_flags, 1227 .check_flags = i830_check_flags, 1237 .check_flags = i830_check_flags, 1246 .check_flags = i830_check_flags, 1256 .check_flags = i830_check_flags,
|
| /Linux-v5.4/net/core/ |
| D | bpf_sk_storage.c | 312 static int check_flags(const struct bpf_sk_storage_data *old_sdata, in check_flags() function 408 err = check_flags(NULL, map_flags); in sk_storage_update() 432 err = check_flags(old_sdata, map_flags); in sk_storage_update() 456 err = check_flags(old_sdata, map_flags); in sk_storage_update()
|
| /Linux-v5.4/kernel/bpf/ |
| D | hashtab.c | 804 static int check_flags(struct bpf_htab *htab, struct htab_elem *l_old, in check_flags() function 849 ret = check_flags(htab, l_old, map_flags); in htab_map_update_elem() 870 ret = check_flags(htab, l_old, map_flags); in htab_map_update_elem() 950 ret = check_flags(htab, l_old, map_flags); in htab_lru_map_update_elem() 1005 ret = check_flags(htab, l_old, map_flags); in __htab_percpu_map_update_elem() 1069 ret = check_flags(htab, l_old, map_flags); in __htab_lru_percpu_map_update_elem()
|
| /Linux-v5.4/include/sound/ |
| D | ak4114.h | 176 unsigned int check_flags; member
|
| D | ak4113.h | 293 unsigned int check_flags; member
|
| /Linux-v5.4/kernel/locking/ |
| D | lockdep.c | 4397 static void check_flags(unsigned long flags) in check_flags() function 4444 check_flags(flags); in lock_set_class() 4461 check_flags(flags); in lock_downgrade() 4483 check_flags(flags); in lock_acquire() 4503 check_flags(flags); in lock_release() 4522 check_flags(flags); in lock_is_held_type() 4543 check_flags(flags); in lock_pin_lock() 4562 check_flags(flags); in lock_repin_lock() 4579 check_flags(flags); in lock_unpin_lock() 4718 check_flags(flags); in lock_contended() [all …]
|
| /Linux-v5.4/fs/overlayfs/ |
| D | file.c | 69 if (file->f_op->check_flags) { in ovl_change_flags() 70 err = file->f_op->check_flags(flags); in ovl_change_flags()
|
| /Linux-v5.4/fs/nfs/ |
| D | nfs4file.c | 280 .check_flags = nfs_check_flags,
|
| D | file.c | 848 .check_flags = nfs_check_flags,
|
| /Linux-v5.4/drivers/staging/isdn/gigaset/ |
| D | ev-layer.c | 1849 int check_flags = 0; in process_events() local 1859 if (!check_flags && !cs->commands_pending) in process_events() 1861 check_flags = 0; in process_events() 1881 check_flags = 1; in process_events()
|
| /Linux-v5.4/fs/ |
| D | fcntl.c | 64 if (filp->f_op->check_flags) in setfl() 65 error = filp->f_op->check_flags(arg); in setfl()
|
| /Linux-v5.4/sound/pci/ice1712/ |
| D | juli.c | 601 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 | 1048 spec->ak4113->check_flags = 0; in qtet_init()
|
| /Linux-v5.4/sound/i2c/other/ |
| D | ak4113.c | 620 snd_ak4113_check_rate_and_errors(chip, chip->check_flags); in ak4113_stats()
|
| D | ak4114.c | 606 snd_ak4114_check_rate_and_errors(chip, chip->check_flags); in ak4114_stats()
|
| /Linux-v5.4/Documentation/filesystems/ |
| D | locking.rst | 526 int (*check_flags)(int);
|
| D | vfs.rst | 975 int (*check_flags)(int); 1068 ``check_flags``
|
| /Linux-v5.4/mm/ |
| D | page_alloc.c | 1019 unsigned long check_flags) in page_expected_state() argument 1029 (page->flags & check_flags))) in page_expected_state()
|
| /Linux-v5.4/include/linux/ |
| D | fs.h | 1837 int (*check_flags)(int); member
|