Lines Matching defs:links
344 /* Update number of links */
588 * Check if links are specified. Else generate a default config for
1242 * Assumption: All lcore-event links tied to a core are using the
1311 struct eh_event_link_info **links)
1322 if (conf == NULL || links == NULL) {
1335 /* Get the number of links registered */
1344 /* Update the number of links for this core */
1359 /* Get the number of links registered */
1376 /* Update the links for application to use the cached links */
1377 *links = link_cache;
1379 /* Return the number of cached links */
2062 struct eh_event_link_info *links = NULL;
2115 /* Get worker links */
2116 nb_links = eh_get_event_lcore_links(lcore_id, conf, &links);
2119 match_wrkr->worker_thread(links, nb_links);
2121 /* Free links info memory */
2122 free(links);