Searched refs:nm_kctx (Results 1 – 3 of 3) sorted by relevance
1153 struct nm_kctx *nmk;1159 struct nm_kctx { struct1171 struct nm_kctx *nmk = data; in nm_kctx_worker() argument1201 nm_os_kctx_worker_setaff(struct nm_kctx *nmk, int affinity) in nm_os_kctx_worker_setaff()1206 struct nm_kctx *1209 struct nm_kctx *nmk = NULL; in nm_os_kctx_create()1228 nm_os_kctx_worker_start(struct nm_kctx *nmk) in nm_os_kctx_worker_start()1266 nm_os_kctx_worker_stop(struct nm_kctx *nmk) in nm_os_kctx_worker_stop()1281 nm_os_kctx_destroy(struct nm_kctx *nmk) in nm_os_kctx_destroy()
2321 struct nm_kctx; /* OS-specific kernel context - opaque */2332 struct nm_kctx *nm_os_kctx_create(struct nm_kctx_cfg *cfg,2334 int nm_os_kctx_worker_start(struct nm_kctx *);2335 void nm_os_kctx_worker_stop(struct nm_kctx *);2336 void nm_os_kctx_destroy(struct nm_kctx *);2337 void nm_os_kctx_worker_setaff(struct nm_kctx *, int);
699 struct nm_kctx *nmk;