Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/char/agp/
Dintel-gtt.c58 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-v4.19/include/sound/
Dak4114.h191 unsigned int check_flags; member
Dak4113.h308 unsigned int check_flags; member
/Linux-v4.19/kernel/locking/
Dlockdep.c3809 static void check_flags(unsigned long flags) in check_flags() function
3857 check_flags(flags); in lock_set_class()
3874 check_flags(flags); in lock_downgrade()
3896 check_flags(flags); in lock_acquire()
3916 check_flags(flags); in lock_release()
3935 check_flags(flags); in lock_is_held_type()
3955 check_flags(flags); in lock_pin_lock()
3974 check_flags(flags); in lock_repin_lock()
3991 check_flags(flags); in lock_unpin_lock()
4132 check_flags(flags); in lock_contended()
[all …]
/Linux-v4.19/kernel/bpf/
Dhashtab.c796 static int check_flags(struct bpf_htab *htab, struct htab_elem *l_old, in check_flags() function
840 ret = check_flags(htab, l_old, map_flags); in htab_map_update_elem()
906 ret = check_flags(htab, l_old, map_flags); in htab_lru_map_update_elem()
961 ret = check_flags(htab, l_old, map_flags); in __htab_percpu_map_update_elem()
1025 ret = check_flags(htab, l_old, map_flags); in __htab_lru_percpu_map_update_elem()
/Linux-v4.19/fs/overlayfs/
Dfile.c70 if (file->f_op->check_flags) { in ovl_change_flags()
71 err = file->f_op->check_flags(flags); in ovl_change_flags()
/Linux-v4.19/fs/nfs/
Dnfs4file.c259 .check_flags = nfs_check_flags,
Dfile.c852 .check_flags = nfs_check_flags,
/Linux-v4.19/drivers/isdn/gigaset/
Dev-layer.c1852 int check_flags = 0; in process_events() local
1862 if (!check_flags && !cs->commands_pending) in process_events()
1864 check_flags = 0; in process_events()
1884 check_flags = 1; in process_events()
/Linux-v4.19/fs/
Dfcntl.c64 if (filp->f_op->check_flags) in setfl()
65 error = filp->f_op->check_flags(arg); in setfl()
/Linux-v4.19/sound/pci/ice1712/
Drevo.c501 spec->ak4114->check_flags = AK4114_CHECK_NO_RATE; in ap192_ak4114_init()
Djuli.c616 spec->ak4114->check_flags = 0; in juli_init()
Dprodigy192.c635 spec->ak4114->check_flags = AK4114_CHECK_NO_RATE; in prodigy192_ak4114_init()
Dquartet.c1065 spec->ak4113->check_flags = 0; in qtet_init()
/Linux-v4.19/sound/i2c/other/
Dak4113.c636 snd_ak4113_check_rate_and_errors(chip, chip->check_flags); in ak4113_stats()
Dak4114.c622 snd_ak4114_check_rate_and_errors(chip, chip->check_flags); in ak4114_stats()
/Linux-v4.19/Documentation/filesystems/
DLocking462 int (*check_flags)(int);
Dvfs.txt874 int (*check_flags)(int);
945 check_flags: called by the fcntl(2) system call for F_SETFL command
/Linux-v4.19/mm/
Dpage_alloc.c879 unsigned long check_flags) in page_expected_state() argument
889 (page->flags & check_flags))) in page_expected_state()
/Linux-v4.19/include/linux/
Dfs.h1749 int (*check_flags)(int); member