Home
last modified time | relevance | path

Searched defs:pos (Results 101 – 125 of 2222) sorted by relevance

12345678910>>...89

/openbmc/linux/arch/arm64/kernel/
H A Dptrace.c507 unsigned int pos, unsigned int count, in hw_break_set()
563 unsigned int pos, unsigned int count, in gpr_set()
643 unsigned int pos, unsigned int count, in fpr_set()
679 unsigned int pos, unsigned int count, in tls_set()
842 unsigned int pos, unsigned int count, in sve_set_common()
979 unsigned int pos, unsigned int count, in sve_set()
1066 unsigned int pos, unsigned int count, in za_set()
1171 unsigned int pos, unsigned int count, in zt_set()
1241 unsigned int pos, unsigned int count, in pac_enabled_keys_set()
1310 unsigned int pos, unsigned int count, in pac_address_keys_set()
[all …]
/openbmc/linux/crypto/
H A Dproc.c21 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
27 static void *c_next(struct seq_file *m, void *p, loff_t *pos) in c_next()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.h327 #define fs_list_for_each_entry(pos, root) \ argument
330 #define fs_list_for_each_entry_safe(pos, tmp, root) \ argument
333 #define fs_for_each_ns_or_ft_reverse(pos, prio) \ argument
336 #define fs_for_each_ns_or_ft(pos, prio) \ argument
339 #define fs_for_each_prio(pos, ns) \ argument
342 #define fs_for_each_ns(pos, prio) \ argument
345 #define fs_for_each_ft(pos, prio) \ argument
348 #define fs_for_each_ft_safe(pos, tmp, prio) \ argument
351 #define fs_for_each_fg(pos, ft) \ argument
354 #define fs_for_each_fte(pos, fg) \ argument
[all …]
/openbmc/linux/sound/usb/caiaq/
H A Dcontrol.c25 int pos = kcontrol->private_value; in control_info() local
71 int pos = kcontrol->private_value; in control_get() local
88 int pos = kcontrol->private_value; in control_put() local
/openbmc/linux/arch/mips/kernel/
H A Dptrace.c230 unsigned int pos, unsigned int count, in gpr32_set()
295 unsigned int pos, unsigned int count, in gpr64_set()
460 unsigned int *pos, unsigned int *count, in fpr_set_fpa()
475 unsigned int *pos, unsigned int *count, in fpr_set_msa()
509 unsigned int pos, unsigned int count, in fpr_set()
569 unsigned int pos, unsigned int count, in fp_mode_set()
654 unsigned int pos, unsigned int count, in msa_set()
723 unsigned int pos, unsigned int count, in dsp32_set()
789 unsigned int pos, unsigned int count, in dsp64_set()
/openbmc/linux/fs/lockd/
H A Dprocfs.c22 loff_t *pos) in nlm_end_grace_write()
50 loff_t *pos) in nlm_end_grace_read()
/openbmc/linux/fs/ext2/
H A Ddir.c84 static void ext2_commit_chunk(struct page *page, loff_t pos, unsigned len) in ext2_commit_chunk()
259 loff_t pos = ctx->pos; in ext2_readdir() local
438 static int ext2_prepare_chunk(struct page *page, loff_t pos, unsigned len) in ext2_prepare_chunk()
457 loff_t pos = page_offset(page) + offset_in_page(de); in ext2_set_link() local
492 loff_t pos; in ext2_add_link() local
582 loff_t pos; in ext2_delete_entry() local
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dopal-msglog.c34 ssize_t memcons_copy(struct memcons *mc, char *to, loff_t pos, size_t count) in memcons_copy()
91 ssize_t opal_msglog_copy(char *to, loff_t pos, size_t count) in opal_msglog_copy()
98 loff_t pos, size_t count) in opal_msglog_read()
/openbmc/linux/net/llc/
H A Dllc_proc.c34 static struct sock *llc_get_sk_idx(loff_t pos) in llc_get_sk_idx()
59 static void *llc_seq_start(struct seq_file *seq, loff_t *pos) __acquires(RCU) in llc_seq_start()
80 static void *llc_seq_next(struct seq_file *seq, void *v, loff_t *pos) in llc_seq_next()
/openbmc/linux/net/sctp/
H A Dobjcnt.c74 static void *sctp_objcnt_seq_start(struct seq_file *seq, loff_t *pos) in sctp_objcnt_seq_start()
83 static void *sctp_objcnt_seq_next(struct seq_file *seq, void *v, loff_t *pos) in sctp_objcnt_seq_next()
/openbmc/linux/arch/csky/kernel/
H A Dcpu-probe.c61 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
66 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
/openbmc/linux/fs/9p/
H A Dvfs_addr.c37 loff_t pos = subreq->start + subreq->transferred; in v9fs_issue_read() local
256 loff_t pos = iocb->ki_pos; in v9fs_direct_IO() local
276 loff_t pos, unsigned int len, in v9fs_write_begin()
298 loff_t pos, unsigned int len, unsigned int copied, in v9fs_write_end()
/openbmc/linux/tools/include/nolibc/
H A Dstdlib.h204 signed char pos = (~0UL > 0xfffffffful) ? 60 : 28; in utoh_r() local
246 int pos = (~0UL > 0xfffffffful) ? 19 : 9; in utoa_r() local
336 signed char pos = 60; in u64toh_r() local
382 int pos = 19; /* start with the highest possible digit */ in u64toa_r() local
/openbmc/linux/fs/iomap/
H A Dseek.c34 iomap_seek_hole(struct inode *inode, loff_t pos, const struct iomap_ops *ops) in iomap_seek_hole()
80 iomap_seek_data(struct inode *inode, loff_t pos, const struct iomap_ops *ops) in iomap_seek_data()
/openbmc/linux/drivers/video/fbdev/core/
H A Dfb_procfs.c9 static void *fb_seq_start(struct seq_file *m, loff_t *pos) in fb_seq_start()
21 static void *fb_seq_next(struct seq_file *m, void *v, loff_t *pos) in fb_seq_next()
/openbmc/linux/drivers/s390/char/
H A Dhmcdrv_dev.c160 static loff_t hmcdrv_dev_seek(struct file *fp, loff_t pos, int whence) in hmcdrv_dev_seek()
222 size_t len, loff_t *pos) in hmcdrv_dev_read()
247 size_t len, loff_t *pos) in hmcdrv_dev_write()
/openbmc/linux/arch/hexagon/kernel/
H A Dsetup.c95 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
100 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
/openbmc/openpower-proc-control/
H A Dtargeting.cpp48 std::unique_ptr<Target>& Targeting::getTarget(size_t pos) in getTarget()
80 auto pos = atoi(match[1].str().c_str()); in Targeting() local
/openbmc/linux/drivers/gpio/
H A Dgpio-tc3589x.c57 unsigned int pos = offset % 8; in tc3589x_gpio_set() local
69 unsigned int pos = offset % 8; in tc3589x_gpio_direction_output() local
82 unsigned int pos = offset % 8; in tc3589x_gpio_direction_input() local
93 unsigned int pos = offset % 8; in tc3589x_gpio_get_direction() local
118 unsigned int pos = offset % 8; in tc3589x_gpio_set_config() local
/openbmc/linux/drivers/s390/cio/
H A Dvfio_ccw_async.c19 loff_t pos = *ppos & VFIO_CCW_OFFSET_MASK; in vfio_ccw_async_region_read() local
41 loff_t pos = *ppos & VFIO_CCW_OFFSET_MASK; in vfio_ccw_async_region_write() local
/openbmc/linux/arch/loongarch/kernel/
H A Dproc.c108 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
115 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
/openbmc/linux/net/netfilter/
H A Dnf_flow_table_procfs.c6 static void *nf_flow_table_cpu_seq_start(struct seq_file *seq, loff_t *pos) in nf_flow_table_cpu_seq_start()
24 static void *nf_flow_table_cpu_seq_next(struct seq_file *seq, void *v, loff_t *pos) in nf_flow_table_cpu_seq_next()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.c55 static void *seq_tab_get_idx(struct seq_tab *tb, loff_t pos) in seq_tab_get_idx()
61 static void *seq_tab_start(struct seq_file *seq, loff_t *pos) in seq_tab_start()
664 size_t count, loff_t *pos) in tp_la_write()
803 size_t count, loff_t *pos) in pm_stats_clear()
1050 static void *devlog_start(struct seq_file *seq, loff_t *pos) in devlog_start()
1200 static void *mboxlog_start(struct seq_file *seq, loff_t *pos) in mboxlog_start()
1279 size_t count, loff_t *pos) in mbox_write()
1412 size_t count, loff_t *pos) in mps_trc_write()
1622 loff_t pos = *ppos; in flash_read() local
2198 size_t count, loff_t *pos) in rss_key_write()
[all …]
/openbmc/linux/fs/xfs/scrub/
H A Dxfarray.c45 loff_t pos) in xfarray_idx()
147 loff_t pos) in xfarray_is_unset()
172 loff_t pos = xfarray_pos(array, idx); in xfarray_unset() local
241 loff_t pos; in xfarray_store_anywhere() local
289 loff_t *pos) in xfarray_find_data()
345 loff_t pos = xfarray_pos(array, cur); in xfarray_load_next() local
570 loff_t pos, in xfarray_sort_get_page()
/openbmc/linux/block/
H A Dfops.c37 static bool blkdev_dio_unaligned(struct block_device *bdev, loff_t pos, in blkdev_dio_unaligned()
51 loff_t pos = iocb->ki_pos; in __blkdev_direct_IO_simple() local
171 loff_t pos = iocb->ki_pos; in __blkdev_direct_IO() local
310 loff_t pos = iocb->ki_pos; in __blkdev_direct_IO_async() local
429 loff_t pos, unsigned len, struct page **pagep, void **fsdata) in blkdev_write_begin()
435 loff_t pos, unsigned len, unsigned copied, struct page *page, in blkdev_write_end()
697 loff_t pos = iocb->ki_pos; in blkdev_read_iter() local

12345678910>>...89