Searched defs:args (Results 551 - 575 of 1399) sorted by relevance

<<21222324252627282930>>

/linux-master/tools/perf/util/
H A Dvdso.c150 struct machine__thread_dso_type_maps_cb_args *args = data; local
163 struct machine__thread_dso_type_maps_cb_args args = { local
168 maps__for_each_map(thread__maps(thread), machine__thread_dso_type_maps_cb, &args); local
/linux-master/fs/xfs/libxfs/
H A Dxfs_rtbitmap.h174 xfs_rbmblock_wordptr( struct xfs_rtalloc_args *args, unsigned int index) argument
185 xfs_rtbitmap_getword( struct xfs_rtalloc_args *args, unsigned int index) argument
196 xfs_rtbitmap_setword( struct xfs_rtalloc_args *args, unsigned int index, xfs_rtword_t value) argument
247 xfs_rsumblock_infoptr( struct xfs_rtalloc_args *args, unsigned int index) argument
258 xfs_suminfo_get( struct xfs_rtalloc_args *args, unsigned int index) argument
269 xfs_suminfo_add( struct xfs_rtalloc_args *args, unsigned int index, int delta) argument
301 xfs_rtbitmap_read_buf( struct xfs_rtalloc_args *args, xfs_fileoff_t block) argument
309 xfs_rtsummary_read_buf( struct xfs_rtalloc_args *args, xfs_fileoff_t block) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_fence.c189 } args; local
H A Dnouveau_sched.c26 nouveau_job_init(struct nouveau_job *job, struct nouveau_job_args *args) argument
[all...]
H A Dnouveau_abi16.c49 struct nv_device_v0 args = { local
452 } *args = data; local
604 struct nv_dma_v0 args = {}; local
[all...]
/linux-master/lib/
H A Dseq_buf.c67 int seq_buf_vprintf(struct seq_buf *s, const char *fmt, va_list args) argument
/linux-master/fs/bcachefs/
H A Dprintbuf.c50 void bch2_prt_vprintf(struct printbuf *out, const char *fmt, va_list args) argument
70 va_list args; local
/linux-master/tools/testing/selftests/kvm/lib/
H A Dmemstress.c50 struct memstress_args *args = &memstress_args; local
94 struct memstress_args *args local
130 struct memstress_args *args = &memstress_args; local
[all...]
/linux-master/fs/cachefiles/
H A Ddaemon.c284 char *data, *args, *cp; local
392 cachefiles_daemon_range_error(struct cachefiles_cache *cache, char *args) argument
404 cachefiles_daemon_frun(struct cachefiles_cache *cache, char *args) argument
428 cachefiles_daemon_fcull(struct cachefiles_cache *cache, char *args) argument
452 cachefiles_daemon_fstop(struct cachefiles_cache *cache, char *args) argument
476 cachefiles_daemon_brun(struct cachefiles_cache *cache, char *args) argument
500 cachefiles_daemon_bcull(struct cachefiles_cache *cache, char *args) argument
524 cachefiles_daemon_bstop(struct cachefiles_cache *cache, char *args) argument
548 cachefiles_daemon_dir(struct cachefiles_cache *cache, char *args) argument
576 cachefiles_daemon_secctx(struct cachefiles_cache *cache, char *args) argument
604 cachefiles_daemon_tag(struct cachefiles_cache *cache, char *args) argument
630 cachefiles_daemon_cull(struct cachefiles_cache *cache, char *args) argument
678 cachefiles_daemon_debug(struct cachefiles_cache *cache, char *args) argument
701 cachefiles_daemon_inuse(struct cachefiles_cache *cache, char *args) argument
748 cachefiles_daemon_bind(struct cachefiles_cache *cache, char *args) argument
[all...]
/linux-master/drivers/irqchip/
H A Dirq-mbigen.c195 mbigen_irq_domain_alloc(struct irq_domain *domain, unsigned int virq, unsigned int nr_irqs, void *args) argument
/linux-master/fs/
H A Dmpage.c158 static struct bio *do_mpage_readpage(struct mpage_readpage_args *args) argument
372 struct mpage_readpage_args args = { local
393 struct mpage_readpage_args args = { local
[all...]
/linux-master/drivers/misc/lkdtm/
H A Dcore.c354 struct check_cmdline_args *args = arg; local
373 struct check_cmdline_args args = { local
/linux-master/drivers/net/wan/framer/
H A Dframer-core.c392 static struct framer *framer_of_get_from_provider(const struct of_phandle_args *args) argument
417 struct of_phandle_args args; local
440 struct of_phandle_args args; local
743 framer_provider_simple_of_xlate(struct device *dev, const struct of_phandle_args *args) argument
775 __framer_provider_of_register(struct device *dev, struct module *owner, struct framer *(*of_xlate)(struct device *dev, const struct of_phandle_args *args)) argument
837 __devm_framer_provider_of_register(struct device *dev, struct module *owner, struct framer *(*of_xlate)(struct device *dev, const struct of_phandle_args *args)) argument
[all...]
/linux-master/arch/s390/kernel/
H A Duprobes.c113 struct die_args *args = data; local
/linux-master/arch/um/os-Linux/drivers/
H A Dethertap_user.c103 char **args, c; local
/linux-master/fs/nfsd/
H A Dblocklayout.c21 nfsd4_block_proc_layoutget(struct inode *inode, const struct svc_fh *fhp, struct nfsd4_layoutget *args) argument
/linux-master/kernel/time/
H A Dtimer_list.c33 va_list args; local
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_verif_scale.c4 libbpf_debug_print(enum libbpf_print_level level, const char *format, va_list args) argument
/linux-master/security/selinux/ss/
H A Dsidtab.h70 struct convert_context_args *args; member in struct:sidtab_convert_params
/linux-master/tools/testing/selftests/futex/functional/
H A Dfutex_requeue_pi.c112 struct thread_arg *args = (struct thread_arg *)arg; local
148 struct thread_arg *args = (struct thread_arg *)arg; local
196 struct thread_arg *args = (struct thread_arg *)arg; local
261 struct thread_arg *args = (struct thread_arg *)arg; local
287 struct thread_arg args[THREAD_MAX]; local
[all...]
/linux-master/tools/workqueue/
H A Dwq_dump.py59 args = parser.parse_args() variable
/linux-master/drivers/leds/
H A Dled-triggers.c81 va_list args; local
/linux-master/drivers/md/dm-vdo/
H A Dvio.c250 va_list args; local
/linux-master/drivers/gpu/drm/meson/
H A Dmeson_drv.c82 meson_dumb_create(struct drm_file *file, struct drm_device *dev, struct drm_mode_create_dumb *args) argument
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_userptr.c467 struct drm_i915_gem_userptr *args = data; local
368 i915_gem_userptr_pwrite(struct drm_i915_gem_object *obj, const struct drm_i915_gem_pwrite *args) argument
377 i915_gem_userptr_pread(struct drm_i915_gem_object *obj, const struct drm_i915_gem_pread *args) argument
[all...]

Completed in 524 milliseconds

<<21222324252627282930>>