Searched defs:ip (Results 226 - 250 of 662) sorted by relevance

1234567891011>>

/linux-master/tools/lib/bpf/
H A Dusdt.bpf.h83 long ip = PT_REGS_IP(ctx); local
/linux-master/drivers/s390/char/
H A Dsclp_tty.c359 unsigned char *ip, *op; local
/linux-master/fs/jfs/
H A Djfs_extent.c70 extAlloc(struct inode *ip, s64 xlen, s64 pno, xad_t * xp, bool abnr) argument
192 extHint(struct inode *ip, s64 offset, xad_t * xp) argument
252 extRecord(struct inode *ip, xad_t * xp) argument
299 extBalloc(struct inode *ip, s64 hint, s64 * nblocks, s64 * blkno) argument
[all...]
H A Dinode.c199 int jfs_get_block(struct inode *ip, sector_t lblock, argument
365 jfs_truncate_nolock(struct inode *ip, loff_t length) argument
405 jfs_truncate(struct inode *ip) argument
[all...]
/linux-master/drivers/infiniband/sw/rdmavt/
H A Dcq.c433 struct rvt_mmap_info *ip = cq->ip; local
[all...]
/linux-master/drivers/gpu/drm/i915/
H A Dintel_device_info.c272 static void ip_ver_read(struct drm_i915_private *i915, u32 offset, struct intel_ip_version *ip) argument
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_xcp.c123 struct amdgpu_xcp_ip ip; local
105 __amdgpu_xcp_add_block(struct amdgpu_xcp_mgr *xcp_mgr, int xcp_id, struct amdgpu_xcp_ip *ip) argument
307 amdgpu_xcp_get_partition(struct amdgpu_xcp_mgr *xcp_mgr, enum AMDGPU_XCP_IP_BLOCK ip, int instance) argument
329 amdgpu_xcp_get_inst_details(struct amdgpu_xcp *xcp, enum AMDGPU_XCP_IP_BLOCK ip, uint32_t *inst_mask) argument
[all...]
H A Damdgpu_xcp.h75 struct amdgpu_xcp_ip ip[AMDGPU_XCP_MAX_BLOCKS]; member in struct:amdgpu_xcp
/linux-master/arch/s390/kernel/
H A Dkprobes.c383 unsigned long ip = regs->psw.addr; local
223 enable_singlestep(struct kprobe_ctlblk *kcb, struct pt_regs *regs, unsigned long ip) argument
254 disable_singlestep(struct kprobe_ctlblk *kcb, struct pt_regs *regs, unsigned long ip) argument
[all...]
H A Dperf_event.c222 unsigned long ip, sp; local
/linux-master/arch/powerpc/include/asm/
H A Dimc-pmu.h78 __be64 ip; member in struct:trace_imc_data
/linux-master/net/netfilter/
H A Dnfnetlink_osf.c35 const struct iphdr *ip = ip_hdr(skb); local
165 nf_osf_hdr_ctx_init(struct nf_osf_hdr_ctx *ctx, const struct sk_buff *skb, const struct iphdr *ip, unsigned char *opts, struct tcphdr *_tcph) argument
202 const struct iphdr *ip = ip_hdr(skb); local
265 const struct iphdr *ip = ip_hdr(skb); local
[all...]
/linux-master/include/linux/
H A Dclosure.h165 unsigned long ip; member in struct:closure
/linux-master/arch/hexagon/kernel/
H A Dtraps.c77 do_show_stack(struct task_struct *task, unsigned long *fp, unsigned long ip, const char *loglvl) argument
/linux-master/fs/xfs/scrub/
H A Dinode.c77 struct xfs_inode *ip; local
53 xchk_install_handle_iscrub( struct xfs_scrub *sc, struct xfs_inode *ip) argument
[all...]
/linux-master/fs/gfs2/
H A Dmeta_io.c402 static struct buffer_head *gfs2_getjdatabuf(struct gfs2_inode *ip, u64 blkno) argument
431 void gfs2_journal_wipe(struct gfs2_inode *ip, u64 bstart, u32 blen) argument
477 gfs2_meta_buffer(struct gfs2_inode *ip, u32 mtype, u64 num, struct buffer_head **bhp) argument
[all...]
H A Drecovery.c35 struct gfs2_inode *ip = GFS2_I(jd->jd_inode); local
312 struct gfs2_inode *ip; local
404 struct gfs2_inode *ip = GFS2_I(jd->jd_inode); local
[all...]
H A Dutil.c58 struct gfs2_inode *ip; local
122 struct gfs2_inode *ip; local
444 void gfs2_consist_inode_i(struct gfs2_inode *ip, argument
[all...]
/linux-master/fs/xfs/
H A Dxfs_notify_failure.c75 struct xfs_inode *ip; local
H A Dxfs_dquot.h153 xfs_inode_dquot( struct xfs_inode *ip, xfs_dqtype_t type) argument
/linux-master/drivers/gpu/drm/lima/
H A Dlima_device.c80 const char *lima_ip_name(struct lima_ip *ip) argument
212 struct lima_ip *ip = dev->ip + index; local
245 struct lima_ip *ip = ldev->ip + index; local
254 struct lima_ip *ip = ldev->ip + index; local
266 struct lima_ip *ip = ldev->ip + index; local
[all...]
/linux-master/drivers/net/vxlan/
H A Dvxlan_private.h88 static inline int vxlan_nla_get_addr(union vxlan_addr *ip, argument
113 static inline bool vxlan_addr_is_multicast(const union vxlan_addr *ip) argument
104 vxlan_nla_put_addr(struct sk_buff *skb, int attr, const union vxlan_addr *ip) argument
129 vxlan_nla_get_addr(union vxlan_addr *ip, const struct nlattr *nla) argument
143 vxlan_nla_put_addr(struct sk_buff *skb, int attr, const union vxlan_addr *ip) argument
149 vxlan_addr_is_multicast(const union vxlan_addr *ip) argument
156 vxlan_addr_size(const union vxlan_addr *ip) argument
[all...]
/linux-master/drivers/net/slip/
H A Dslhc.c238 struct iphdr *ip; local
498 struct iphdr *ip; local
[all...]
/linux-master/tools/perf/util/
H A Dmap.h102 static inline u64 map__dso_map_ip(const struct map *map, u64 ip) argument
/linux-master/fs/bcachefs/
H A Dbtree_locking.h196 __btree_node_lock_nopath(struct btree_trans *trans, struct btree_bkey_cached_common *b, enum six_lock_type type, bool lock_may_not_fail, unsigned long ip) argument
216 btree_node_lock_nopath(struct btree_trans *trans, struct btree_bkey_cached_common *b, enum six_lock_type type, unsigned long ip) argument
255 btree_node_lock(struct btree_trans *trans, struct btree_path *path, struct btree_bkey_cached_common *b, unsigned level, enum six_lock_type type, unsigned long ip) argument

Completed in 1376 milliseconds

1234567891011>>