scx_cid_topo
scx_cid_topo[cid] = (struct scx_cid_topo){
scx_cid_topo[cid] = SCX_CID_TOPO_NEG;
struct scx_cid_topo *scx_cid_topo;
#define SCX_CID_TOPO_NEG (struct scx_cid_topo) { \
scx_cid_topo[cid] = SCX_CID_TOPO_NEG;
struct scx_cid_topo *cid_topo;
cid_topo = kmalloc_objs(*scx_cid_topo, npossible, GFP_KERNEL);
__bpf_kfunc void scx_bpf_cid_topo(s32 cid, struct scx_cid_topo *out__uninit,
*out__uninit = READ_ONCE(scx_cid_topo)[cid];
WRITE_ONCE(scx_cid_topo, cid_topo);
extern struct scx_cid_topo *scx_cid_topo;
void scx_bpf_cid_topo(s32 cid, struct scx_cid_topo *out) __ksym __weak;