Home
last modified time | relevance | path

Searched refs:FN (Results 1 – 25 of 123) sorted by relevance

12345

/linux/include/uapi/linux/
H A Dbpf.h5874 #define ___BPF_FUNC_MAPPER(FN, ctx...) \
5875 FN(unspec, 0, ##ctx) \
5876 FN(map_lookup_elem, 1, ##ctx) \
5877 FN(map_update_elem, 2, ##ctx) \
5878 FN(map_delete_elem, 3, ##ctx) \
5879 FN(probe_read, 4, ##ctx) \
5880 FN(ktime_get_ns, 5, ##ctx) \
5881 FN(trace_printk, 6, ##ctx) \
5882 FN(get_prandom_u32, 7, ##ctx) \
5883 FN(get_smp_processor_i
5870 ___BPF_FUNC_MAPPER(FN,ctx...) global() argument
6091 __BPF_FUNC_MAPPER_APPLY(name,value,FN) global() argument
6092 __BPF_FUNC_MAPPER(FN) global() argument
[all...]
/linux/tools/include/uapi/linux/
H A Dbpf.h5874 #define ___BPF_FUNC_MAPPER(FN, ctx...) \
5875 FN(unspec, 0, ##ctx) \
5876 FN(map_lookup_elem, 1, ##ctx) \
5877 FN(map_update_elem, 2, ##ctx) \
5878 FN(map_delete_elem, 3, ##ctx) \
5879 FN(probe_read, 4, ##ctx) \
5880 FN(ktime_get_ns, 5, ##ctx) \
5881 FN(trace_printk, 6, ##ctx) \
5882 FN(get_prandom_u32, 7, ##ctx) \
5883 FN(get_smp_processor_i
5870 ___BPF_FUNC_MAPPER(FN,ctx...) global() argument
6091 __BPF_FUNC_MAPPER_APPLY(name,value,FN) global() argument
6092 __BPF_FUNC_MAPPER(FN) global() argument
[all...]
/linux/include/net/
H A Drstreason.h8 #define DEFINE_RST_REASON(FN, FNe) \ argument
9 FN(NOT_SPECIFIED) \
10 FN(NO_SOCKET) \
11 FN(TCP_INVALID_ACK_SEQUENCE) \
12 FN(TCP_RFC7323_PAWS) \
13 FN(TCP_TOO_OLD_ACK) \
14 FN(TCP_ACK_UNSENT_DATA) \
15 FN(TCP_FLAGS) \
16 FN(TCP_OLD_ACK) \
17 FN(TCP_ABORT_ON_DAT
[all...]
/linux/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_reg.h47 #define FN(reg_name, field) FD(reg_name##__##field) macro
63 FN(reg_name, field), val)
67 FN(reg, f1), v1, \
68 FN(reg, f2), v2)
72 FN(reg, f1), v1, \
73 FN(reg, f2), v2, \
74 FN(reg, f3), v3)
78 FN(reg, f1), v1, \
79 FN(reg, f2), v2, \
80 FN(reg, f3), v3, \
[all …]
/linux/include/trace/events/
H A Dskb.h12 #undef FN
13 #define FN(reason) TRACE_DEFINE_ENUM(SKB_DROP_REASON_##reason); macro
14 DEFINE_DROP_REASON(FN, FN)
16 #undef FN
18 #define FN(reason) { SKB_DROP_REASON_##reason, #reason }, macro
51 DEFINE_DROP_REASON(FN, FNe)))
54 #undef FN
H A Dxdp.h14 #define __XDP_ACT_MAP(FN) \ argument
15 FN(ABORTED) \
16 FN(DROP) \
17 FN(PASS) \
18 FN(TX) \
19 FN(REDIRECT)
290 #define __MEM_TYPE_MAP(FN) \ argument
291 FN(PAGE_SHARED) \
292 FN(PAGE_ORDER0) \
293 FN(PAGE_POOL) \
[all …]
/linux/Documentation/admin-guide/laptops/
H A Dlg-laptop.rst13 The following FN keys are ignored by the kernel without this driver:
15 - FN-F1 (LG control panel) - Generates F15
16 - FN-F5 (Touchpad toggle) - Generates F21
17 - FN-F6 (Airplane mode) - Generates RFKILL
18 - FN-F9 (Reader mode) - Generates F14
20 The rest of the FN keys work without a need for a special driver.
31 FN Lock
35 FN lock.
75 The keyboard backlight is also controlled by the key combination FN-F8
H A Duniwill-laptop.rst19 Usually the FN keys work without a special driver. However as soon as the ``uniwill-laptop`` driver
20 is loaded, the FN keys need to be handled manually. This is done automatically by the driver itself.
27 - the FN and super key lock functionality of the integrated keyboard
/linux/security/apparmor/include/
H A Dlabel.h150 #define last_error(E, FN) \ argument
152 int __subE = (FN); \
209 #define fn_for_each_in_ns(L, P, FN) \ argument
215 last_error(__E, (FN)); \
221 #define fn_for_each_XXX(L, P, FN, ...) \ argument
226 last_error(__E, (FN)); \
231 #define fn_for_each(L, P, FN) fn_for_each_XXX(L, P, FN) argument
232 #define fn_for_each_confined(L, P, FN) fn_for_each_XXX(L, P, FN, _confined) argument
234 #define fn_for_each2_XXX(L1, L2, P, FN, ...) \ argument
239 last_error(__E, (FN)); \
[all …]
H A Dperms.h171 #define xcheck_ns_profile_profile(P1, P2, FN, args...) \ argument
175 ____e = FN((P1), (P2), args); \
179 #define xcheck_ns_profile_label(P, L, FN, args...) \ argument
183 xcheck_ns_profile_profile((P), __p2, (FN), args)); \
186 #define xcheck_ns_labels(L1, L2, FN, args...) \ argument
189 fn_for_each((L1), __p1, FN(__p1, (L2), args)); \
193 #define xcheck_labels_profiles(L1, L2, FN, args...) \ argument
194 xcheck_ns_labels((L1), (L2), xcheck_ns_profile_label, (FN), args)
/linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn301/
H A Ddcn301_hubbub.c36 #undef FN
37 #define FN(reg_name, field_name) \ macro
46 #undef FN
47 #define FN(reg_name, field_name) \ macro
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_hdr.h641 #define QLC_DEV_SET_REF_CNT(VAL, FN) ((VAL) |= (1 << (FN * 4))) argument
642 #define QLC_DEV_CLR_REF_CNT(VAL, FN) ((VAL) &= ~(1 << (FN * 4))) argument
643 #define QLC_DEV_SET_RST_RDY(VAL, FN) ((VAL) |= (1 << (FN * 4))) argument
644 #define QLC_DEV_SET_QSCNT_RDY(VAL, FN) ((VAL) |= (2 << (FN * 4))) argument
645 #define QLC_DEV_CLR_RST_QSCNT(VAL, FN) ((VAL) &= ~(3 << (FN * 4))) argument
647 #define QLC_DEV_GET_DRV(VAL, FN) (0xf & ((VAL) >> (FN * 4))) argument
648 #define QLC_DEV_SET_DRV(VAL, FN) ((VAL) << (FN * 4)) argument
/linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn201/
H A Ddcn201_hubbub.c39 #undef FN
40 #define FN(reg_name, field_name) \ macro
49 #undef FN
50 #define FN(reg_name, field_name) \ macro
/linux/tools/perf/tests/shell/
H A Dftrace.sh47 for FN in ${sleep_functions}; do
48 if grep -q "${FN}" "${output}"; then
49 target_function="${FN}"
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn301/
H A Ddcn301_hwseq.c38 #undef FN
39 #define FN(reg_name, field_name) \ macro
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn303/
H A Ddcn303_hwseq.c41 #undef FN
42 #define FN(reg_name, field_name) \ macro
/linux/drivers/gpu/drm/amd/display/dc/mmhubbub/dcn35/
H A Ddcn35_mmhubbub.c36 #undef FN
37 #define FN(reg_name, field_name) \ macro
/linux/drivers/gpu/drm/amd/display/dc/dwb/dcn35/
H A Ddcn35_dwb.c33 #undef FN
34 #define FN(reg_name, field_name) \ macro
/linux/kernel/trace/
H A Dbpf_trace.c2084 #define REPEAT_1(FN, DL, X, ...) FN(X) argument
2085 #define REPEAT_2(FN, DL, X, ...) FN(X) UNPACK DL REPEAT_1(FN, DL, __VA_ARGS__) argument
2086 #define REPEAT_3(FN, DL, X, ...) FN(X) UNPACK DL REPEAT_2(FN, DL, __VA_ARGS__) argument
2087 #define REPEAT_4(FN, DL, X, ...) FN( argument
2088 REPEAT_5(FN,DL,X,...) global() argument
2089 REPEAT_6(FN,DL,X,...) global() argument
2090 REPEAT_7(FN,DL,X,...) global() argument
2091 REPEAT_8(FN,DL,X,...) global() argument
2092 REPEAT_9(FN,DL,X,...) global() argument
2093 REPEAT_10(FN,DL,X,...) global() argument
2094 REPEAT_11(FN,DL,X,...) global() argument
2095 REPEAT_12(FN,DL,X,...) global() argument
2096 REPEAT(X,FN,DL,...) global() argument
[all...]
/linux/drivers/gpu/drm/amd/display/dc/dcn201/
H A Ddcn201_opp.c33 #undef FN
34 #define FN(reg_name, field_name) \ macro
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn301/
H A Ddcn301_dccg.c36 #undef FN
37 #define FN(reg_name, field_name) \ macro
/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_vmid.c37 #undef FN
38 #define FN(reg_name, field_name) \ macro
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn201/
H A Ddcn201_dccg.c37 #undef FN
38 #define FN(reg_name, field_name) \ macro
/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_ipp.c33 #undef FN
34 #define FN(reg_name, field_name) \ macro
/linux/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_vpg.c38 #undef FN
39 #define FN(reg_name, field_name) \ macro

12345