filter 127 opal/mca/btl/usnic/btl_usnic_component.c usnic_if_filter_t *filter, filter 131 opal/mca/btl/usnic/btl_usnic_component.c static void free_filter(usnic_if_filter_t *filter); filter 411 opal/mca/btl/usnic/btl_usnic_component.c usnic_if_filter_t *filter; filter 419 opal/mca/btl/usnic/btl_usnic_component.c filter = calloc(sizeof(*filter), 1); filter 420 opal/mca/btl/usnic/btl_usnic_component.c if (NULL == filter) { filter 427 opal/mca/btl/usnic/btl_usnic_component.c free(filter); filter 433 opal/mca/btl/usnic/btl_usnic_component.c filter->elts = malloc(sizeof(*filter->elts) * n_argv); filter 434 opal/mca/btl/usnic/btl_usnic_component.c if (NULL == filter->elts) { filter 436 opal/mca/btl/usnic/btl_usnic_component.c free(filter); filter 444 opal/mca/btl/usnic/btl_usnic_component.c filter->n_elt = 0; filter 449 opal/mca/btl/usnic/btl_usnic_component.c filter->elts[filter->n_elt].is_netmask = false; filter 450 opal/mca/btl/usnic/btl_usnic_component.c filter->elts[filter->n_elt].if_name = strdup(argv[i]); filter 453 opal/mca/btl/usnic/btl_usnic_component.c name, filter->elts[filter->n_elt].if_name); filter 455 opal/mca/btl/usnic/btl_usnic_component.c ++filter->n_elt; filter 504 opal/mca/btl/usnic/btl_usnic_component.c filter->elts[filter->n_elt].is_netmask = true; filter 505 opal/mca/btl/usnic/btl_usnic_component.c filter->elts[filter->n_elt].if_name = NULL; filter 506 opal/mca/btl/usnic/btl_usnic_component.c filter->elts[filter->n_elt].netmask_be = filter 508 opal/mca/btl/usnic/btl_usnic_component.c filter->elts[filter->n_elt].addr_be = addr & filter 509 opal/mca/btl/usnic/btl_usnic_component.c filter->elts[filter->n_elt].netmask_be; filter 510 opal/mca/btl/usnic/btl_usnic_component.c ++filter->n_elt; filter 519 opal/mca/btl/usnic/btl_usnic_component.c if (filter->n_elt == 0) { filter 520 opal/mca/btl/usnic/btl_usnic_component.c free_filter(filter); filter 524 opal/mca/btl/usnic/btl_usnic_component.c return filter; filter 531 opal/mca/btl/usnic/btl_usnic_component.c usnic_if_filter_t *filter, filter 548 opal/mca/btl/usnic/btl_usnic_component.c for (i = 0; i < filter->n_elt; ++i) { filter 549 opal/mca/btl/usnic/btl_usnic_component.c if (filter->elts[i].is_netmask) { filter 551 opal/mca/btl/usnic/btl_usnic_component.c if (filter->elts[i].netmask_be == uip->ui.v1.ui_netmask_be && filter 552 opal/mca/btl/usnic/btl_usnic_component.c filter->elts[i].addr_be == module_mask) { filter 558 opal/mca/btl/usnic/btl_usnic_component.c if (strcmp(filter->elts[i].if_name, linux_device_name) == 0) { filter 570 opal/mca/btl/usnic/btl_usnic_component.c static void free_filter(usnic_if_filter_t *filter) filter 574 opal/mca/btl/usnic/btl_usnic_component.c if (filter == NULL) { filter 578 opal/mca/btl/usnic/btl_usnic_component.c if (NULL != filter->elts) { filter 579 opal/mca/btl/usnic/btl_usnic_component.c for (i = 0; i < filter->n_elt; ++i) { filter 580 opal/mca/btl/usnic/btl_usnic_component.c if (!filter->elts[i].is_netmask) { filter 581 opal/mca/btl/usnic/btl_usnic_component.c free(filter->elts[i].if_name); filter 584 opal/mca/btl/usnic/btl_usnic_component.c free(filter->elts); filter 586 opal/mca/btl/usnic/btl_usnic_component.c free(filter); filter 604 opal/mca/btl/usnic/btl_usnic_component.c usnic_if_filter_t *filter = NULL; filter 798 opal/mca/btl/usnic/btl_usnic_component.c filter = parse_ifex_str(mca_btl_usnic_component.if_include, "include"); filter 805 opal/mca/btl/usnic/btl_usnic_component.c filter = parse_ifex_str(mca_btl_usnic_component.if_exclude, "exclude"); filter 911 opal/mca/btl/usnic/btl_usnic_component.c if (filter != NULL) { filter 912 opal/mca/btl/usnic/btl_usnic_component.c keep_module = filter_module(module, filter, filter_incl); filter 956 opal/mca/btl/usnic/btl_usnic_component.c if (filter != NULL) { filter 957 opal/mca/btl/usnic/btl_usnic_component.c free_filter(filter); filter 958 opal/mca/btl/usnic/btl_usnic_component.c filter = NULL; filter 1111 opal/mca/btl/usnic/btl_usnic_component.c if (filter != NULL) { filter 1112 opal/mca/btl/usnic/btl_usnic_component.c free_filter(filter); filter 1113 opal/mca/btl/usnic/btl_usnic_component.c filter = NULL; filter 143 opal/mca/event/libevent2022/libevent/kqueue.c kqueueop->changes[0].filter = EVFILT_READ; filter 177 opal/mca/event/libevent2022/libevent/kqueue.c kq_setup_kevent(struct kevent *out, evutil_socket_t fd, int filter, short change) filter 181 opal/mca/event/libevent2022/libevent/kqueue.c out->filter = filter; filter 192 opal/mca/event/libevent2022/libevent/kqueue.c if (filter == EVFILT_READ) filter 371 opal/mca/event/libevent2022/libevent/kqueue.c } else if (events[i].filter == EVFILT_READ) { filter 373 opal/mca/event/libevent2022/libevent/kqueue.c } else if (events[i].filter == EVFILT_WRITE) { filter 375 opal/mca/event/libevent2022/libevent/kqueue.c } else if (events[i].filter == EVFILT_SIGNAL) { filter 382 opal/mca/event/libevent2022/libevent/kqueue.c if (events[i].filter == EVFILT_SIGNAL) { filter 432 opal/mca/event/libevent2022/libevent/kqueue.c kev.filter = EVFILT_SIGNAL; filter 462 opal/mca/event/libevent2022/libevent/kqueue.c kev.filter = EVFILT_SIGNAL; filter 288 opal/mca/event/libevent2022/libevent/test/regress_ssl.c const int filter = strstr((char*)data->setup_data, "filter")!=NULL; filter 317 opal/mca/event/libevent2022/libevent/test/regress_ssl.c if (!filter) { filter 330 opal/mca/event/libevent2022/libevent/test/regress_ssl.c if (!filter) { filter 58 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-cuda.c enum hwloc_type_filter_e filter; filter 62 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-cuda.c hwloc_topology_get_type_filter(topology, HWLOC_OBJ_OS_DEVICE, &filter); filter 63 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-cuda.c if (filter == HWLOC_TYPE_FILTER_KEEP_NONE) filter 28 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-gl.c enum hwloc_type_filter_e filter; filter 32 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-gl.c hwloc_topology_get_type_filter(topology, HWLOC_OBJ_OS_DEVICE, &filter); filter 33 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-gl.c if (filter == HWLOC_TYPE_FILTER_KEEP_NONE) filter 5753 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c enum hwloc_type_filter_e filter; filter 5754 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c hwloc_topology_get_type_filter(topology, HWLOC_OBJ_PCI_DEVICE, &filter); filter 5755 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c if (filter == HWLOC_TYPE_FILTER_KEEP_NONE) filter 5757 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c if (filter == HWLOC_TYPE_FILTER_KEEP_IMPORTANT filter 5761 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c enum hwloc_type_filter_e filter; filter 5762 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c hwloc_topology_get_type_filter(topology, HWLOC_OBJ_BRIDGE, &filter); filter 5763 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c if (filter == HWLOC_TYPE_FILTER_KEEP_NONE) filter 20 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-nvml.c enum hwloc_type_filter_e filter; filter 24 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-nvml.c hwloc_topology_get_type_filter(topology, HWLOC_OBJ_OS_DEVICE, &filter); filter 25 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-nvml.c if (filter == HWLOC_TYPE_FILTER_KEEP_NONE) filter 25 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-opencl.c enum hwloc_type_filter_e filter; filter 30 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-opencl.c hwloc_topology_get_type_filter(topology, HWLOC_OBJ_OS_DEVICE, &filter); filter 31 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-opencl.c if (filter == HWLOC_TYPE_FILTER_KEEP_NONE) filter 166 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-pci.c enum hwloc_type_filter_e filter; filter 167 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-pci.c hwloc_topology_get_type_filter(topology, HWLOC_OBJ_PCI_DEVICE, &filter); filter 168 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-pci.c if (filter == HWLOC_TYPE_FILTER_KEEP_NONE) filter 170 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-pci.c if (filter == HWLOC_TYPE_FILTER_KEEP_IMPORTANT filter 174 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-pci.c enum hwloc_type_filter_e filter; filter 175 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-pci.c hwloc_topology_get_type_filter(topology, HWLOC_OBJ_BRIDGE, &filter); filter 176 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-pci.c if (filter == HWLOC_TYPE_FILTER_KEEP_NONE) filter 2101 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c enum hwloc_type_filter_e filter = topology->type_filter[child->type]; filter 2109 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c && filter == HWLOC_TYPE_FILTER_KEEP_IMPORTANT filter 3401 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c hwloc__topology_set_type_filter(struct hwloc_topology *topology, hwloc_obj_type_t type, enum hwloc_type_filter_e filter) filter 3404 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c if (filter != HWLOC_TYPE_FILTER_KEEP_ALL) { filter 3410 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c if (filter == HWLOC_TYPE_FILTER_KEEP_STRUCTURE) { filter 3416 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c if (filter == HWLOC_TYPE_FILTER_KEEP_ALL) { filter 3424 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c if (!hwloc__obj_type_is_special(type) && filter == HWLOC_TYPE_FILTER_KEEP_IMPORTANT) filter 3425 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c filter = HWLOC_TYPE_FILTER_KEEP_ALL; filter 3427 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c topology->type_filter[type] = filter; filter 3432 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c hwloc_topology_set_type_filter(struct hwloc_topology *topology, hwloc_obj_type_t type, enum hwloc_type_filter_e filter) filter 3443 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c return hwloc__topology_set_type_filter(topology, type, filter); filter 3447 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c hwloc_topology_set_all_types_filter(struct hwloc_topology *topology, enum hwloc_type_filter_e filter) filter 3455 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c hwloc__topology_set_type_filter(topology, type, filter); filter 3460 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c hwloc_topology_set_cache_types_filter(hwloc_topology_t topology, enum hwloc_type_filter_e filter) filter 3464 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c hwloc_topology_set_type_filter(topology, (hwloc_obj_type_t) i, filter); filter 3469 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c hwloc_topology_set_icache_types_filter(hwloc_topology_t topology, enum hwloc_type_filter_e filter) filter 3473 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c hwloc_topology_set_type_filter(topology, (hwloc_obj_type_t) i, filter); filter 3478 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c hwloc_topology_set_io_types_filter(hwloc_topology_t topology, enum hwloc_type_filter_e filter) filter 3480 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c hwloc_topology_set_type_filter(topology, HWLOC_OBJ_BRIDGE, filter); filter 3481 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c hwloc_topology_set_type_filter(topology, HWLOC_OBJ_PCI_DEVICE, filter); filter 3482 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c hwloc_topology_set_type_filter(topology, HWLOC_OBJ_OS_DEVICE, filter); filter 2046 opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h HWLOC_DECLSPEC int hwloc_topology_set_type_filter(hwloc_topology_t topology, hwloc_obj_type_t type, enum hwloc_type_filter_e filter); filter 2050 opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h HWLOC_DECLSPEC int hwloc_topology_get_type_filter(hwloc_topology_t topology, hwloc_obj_type_t type, enum hwloc_type_filter_e *filter); filter 2056 opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h HWLOC_DECLSPEC int hwloc_topology_set_all_types_filter(hwloc_topology_t topology, enum hwloc_type_filter_e filter); filter 2060 opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h HWLOC_DECLSPEC int hwloc_topology_set_cache_types_filter(hwloc_topology_t topology, enum hwloc_type_filter_e filter); filter 2064 opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h HWLOC_DECLSPEC int hwloc_topology_set_icache_types_filter(hwloc_topology_t topology, enum hwloc_type_filter_e filter); filter 2068 opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h HWLOC_DECLSPEC int hwloc_topology_set_io_types_filter(hwloc_topology_t topology, enum hwloc_type_filter_e filter); filter 422 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/plugins.h enum hwloc_type_filter_e filter = HWLOC_TYPE_FILTER_KEEP_NONE; filter 423 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/plugins.h hwloc_topology_get_type_filter(topology, type, &filter); filter 424 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/plugins.h assert(filter != HWLOC_TYPE_FILTER_KEEP_IMPORTANT); /* IMPORTANT only used for I/O */ filter 425 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/plugins.h return filter == HWLOC_TYPE_FILTER_KEEP_NONE ? 0 : 1; filter 436 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/plugins.h enum hwloc_type_filter_e filter = HWLOC_TYPE_FILTER_KEEP_NONE; filter 437 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/plugins.h hwloc_topology_get_type_filter(topology, type, &filter); filter 438 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/plugins.h if (filter == HWLOC_TYPE_FILTER_KEEP_NONE) filter 440 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/plugins.h if (filter == HWLOC_TYPE_FILTER_KEEP_IMPORTANT) {