Searched refs:INLINE (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dprofiler2.c5 #define INLINE /**/ macro
H A Dprofiler1.c4 #define INLINE __always_inline macro
H A Dprofiler3.c5 #define INLINE __noinline macro
H A Dskb_pkt_end.c7 #define INLINE __always_inline macro
13 static INLINE struct iphdr *get_iphdr(struct __sk_buff *skb)
H A Dprofiler.inc.h140 static INLINE bool IS_ERR(const void* ptr)
145 static INLINE u32 get_userspace_pid()
150 static INLINE bool is_init_process(u32 tgid)
155 static INLINE unsigned long
169 static INLINE int get_var_spid_index(struct var_kill_data_arr_t* arr_struct,
181 static INLINE void populate_ancestors(struct task_struct* task,
207 static INLINE void* read_full_cgroup_path(struct kernfs_node* cgroup_node,
252 static INLINE void* populate_cgroup_info(struct cgroup_data_t* cgroup_data,
333 static INLINE void* populate_var_metadata(struct var_metadata_t* metadata,
355 static INLINE struc
[all...]
/linux-master/arch/arm/nwfpe/
H A DARM-gcc.h67 The macro `INLINE' can be used before functions that should be inlined. If
72 #define INLINE static inline macro
H A Dsoftfloat.c113 INLINE bits32 extractFloat32Frac( float32 a )
125 INLINE int16 extractFloat32Exp( float32 a )
138 INLINE flag extractFloat32Sign( float32 a )
177 INLINE float32 packFloat32( flag zSign, int16 zExp, bits32 zSig )
294 INLINE bits64 extractFloat64Frac( float64 a )
306 INLINE int16 extractFloat64Exp( float64 a )
319 INLINE flag extractFloat64Sign( float64 a )
358 INLINE float64 packFloat64( flag zSign, int16 zExp, bits64 zSig )
470 INLINE bits64 extractFloatx80Frac( floatx80 a )
483 INLINE int3
[all...]

Completed in 147 milliseconds