Searched refs:max_events (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_event.c | 805 uint32_t max_events; in emlxs_get_dfc_eventinfo() local 819 max_events = *eventcount; in emlxs_get_dfc_eventinfo() 845 while (entry && (events < max_events)) { in emlxs_get_dfc_eventinfo()
|
/illumos-gate/usr/src/uts/common/io/sfxge/common/ |
H A D | ef10_tlv_layout.h | 762 uint32_t max_events; member
|
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/ |
H A D | daplt.c | 3033 uint32_t max_events; in daplka_event_poll() local 3055 max_events = args.evp_num_ev; in daplka_event_poll() 3057 if (max_events < threshold) { in daplka_event_poll() 3059 max_events, threshold); in daplka_event_poll() 3063 if (max_events > DAPL_EVD_MAX_EVENTS) { in daplka_event_poll() 3065 max_events, DAPL_EVD_MAX_EVENTS); in daplka_event_poll() 3069 threshold, (longlong_t)args.evp_timeout, max_events); in daplka_event_poll() 3083 if (max_events <= NUM_EVENTS_PER_POLL) { in daplka_event_poll() 3086 evp_size = max_events * sizeof (dapl_ib_event_t); in daplka_event_poll() 3156 if (++num_events == max_events) { in daplka_event_poll() [all …]
|
/illumos-gate/usr/src/tools/smatch/src/smatch_data/ |
H A D | kernel.implicit_dependencies.no_structs | 604 …p_map)->name, (struct fsnotify_group)->q_len, (struct fsnotify_group)->max_events, (struct fsnotif… 605 …)->i_private, (struct fsnotify_group)->q_len, (struct fsnotify_group)->max_events, (struct fsnotif… 606 …p_map)->name, (struct fsnotify_group)->q_len, (struct fsnotify_group)->max_events, (struct fsnotif…
|