Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 25 of 1187) sorted by relevance

12345678910>>...48

/linux-3.4.99/drivers/pci/
Dats.c22 int pos; in ats_alloc_one() local
162 int pos; in pci_ats_queue_depth() local
193 int pos; in pci_enable_pri() local
225 int pos; in pci_disable_pri() local
246 int pos; in pci_pri_enabled() local
268 int pos; in pci_reset_pri() local
301 int pos; in pci_pri_stopped() local
330 int pos; in pci_pri_status() local
361 int pos; in pci_enable_pasid() local
395 int pos; in pci_disable_pasid() local
[all …]
Dmsi.c114 static void msi_set_enable(struct pci_dev *dev, int pos, int enable) in msi_set_enable()
129 int pos; in msix_set_enable() local
246 int pos = entry->msi_attrib.pos; in __read_msi_msg() local
301 int pos = entry->msi_attrib.pos; in __write_msi_msg() local
388 int pos; in __pci_restore_msi_state() local
411 int pos; in __pci_restore_msix_state() local
549 int pos, ret; in msi_capability_init() local
602 static void __iomem *msix_map_region(struct pci_dev *dev, unsigned pos, in msix_map_region()
617 static int msix_setup_entries(struct pci_dev *dev, unsigned pos, in msix_setup_entries()
679 int pos, ret; in msix_capability_init() local
[all …]
Dpci.c165 u8 pos, int cap, int *ttl) in __pci_find_next_cap_ttl()
186 u8 pos, int cap) in __pci_find_next_cap()
193 int pci_find_next_capability(struct pci_dev *dev, u8 pos, int cap) in pci_find_next_capability()
243 int pos; in pci_find_capability() local
267 int pos; in pci_bus_find_capability() local
297 int pos = PCI_CFG_SPACE_SIZE; in pci_find_ext_capability() local
349 int pos = PCI_CFG_SPACE_SIZE; in pci_bus_find_ext_capability() local
374 static int __pci_find_next_ht_cap(struct pci_dev *dev, int pos, int ht_cap) in __pci_find_next_ht_cap()
414 int pci_find_next_ht_capability(struct pci_dev *dev, int pos, int ht_cap) in pci_find_next_ht_capability()
433 int pos; in pci_find_ht_capability() local
[all …]
/linux-3.4.99/include/linux/
Dlist.h369 #define list_next_entry(pos, member) \ argument
377 #define list_prev_entry(pos, member) \ argument
385 #define list_for_each(pos, head) \ argument
396 #define __list_for_each(pos, head) \ argument
404 #define list_for_each_prev(pos, head) \ argument
413 #define list_for_each_safe(pos, n, head) \ argument
423 #define list_for_each_prev_safe(pos, n, head) \ argument
434 #define list_for_each_entry(pos, head, member) \ argument
445 #define list_for_each_entry_reverse(pos, head, member) \ argument
458 #define list_prepare_entry(pos, head, member) \ argument
[all …]
Drculist.h272 #define list_for_each_entry_rcu(pos, head, member) \ argument
289 #define list_for_each_continue_rcu(pos, head) \ argument
303 #define list_for_each_entry_continue_rcu(pos, head, member) \ argument
446 #define __hlist_for_each_rcu(pos, head) \ argument
462 #define hlist_for_each_entry_rcu(tpos, pos, head, member) \ argument
479 #define hlist_for_each_entry_rcu_bh(tpos, pos, head, member) \ argument
491 #define hlist_for_each_entry_continue_rcu(tpos, pos, member) \ argument
503 #define hlist_for_each_entry_continue_rcu_bh(tpos, pos, member) \ argument
/linux-3.4.99/fs/romfs/
Dstorage.c27 static int romfs_mtd_read(struct super_block *sb, unsigned long pos, in romfs_mtd_read()
41 unsigned long pos, size_t maxlen) in romfs_mtd_strnlen()
70 static int romfs_mtd_strcmp(struct super_block *sb, unsigned long pos, in romfs_mtd_strcmp()
107 static int romfs_blk_read(struct super_block *sb, unsigned long pos, in romfs_blk_read()
135 unsigned long pos, size_t limit) in romfs_blk_strnlen()
167 static int romfs_blk_strcmp(struct super_block *sb, unsigned long pos, in romfs_blk_strcmp()
218 int romfs_dev_read(struct super_block *sb, unsigned long pos, in romfs_dev_read()
244 unsigned long pos, size_t maxlen) in romfs_dev_strnlen()
271 int romfs_dev_strcmp(struct super_block *sb, unsigned long pos, in romfs_dev_strcmp()
/linux-3.4.99/scripts/dtc/
Dsrcpos.c136 void srcpos_update(struct srcpos *pos, const char *text, int len) in srcpos_update()
161 srcpos_copy(struct srcpos *pos) in srcpos_copy()
174 srcpos_dump(struct srcpos *pos) in srcpos_dump()
187 srcpos_string(struct srcpos *pos) in srcpos_string()
216 srcpos_verror(struct srcpos *pos, char const *fmt, va_list va) in srcpos_verror()
228 srcpos_error(struct srcpos *pos, char const *fmt, ...) in srcpos_error()
239 srcpos_warn(struct srcpos *pos, char const *fmt, ...) in srcpos_warn()
/linux-3.4.99/net/appletalk/
Datalk_proc.c20 static __inline__ struct atalk_iface *atalk_get_interface_idx(loff_t pos) in atalk_get_interface_idx()
30 static void *atalk_seq_interface_start(struct seq_file *seq, loff_t *pos) in atalk_seq_interface_start()
39 static void *atalk_seq_interface_next(struct seq_file *seq, void *v, loff_t *pos) in atalk_seq_interface_next()
81 static __inline__ struct atalk_route *atalk_get_route_idx(loff_t pos) in atalk_get_route_idx()
91 static void *atalk_seq_route_start(struct seq_file *seq, loff_t *pos) in atalk_seq_route_start()
100 static void *atalk_seq_route_next(struct seq_file *seq, void *v, loff_t *pos) in atalk_seq_route_next()
148 static void *atalk_seq_socket_start(struct seq_file *seq, loff_t *pos) in atalk_seq_socket_start()
155 static void *atalk_seq_socket_next(struct seq_file *seq, void *v, loff_t *pos) in atalk_seq_socket_next()
/linux-3.4.99/fs/ncpfs/
Dncpsign_kernel.c23 #define BVAL(buf,pos) (((const __u8 *)(buf))[pos]) argument
24 #define PVAL(buf,pos) ((unsigned)BVAL(buf,pos)) argument
25 #define BSET(buf,pos,val) (((__u8 *)(buf))[pos] = (val)) argument
28 WVAL_LH(const __u8 * buf, int pos) in WVAL_LH()
33 DVAL_LH(const __u8 * buf, int pos) in DVAL_LH()
38 WSET_LH(__u8 * buf, int pos, __u16 val) in WSET_LH()
44 DSET_LH(__u8 * buf, int pos, __u32 val) in DSET_LH()
/linux-3.4.99/drivers/gpu/drm/radeon/
Dmkregtable.c371 #define list_for_each(pos, head) \ argument
385 #define __list_for_each(pos, head) \ argument
393 #define list_for_each_prev(pos, head) \ argument
403 #define list_for_each_safe(pos, n, head) \ argument
413 #define list_for_each_prev_safe(pos, n, head) \ argument
424 #define list_for_each_entry(pos, head, member) \ argument
435 #define list_for_each_entry_reverse(pos, head, member) \ argument
448 #define list_prepare_entry(pos, head, member) \ argument
460 #define list_for_each_entry_continue(pos, head, member) \ argument
474 #define list_for_each_entry_continue_reverse(pos, head, member) \ argument
[all …]
/linux-3.4.99/net/ipx/
Dipx_proc.c17 static void *ipx_seq_interface_start(struct seq_file *seq, loff_t *pos) in ipx_seq_interface_start()
23 static void *ipx_seq_interface_next(struct seq_file *seq, void *v, loff_t *pos) in ipx_seq_interface_next()
63 static void *ipx_seq_route_start(struct seq_file *seq, loff_t *pos) in ipx_seq_route_start()
69 static void *ipx_seq_route_next(struct seq_file *seq, void *v, loff_t *pos) in ipx_seq_route_next()
103 static __inline__ struct sock *ipx_get_socket_idx(loff_t pos) in ipx_get_socket_idx()
128 static void *ipx_seq_socket_start(struct seq_file *seq, loff_t *pos) in ipx_seq_socket_start()
136 static void *ipx_seq_socket_next(struct seq_file *seq, void *v, loff_t *pos) in ipx_seq_socket_next()
/linux-3.4.99/net/x25/
Dx25_proc.c30 static void *x25_seq_route_start(struct seq_file *seq, loff_t *pos) in x25_seq_route_start()
37 static void *x25_seq_route_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_route_next()
65 static void *x25_seq_socket_start(struct seq_file *seq, loff_t *pos) in x25_seq_socket_start()
72 static void *x25_seq_socket_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_socket_next()
118 static void *x25_seq_forward_start(struct seq_file *seq, loff_t *pos) in x25_seq_forward_start()
125 static void *x25_seq_forward_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_forward_next()
/linux-3.4.99/kernel/
Dkallsyms.c148 static unsigned int get_symbol_offset(unsigned long pos) in get_symbol_offset()
293 unsigned long pos; in kallsyms_lookup() local
314 unsigned long pos; in lookup_symbol_name() local
332 unsigned long pos; in lookup_symbol_attrs() local
422 loff_t pos; member
463 static int update_iter(struct kallsym_iter *iter, loff_t pos) in update_iter()
481 static void *s_next(struct seq_file *m, void *p, loff_t *pos) in s_next()
490 static void *s_start(struct seq_file *m, loff_t *pos) in s_start()
557 const char *kdb_walk_kallsyms(loff_t *pos) in kdb_walk_kallsyms()
/linux-3.4.99/drivers/isdn/capi/
Dkcapi_proc.c38 static void *controller_start(struct seq_file *seq, loff_t *pos) in controller_start()
49 static void *controller_next(struct seq_file *seq, void *v, loff_t *pos) in controller_next()
143 static void *applications_start(struct seq_file *seq, loff_t *pos) in applications_start()
155 applications_next(struct seq_file *seq, void *v, loff_t *pos) in applications_next()
249 static void *capi_driver_start(struct seq_file *seq, loff_t *pos) in capi_driver_start()
256 static void *capi_driver_next(struct seq_file *seq, void *v, loff_t *pos) in capi_driver_next()
/linux-3.4.99/fs/
Dread_write.c297 loff_t pos; in rw_verify_area() local
364 ssize_t vfs_read(struct file *file, char __user *buf, size_t count, loff_t *pos) in vfs_read()
420 ssize_t vfs_write(struct file *file, const char __user *buf, size_t count, loff_t *pos) in vfs_write()
455 static inline void file_pos_write(struct file *file, loff_t pos) in file_pos_write()
468 loff_t pos = file_pos_read(file); in SYSCALL_DEFINE3() local
486 loff_t pos = file_pos_read(file); in SYSCALL_DEFINE3() local
516 asmlinkage long SyS_pread64(long fd, long buf, long count, loff_t pos) in SyS_pread64()
545 asmlinkage long SyS_pwrite64(long fd, long buf, long count, loff_t pos) in SyS_pwrite64()
711 unsigned long nr_segs, loff_t *pos) in do_readv_writev()
763 unsigned long vlen, loff_t *pos) in vfs_readv()
[all …]
Dseq_file.c83 loff_t pos = 0, index; in traverse() local
152 loff_t pos; in seq_read() local
552 static void *single_start(struct seq_file *p, loff_t *pos) in single_start()
557 static void *single_next(struct seq_file *p, void *v, loff_t *pos) in single_next()
735 struct list_head *seq_list_start(struct list_head *head, loff_t pos) in seq_list_start()
747 struct list_head *seq_list_start_head(struct list_head *head, loff_t pos) in seq_list_start_head()
773 struct hlist_node *seq_hlist_start(struct hlist_head *head, loff_t pos) in seq_hlist_start()
792 struct hlist_node *seq_hlist_start_head(struct hlist_head *head, loff_t pos) in seq_hlist_start_head()
834 loff_t pos) in seq_hlist_start_rcu()
858 loff_t pos) in seq_hlist_start_head_rcu()
/linux-3.4.99/net/ipv4/netfilter/
Dnf_conntrack_l3proto_ipv4_compat.c66 static struct hlist_nulls_node *ct_get_idx(struct seq_file *seq, loff_t pos) in ct_get_idx()
76 static void *ct_seq_start(struct seq_file *seq, loff_t *pos) in ct_seq_start()
83 static void *ct_seq_next(struct seq_file *s, void *v, loff_t *pos) in ct_seq_next()
248 static struct hlist_node *ct_expect_get_idx(struct seq_file *seq, loff_t pos) in ct_expect_get_idx()
258 static void *exp_seq_start(struct seq_file *seq, loff_t *pos) in exp_seq_start()
265 static void *exp_seq_next(struct seq_file *seq, void *v, loff_t *pos) in exp_seq_next()
323 static void *ct_cpu_seq_start(struct seq_file *seq, loff_t *pos) in ct_cpu_seq_start()
341 static void *ct_cpu_seq_next(struct seq_file *seq, void *v, loff_t *pos) in ct_cpu_seq_next()
/linux-3.4.99/fs/lockd/
Dhost.c33 #define for_each_host(host, pos, chain, table) \ argument
38 #define for_each_host_safe(host, pos, next, chain, table) \ argument
228 struct hlist_node *pos; in nlmclnt_lookup_host() local
324 struct hlist_node *pos; in nlmsvc_lookup_host() local
516 struct hlist_node *pos; in next_host_state() local
572 struct hlist_node *pos; in nlm_shutdown_hosts_net() local
603 struct hlist_node *pos; in nlm_shutdown_hosts() local
629 struct hlist_node *pos, *next; in nlm_gc_hosts() local
/linux-3.4.99/drivers/net/wireless/iwlwifi/
Diwl-debugfs.c120 int pos = 0; in iwl_dbgfs_tx_statistics_read() local
179 int pos = 0; in iwl_dbgfs_rx_statistics_read() local
224 int pos = 0; in iwl_dbgfs_sram_read() local
354 int i, j, pos = 0; in iwl_dbgfs_stations_read() local
405 int pos = 0, ofs = 0, buf_size = 0; in iwl_dbgfs_nvm_read() local
454 int pos = 0, i, bufsz = PAGE_SIZE; in iwl_dbgfs_channels_read() local
524 int pos = 0; in iwl_dbgfs_status_read() local
562 int pos = 0; in iwl_dbgfs_rx_handlers_read() local
615 int pos = 0, i; in iwl_dbgfs_qos_read() local
645 int pos = 0; in iwl_dbgfs_thermal_throttling_read() local
[all …]
/linux-3.4.99/drivers/pci/pcie/aer/
Daerdrv.c124 int pos, aer_pos; in aer_enable_rootport() local
169 int pos; in aer_disable_rootport() local
202 int pos; in aer_irq() local
347 int pos; in aer_root_reset() local
393 int pos; in aer_error_resume() local
/linux-3.4.99/arch/s390/kernel/
Dptrace.c768 unsigned int pos, unsigned int count, in s390_regs_get()
795 unsigned int pos, unsigned int count, in s390_regs_set()
830 const struct user_regset *regset, unsigned int pos, in s390_fpregs_get()
841 const struct user_regset *regset, unsigned int pos, in s390_fpregs_set()
877 unsigned int pos, unsigned int count, in s390_last_break_get()
895 unsigned int pos, unsigned int count, in s390_last_break_set()
905 unsigned int pos, unsigned int count, in s390_system_call_get()
915 unsigned int pos, unsigned int count, in s390_system_call_set()
970 unsigned int pos, unsigned int count, in s390_compat_regs_get()
997 unsigned int pos, unsigned int count, in s390_compat_regs_set()
[all …]
/linux-3.4.99/drivers/net/wireless/iwlegacy/
Ddebug.c237 int pos = 0; in il_dbgfs_tx_stats_read() local
298 int pos = 0; in il_dbgfs_rx_stats_read() local
343 int pos = 0; in il_dbgfs_sram_read() local
427 int i, j, pos = 0; in il_dbgfs_stations_read() local
489 int pos = 0, ofs = 0, buf_size = 0; in il_dbgfs_nvm_read() local
538 int pos = 0, i, bufsz = PAGE_SIZE; in il_dbgfs_channels_read() local
617 int pos = 0; in il_dbgfs_status_read() local
677 int pos = 0; in il_dbgfs_interrupt_read() local
776 int pos = 0, i; in il_dbgfs_qos_read() local
828 int pos = 0; in il_dbgfs_disable_ht40_read() local
[all …]
/linux-3.4.99/kernel/trace/
Dtrace_printk.c40 struct trace_bprintk_fmt *pos; in lookup_format() local
114 find_next_mod_format(int start_index, void *v, const char **fmt, loff_t *pos) in find_next_mod_format()
171 find_next_mod_format(int start_index, void *v, const char **fmt, loff_t *pos) in find_next_mod_format()
239 static const char **find_next(void *v, loff_t *pos) in find_next()
253 t_start(struct seq_file *m, loff_t *pos) in t_start()
259 static void *t_next(struct seq_file *m, void * v, loff_t *pos) in t_next()
/linux-3.4.99/fs/logfs/
Ddir.c67 loff_t pos) in write_dir()
77 static s64 dir_seek_data(struct inode *inode, s64 pos) in dir_seek_data()
86 loff_t pos = bix << inode->i_sb->s_blocksize_bits; in beyond_eof() local
288 loff_t pos = file->f_pos - IMPLICIT_NODES; in __logfs_readdir() local
570 struct logfs_disk_dentry *dd, loff_t *pos) in logfs_get_dd()
586 static int logfs_delete_dd(struct inode *dir, loff_t pos) in logfs_delete_dd()
610 loff_t pos; in logfs_rename_cross() local
655 loff_t pos; in logfs_replace_inode() local
685 loff_t pos; in logfs_rename_target() local
752 u64 ino, pos; in logfs_replay_journal() local
/linux-3.4.99/drivers/video/
Dmodedb.c882 struct list_head *pos; in fb_find_best_mode() local
920 struct list_head *pos; in fb_find_nearest_mode() local
960 struct list_head *pos; in fb_match_mode() local
984 struct list_head *pos; in fb_add_videomode() local
1020 struct list_head *pos, *n; in fb_delete_videomode() local
1040 struct list_head *pos, *n; in fb_destroy_modelist() local
1071 struct list_head *pos; in fb_find_best_display() local

12345678910>>...48