Symbol: INLINE
arch/arm/nwfpe/softfloat.c
113
INLINE bits32 extractFloat32Frac( float32 a )
arch/arm/nwfpe/softfloat.c
125
INLINE int16 extractFloat32Exp( float32 a )
arch/arm/nwfpe/softfloat.c
138
INLINE flag extractFloat32Sign( float32 a )
arch/arm/nwfpe/softfloat.c
177
INLINE float32 packFloat32( flag zSign, int16 zExp, bits32 zSig )
arch/arm/nwfpe/softfloat.c
294
INLINE bits64 extractFloat64Frac( float64 a )
arch/arm/nwfpe/softfloat.c
306
INLINE int16 extractFloat64Exp( float64 a )
arch/arm/nwfpe/softfloat.c
319
INLINE flag extractFloat64Sign( float64 a )
arch/arm/nwfpe/softfloat.c
358
INLINE float64 packFloat64( flag zSign, int16 zExp, bits64 zSig )
arch/arm/nwfpe/softfloat.c
470
INLINE bits64 extractFloatx80Frac( floatx80 a )
arch/arm/nwfpe/softfloat.c
483
INLINE int32 extractFloatx80Exp( floatx80 a )
arch/arm/nwfpe/softfloat.c
496
INLINE flag extractFloatx80Sign( floatx80 a )
arch/arm/nwfpe/softfloat.c
528
INLINE floatx80 packFloatx80( flag zSign, int32 zExp, bits64 zSig )
tools/testing/selftests/bpf/progs/profiler.inc.h
137
static INLINE bool IS_ERR(const void* ptr)
tools/testing/selftests/bpf/progs/profiler.inc.h
142
static INLINE u32 get_userspace_pid()
tools/testing/selftests/bpf/progs/profiler.inc.h
147
static INLINE bool is_init_process(u32 tgid)
tools/testing/selftests/bpf/progs/profiler.inc.h
152
static INLINE unsigned long
tools/testing/selftests/bpf/progs/profiler.inc.h
166
static INLINE int get_var_spid_index(struct var_kill_data_arr_t* arr_struct,
tools/testing/selftests/bpf/progs/profiler.inc.h
178
static INLINE void populate_ancestors(struct task_struct* task,
tools/testing/selftests/bpf/progs/profiler.inc.h
204
static INLINE void* read_full_cgroup_path(struct kernfs_node* cgroup_node,
tools/testing/selftests/bpf/progs/profiler.inc.h
249
static INLINE void* populate_cgroup_info(struct cgroup_data_t* cgroup_data,
tools/testing/selftests/bpf/progs/profiler.inc.h
330
static INLINE void* populate_var_metadata(struct var_metadata_t* metadata,
tools/testing/selftests/bpf/progs/profiler.inc.h
352
static INLINE struct var_kill_data_t*
tools/testing/selftests/bpf/progs/profiler.inc.h
375
static INLINE int trace_var_sys_kill(void* ctx, int tpid, int sig)
tools/testing/selftests/bpf/progs/profiler.inc.h
443
static INLINE void bpf_stats_enter(struct bpf_func_stats_ctx* bpf_stat_ctx,
tools/testing/selftests/bpf/progs/profiler.inc.h
455
static INLINE void bpf_stats_exit(struct bpf_func_stats_ctx* bpf_stat_ctx)
tools/testing/selftests/bpf/progs/profiler.inc.h
462
static INLINE void
tools/testing/selftests/bpf/progs/profiler.inc.h
475
static INLINE size_t
tools/testing/selftests/bpf/progs/profiler.inc.h
504
static INLINE bool
tools/testing/selftests/bpf/progs/profiler.inc.h
525
static INLINE bool is_dentry_allowed_for_filemod(struct dentry* file_dentry,
tools/testing/selftests/bpf/progs/skb_pkt_end.c
15
static INLINE struct iphdr *get_iphdr(struct __sk_buff *skb)