Home
last modified time | relevance | path

Searched refs:atype (Results 1 – 4 of 4) sorted by relevance

/include/linux/
Dbpf-cgroup.h78 #define cgroup_bpf_enabled(atype) static_branch_unlikely(&cgroup_bpf_enabled_key[atype]) argument
122 enum cgroup_bpf_attach_type atype);
125 enum cgroup_bpf_attach_type atype);
130 enum cgroup_bpf_attach_type atype,
136 enum cgroup_bpf_attach_type atype);
139 short access, enum cgroup_bpf_attach_type atype);
144 enum cgroup_bpf_attach_type atype);
221 #define BPF_CGROUP_RUN_SK_PROG(sk, atype) \ argument
224 if (cgroup_bpf_enabled(atype)) { \
225 __ret = __cgroup_bpf_run_filter_sk(sk, atype); \
[all …]
Dbpf.h2635 int off, int size, enum bpf_access_type atype,
2916 int off, int size, enum bpf_access_type atype, in btf_struct_access() argument
/include/linux/surface_aggregator/
Dcontroller.h395 #define SSAM_DEFINE_SYNC_REQUEST_W(name, atype, spec...) \ argument
396 static int name(struct ssam_controller *ctrl, const atype *arg) \
406 rqst.length = sizeof(atype); \
410 sizeof(atype)); \
497 #define SSAM_DEFINE_SYNC_REQUEST_WR(name, atype, rtype, spec...) \ argument
498 static int name(struct ssam_controller *ctrl, const atype *arg, rtype *ret) \
510 rqst.length = sizeof(atype); \
517 status = ssam_request_do_sync_onstack(ctrl, &rqst, &rsp, sizeof(atype)); \
598 #define SSAM_DEFINE_SYNC_REQUEST_MD_W(name, atype, spec...) \ argument
599 static int name(struct ssam_controller *ctrl, u8 tid, u8 iid, const atype *arg) \
[all …]
Ddevice.h488 #define SSAM_DEFINE_SYNC_REQUEST_CL_W(name, atype, spec...) \ argument
489 SSAM_DEFINE_SYNC_REQUEST_MD_W(__raw_##name, atype, spec) \
490 static int name(struct ssam_device *sdev, const atype *arg) \
558 #define SSAM_DEFINE_SYNC_REQUEST_CL_WR(name, atype, rtype, spec...) \ argument
559 SSAM_DEFINE_SYNC_REQUEST_MD_WR(__raw_##name, atype, rtype, spec) \
560 static int name(struct ssam_device *sdev, const atype *arg, rtype *ret) \