Home
last modified time | relevance | path

Searched defs:ip (Results 76 – 100 of 740) sorted by relevance

12345678910>>...30

/openbmc/qemu/hw/ipack/
H A Dtpci200.c109 IPackDevice *ip = opaque; in tpci200_set_irq() local
273 IPackDevice *ip = ipack_device_find(&s->bus, i); in tpci200_write_las0() local
310 IPackDevice *ip; in tpci200_read_las1() local
372 IPackDevice *ip; in tpci200_write_las1() local
420 IPackDevice *ip; in tpci200_read_las2() local
451 IPackDevice *ip; in tpci200_write_las2() local
479 IPackDevice *ip; in tpci200_read_las3() local
506 IPackDevice *ip; in tpci200_write_las3() local
/openbmc/linux/fs/gfs2/
H A Ddir.c89 int gfs2_dir_get_new_buffer(struct gfs2_inode *ip, u64 block, in gfs2_dir_get_new_buffer()
384 void gfs2_dir_hash_inval(struct gfs2_inode *ip) in gfs2_dir_hash_inval()
711 struct gfs2_inode *ip = GFS2_I(inode); in do_init_dirent() local
812 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_dirent_search() local
862 struct gfs2_inode *ip = GFS2_I(inode); in new_leaf() local
1370 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_dir_read_leaf() local
1482 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_dir_readahead() local
1674 const struct gfs2_inode *ip) in gfs2_dir_check()
1726 struct gfs2_inode *ip = GFS2_I(inode); in dir_new_leaf() local
1798 struct gfs2_inode *ip = GFS2_I(inode); in gfs2_dir_add() local
[all …]
/openbmc/linux/include/linux/
H A Dbottom_half.h11 static __always_inline void __local_bh_disable_ip(unsigned long ip, unsigned int cnt) in __local_bh_disable_ip()
26 static inline void local_bh_enable_ip(unsigned long ip) in local_bh_enable_ip()
/openbmc/linux/arch/mips/kernel/
H A Dprocess.c193 static inline int is_jr_ra_ins(union mips_instruction *ip) in is_jr_ra_ins()
223 static inline int is_ra_save_ins(union mips_instruction *ip, int *poff) in is_ra_save_ins()
317 static inline int is_jump_ins(union mips_instruction *ip) in is_jump_ins()
354 static inline int is_sp_move_ins(union mips_instruction *ip, int *frame_size) in is_sp_move_ins()
408 union mips_instruction insn, *ip, *ip_end; in get_frame_info() local
482 union mips_instruction *ip = (void *)schedule; in get___schedule_addr() local
/openbmc/linux/lib/
H A Dtest_fprobe.c41 static notrace int fp_entry_handler(struct fprobe *fp, unsigned long ip, in fp_entry_handler()
60 static notrace void fp_exit_handler(struct fprobe *fp, unsigned long ip, in fp_exit_handler()
82 static notrace int nest_entry_handler(struct fprobe *fp, unsigned long ip, in nest_entry_handler()
90 static notrace void nest_exit_handler(struct fprobe *fp, unsigned long ip, in nest_exit_handler()
/openbmc/linux/fs/jfs/
H A Djfs_txnmgr.c987 struct tlock *txMaplock(tid_t tid, struct inode *ip, int type) in txMaplock()
1137 struct inode *ip; in txCommit() local
1374 struct inode *ip; in txLog() local
1658 struct inode *ip; in xtLog() local
2125 void txEA(tid_t tid, struct inode *ip, dxd_t * oldea, dxd_t * newea) in txEA()
2247 struct inode *ip; in txUpdateMap() local
2391 static void txAllocPMap(struct inode *ip, struct maplock * maplock, in txAllocPMap()
2449 void txFreeMap(struct inode *ip, in txFreeMap()
2547 void txFreelock(struct inode *ip) in txFreelock()
2812 struct inode *ip; in txQuiesce() local
[all …]
H A Djfs_xtree.c122 int xtLookup(struct inode *ip, s64 lstart, in xtLookup()
215 static int xtSearch(struct inode *ip, s64 xoff, s64 *nextp, in xtSearch()
514 struct inode *ip, int xflag, s64 xoff, s32 xlen, s64 * xaddrp, in xtInsert()
665 struct inode *ip, struct xtsplit * split, struct btstack * btstack) in xtSplitUp()
934 xtSplitPage(tid_t tid, struct inode *ip, in xtSplitPage()
1337 struct inode *ip, s64 xoff, /* delta extent offset */ in xtExtend()
1498 int xtUpdate(tid_t tid, struct inode *ip, xad_t * nxad) in xtUpdate()
1942 struct inode *ip, int xflag, s64 xoff, s32 maxblocks, in xtAppend()
2099 void xtInitRoot(tid_t tid, struct inode *ip) in xtInitRoot()
2188 s64 xtTruncate(tid_t tid, struct inode *ip, s64 newsize, int flag) in xtTruncate()
[all …]
H A Djfs_incore.h108 #define IREAD_LOCK(ip, subclass) \ argument
110 #define IREAD_UNLOCK(ip) up_read(&JFS_IP(ip)->rdwrlock) argument
111 #define IWRITE_LOCK(ip, subclass) \ argument
113 #define IWRITE_UNLOCK(ip) up_write(&JFS_IP(ip)->rdwrlock) argument
151 #define set_cflag(flag, ip) set_bit(flag, &(JFS_IP(ip)->cflag)) argument
152 #define clear_cflag(flag, ip) clear_bit(flag, &(JFS_IP(ip)->cflag)) argument
153 #define test_cflag(flag, ip) test_bit(flag, &(JFS_IP(ip)->cflag)) argument
154 #define test_and_clear_cflag(flag, ip) \ argument
H A Djfs_discard.c32 void jfs_issue_discard(struct inode *ip, u64 blkno, u64 nblocks) in jfs_issue_discard()
65 int jfs_ioc_trim(struct inode *ip, struct fstrim_range *range) in jfs_ioc_trim()
H A Djfs_dtree.c236 static struct dir_table_slot *find_index(struct inode *ip, u32 index, in find_index()
321 static u32 add_index(tid_t tid, struct inode *ip, s64 bn, int slot) in add_index()
536 static int read_index(struct inode *ip, u32 index, in read_index()
814 int dtInsert(tid_t tid, struct inode *ip, in dtInsert()
2230 static int dtDeleteUp(tid_t tid, struct inode *ip, in dtDeleteUp()
2442 static int dtRelink(tid_t tid, struct inode *ip, dtpage_t * p) in dtRelink()
2521 void dtInitRoot(tid_t tid, struct inode *ip, u32 idotdot) in dtInitRoot()
2702 struct inode *ip = file_inode(file); in jfs_readdir() local
3037 static int dtReadFirst(struct inode *ip, struct btstack * btstack) in dtReadFirst()
3109 static int dtReadNext(struct inode *ip, loff_t * offset, in dtReadNext()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlwt_reroute.c63 static void ping_once(const char *ip) in ping_once()
189 char ip[256]; in test_lwt_reroute_normal_xmit() local
222 char ip[256]; in test_lwt_reroute_qdisc_dropped() local
/openbmc/linux/samples/bpf/
H A Dtracex4.bpf.c14 u64 ip; member
40 long ip = 0; in bpf_prog2() local
/openbmc/linux/fs/xfs/
H A Dxfs_health.c222 struct xfs_inode *ip, in xfs_inode_mark_sick()
246 struct xfs_inode *ip, in xfs_inode_mark_healthy()
261 struct xfs_inode *ip, in xfs_inode_measure_sickness()
378 struct xfs_inode *ip, in xfs_bulkstat_health()
H A Dxfs_acl.c131 struct xfs_inode *ip = XFS_I(inode); in xfs_get_acl() local
177 struct xfs_inode *ip = XFS_I(inode); in __xfs_set_acl() local
224 struct xfs_inode *ip = XFS_I(inode); in xfs_acl_set_mode() local
/openbmc/linux/tools/perf/util/
H A Dunwind-libdw.c44 static int __report_module(struct addr_location *al, u64 ip, in __report_module()
108 static int report_module(u64 ip, struct unwind_info *ui) in report_module()
123 static int entry(u64 ip, struct unwind_info *ui) in entry()
273 Dwarf_Word ip; in unwind__get_entries() local
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dskb_pkt_end.c15 struct iphdr *ip = NULL; in get_iphdr() local
31 struct iphdr *ip = NULL; in main_prog() local
/openbmc/linux/fs/freevxfs/
H A Dvxfs_lookup.c57 vxfs_find_entry(struct inode *ip, struct dentry *dp, struct page **ppp) in vxfs_find_entry()
165 struct inode *ip = NULL; in vxfs_lookup() local
193 struct inode *ip = file_inode(fp); in vxfs_readdir() local
/openbmc/linux/samples/ftrace/
H A Dftrace-direct-multi-modify.c12 void my_direct_func1(unsigned long ip) in my_direct_func1()
17 void my_direct_func2(unsigned long ip) in my_direct_func2()
/openbmc/linux/drivers/gpu/drm/lima/
H A Dlima_device.c80 const char *lima_ip_name(struct lima_ip *ip) in lima_ip_name()
212 struct lima_ip *ip = dev->ip + index; in lima_init_ip() local
245 struct lima_ip *ip = ldev->ip + index; in lima_fini_ip() local
254 struct lima_ip *ip = ldev->ip + index; in lima_resume_ip() local
266 struct lima_ip *ip = ldev->ip + index; in lima_suspend_ip() local
/openbmc/linux/arch/um/kernel/
H A Dtrap.c24 int handle_page_fault(unsigned long address, unsigned long ip, in handle_page_fault()
155 static void bad_segv(struct faultinfo fi, unsigned long ip) in bad_segv()
201 unsigned long segv(struct faultinfo fi, unsigned long ip, int is_user, in segv()
/openbmc/linux/arch/alpha/boot/
H A Dstdio.c228 long * ip = va_arg(args, long *); in vsprintf() local
231 size_t * ip = va_arg(args, size_t *); in vsprintf() local
234 int * ip = va_arg(args, int *); in vsprintf() local
/openbmc/linux/net/netfilter/ipset/
H A Dip_set_hash_ip.c45 __be32 ip; member
88 __be32 ip; in hash_ip4_kadt() local
107 u32 ip = 0, ip_to = 0, hosts, i = 0; in hash_ip4_uadt() local
177 union nf_inet_addr ip; member
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_xcp.c106 struct amdgpu_xcp_ip *ip) in __amdgpu_xcp_add_block()
123 struct amdgpu_xcp_ip ip; in amdgpu_xcp_init() local
294 enum AMDGPU_XCP_IP_BLOCK ip, int instance) in amdgpu_xcp_get_partition()
316 enum AMDGPU_XCP_IP_BLOCK ip, in amdgpu_xcp_get_inst_details()
/openbmc/u-boot/fs/zfs/
H A Dzfs_fletcher.c38 const uint64_t *ip = buf; in fletcher_2_endian() local
59 const uint32_t *ip = buf; in fletcher_4_endian() local
/openbmc/linux/kernel/trace/rv/monitors/wip/
H A Dwip.c22 static void handle_preempt_disable(void *data, unsigned long ip, unsigned long parent_ip) in handle_preempt_disable()
27 static void handle_preempt_enable(void *data, unsigned long ip, unsigned long parent_ip) in handle_preempt_enable()

12345678910>>...30