3 #define _SDT_HAS_SEMAPHORES 1
6 #define STAP_HAS_SEMAPHORES 1
12 #if defined STAP_SDT_V1
13 #define DHCPD_MAIN_ENABLED() __builtin_expect (main_semaphore, 0)
14 #define dhcpd_main_semaphore main_semaphore
16 #define DHCPD_MAIN_ENABLED() __builtin_expect (dhcpd_main_semaphore, 0)
19 #define DHCPD_MAIN() \
20 DTRACE_PROBE(dhcpd,main)
23 #if defined STAP_SDT_V1
24 #define DHCPD_DISCOVER_START_ENABLED() __builtin_expect (discover_start_semaphore, 0)
25 #define dhcpd_discover_start_semaphore discover_start_semaphore
27 #define DHCPD_DISCOVER_START_ENABLED() __builtin_expect (dhcpd_discover_start_semaphore, 0)
29 __extension__
extern unsigned short dhcpd_discover_start_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
30 #define DHCPD_DISCOVER_START() \
31 DTRACE_PROBE(dhcpd,discover_start)
34 #if defined STAP_SDT_V1
35 #define DHCPD_DISCOVER_DONE_ENABLED() __builtin_expect (discover_done_semaphore, 0)
36 #define dhcpd_discover_done_semaphore discover_done_semaphore
38 #define DHCPD_DISCOVER_DONE_ENABLED() __builtin_expect (dhcpd_discover_done_semaphore, 0)
40 __extension__
extern unsigned short dhcpd_discover_done_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
41 #define DHCPD_DISCOVER_DONE() \
42 DTRACE_PROBE(dhcpd,discover_done)
45 #if defined STAP_SDT_V1
46 #define DHCPD_REQUEST_START_ENABLED() __builtin_expect (request_start_semaphore, 0)
47 #define dhcpd_request_start_semaphore request_start_semaphore
49 #define DHCPD_REQUEST_START_ENABLED() __builtin_expect (dhcpd_request_start_semaphore, 0)
51 __extension__
extern unsigned short dhcpd_request_start_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
52 #define DHCPD_REQUEST_START() \
53 DTRACE_PROBE(dhcpd,request_start)
56 #if defined STAP_SDT_V1
57 #define DHCPD_REQUEST_DONE_ENABLED() __builtin_expect (request_done_semaphore, 0)
58 #define dhcpd_request_done_semaphore request_done_semaphore
60 #define DHCPD_REQUEST_DONE_ENABLED() __builtin_expect (dhcpd_request_done_semaphore, 0)
62 __extension__
extern unsigned short dhcpd_request_done_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
63 #define DHCPD_REQUEST_DONE() \
64 DTRACE_PROBE(dhcpd,request_done)
67 #if defined STAP_SDT_V1
68 #define DHCPD_RELEASE_START_ENABLED() __builtin_expect (release_start_semaphore, 0)
69 #define dhcpd_release_start_semaphore release_start_semaphore
71 #define DHCPD_RELEASE_START_ENABLED() __builtin_expect (dhcpd_release_start_semaphore, 0)
73 __extension__
extern unsigned short dhcpd_release_start_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
74 #define DHCPD_RELEASE_START() \
75 DTRACE_PROBE(dhcpd,release_start)
78 #if defined STAP_SDT_V1
79 #define DHCPD_RELEASE_DONE_ENABLED() __builtin_expect (release_done_semaphore, 0)
80 #define dhcpd_release_done_semaphore release_done_semaphore
82 #define DHCPD_RELEASE_DONE_ENABLED() __builtin_expect (dhcpd_release_done_semaphore, 0)
84 __extension__
extern unsigned short dhcpd_release_done_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
85 #define DHCPD_RELEASE_DONE() \
86 DTRACE_PROBE(dhcpd,release_done)
89 #if defined STAP_SDT_V1
90 #define DHCPD_DECLINE_START_ENABLED() __builtin_expect (decline_start_semaphore, 0)
91 #define dhcpd_decline_start_semaphore decline_start_semaphore
93 #define DHCPD_DECLINE_START_ENABLED() __builtin_expect (dhcpd_decline_start_semaphore, 0)
95 __extension__
extern unsigned short dhcpd_decline_start_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
96 #define DHCPD_DECLINE_START() \
97 DTRACE_PROBE(dhcpd,decline_start)
100 #if defined STAP_SDT_V1
101 #define DHCPD_DECLINE_DONE_ENABLED() __builtin_expect (decline_done_semaphore, 0)
102 #define dhcpd_decline_done_semaphore decline_done_semaphore
104 #define DHCPD_DECLINE_DONE_ENABLED() __builtin_expect (dhcpd_decline_done_semaphore, 0)
106 __extension__
extern unsigned short dhcpd_decline_done_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
107 #define DHCPD_DECLINE_DONE() \
108 DTRACE_PROBE(dhcpd,decline_done)
111 #if defined STAP_SDT_V1
112 #define DHCPD_INFORM_START_ENABLED() __builtin_expect (inform_start_semaphore, 0)
113 #define dhcpd_inform_start_semaphore inform_start_semaphore
115 #define DHCPD_INFORM_START_ENABLED() __builtin_expect (dhcpd_inform_start_semaphore, 0)
117 __extension__
extern unsigned short dhcpd_inform_start_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
118 #define DHCPD_INFORM_START() \
119 DTRACE_PROBE(dhcpd,inform_start)
122 #if defined STAP_SDT_V1
123 #define DHCPD_INFORM_DONE_ENABLED() __builtin_expect (inform_done_semaphore, 0)
124 #define dhcpd_inform_done_semaphore inform_done_semaphore
126 #define DHCPD_INFORM_DONE_ENABLED() __builtin_expect (dhcpd_inform_done_semaphore, 0)
128 __extension__
extern unsigned short dhcpd_inform_done_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
129 #define DHCPD_INFORM_DONE() \
130 DTRACE_PROBE(dhcpd,inform_done)
133 #if defined STAP_SDT_V1
134 #define DHCPD_NAK_LEASE_START_ENABLED() __builtin_expect (nak_lease_start_semaphore, 0)
135 #define dhcpd_nak_lease_start_semaphore nak_lease_start_semaphore
137 #define DHCPD_NAK_LEASE_START_ENABLED() __builtin_expect (dhcpd_nak_lease_start_semaphore, 0)
139 __extension__
extern unsigned short dhcpd_nak_lease_start_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
140 #define DHCPD_NAK_LEASE_START() \
141 DTRACE_PROBE(dhcpd,nak_lease_start)
144 #if defined STAP_SDT_V1
145 #define DHCPD_NAK_LEASE_DONE_ENABLED() __builtin_expect (nak_lease_done_semaphore, 0)
146 #define dhcpd_nak_lease_done_semaphore nak_lease_done_semaphore
148 #define DHCPD_NAK_LEASE_DONE_ENABLED() __builtin_expect (dhcpd_nak_lease_done_semaphore, 0)
150 __extension__
extern unsigned short dhcpd_nak_lease_done_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
151 #define DHCPD_NAK_LEASE_DONE() \
152 DTRACE_PROBE(dhcpd,nak_lease_done)
155 #if defined STAP_SDT_V1
156 #define DHCPD_ACK_LEASE_START_ENABLED() __builtin_expect (ack_lease_start_semaphore, 0)
157 #define dhcpd_ack_lease_start_semaphore ack_lease_start_semaphore
159 #define DHCPD_ACK_LEASE_START_ENABLED() __builtin_expect (dhcpd_ack_lease_start_semaphore, 0)
161 __extension__
extern unsigned short dhcpd_ack_lease_start_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
162 #define DHCPD_ACK_LEASE_START() \
163 DTRACE_PROBE(dhcpd,ack_lease_start)
166 #if defined STAP_SDT_V1
167 #define DHCPD_ACK_LEASE_DONE_ENABLED() __builtin_expect (ack_lease_done_semaphore, 0)
168 #define dhcpd_ack_lease_done_semaphore ack_lease_done_semaphore
170 #define DHCPD_ACK_LEASE_DONE_ENABLED() __builtin_expect (dhcpd_ack_lease_done_semaphore, 0)
172 __extension__
extern unsigned short dhcpd_ack_lease_done_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
173 #define DHCPD_ACK_LEASE_DONE() \
174 DTRACE_PROBE(dhcpd,ack_lease_done)
177 #if defined STAP_SDT_V1
178 #define DHCPD_REPLY_START_ENABLED() __builtin_expect (reply_start_semaphore, 0)
179 #define dhcpd_reply_start_semaphore reply_start_semaphore
181 #define DHCPD_REPLY_START_ENABLED() __builtin_expect (dhcpd_reply_start_semaphore, 0)
183 __extension__
extern unsigned short dhcpd_reply_start_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
184 #define DHCPD_REPLY_START() \
185 DTRACE_PROBE(dhcpd,reply_start)
188 #if defined STAP_SDT_V1
189 #define DHCPD_REPLY_DONE_ENABLED() __builtin_expect (reply_done_semaphore, 0)
190 #define dhcpd_reply_done_semaphore reply_done_semaphore
192 #define DHCPD_REPLY_DONE_ENABLED() __builtin_expect (dhcpd_reply_done_semaphore, 0)
194 __extension__
extern unsigned short dhcpd_reply_done_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
195 #define DHCPD_REPLY_DONE() \
196 DTRACE_PROBE(dhcpd,reply_done)
199 #if defined STAP_SDT_V1
200 #define DHCPD_FIND_LEASE_START_ENABLED() __builtin_expect (find_lease_start_semaphore, 0)
201 #define dhcpd_find_lease_start_semaphore find_lease_start_semaphore
203 #define DHCPD_FIND_LEASE_START_ENABLED() __builtin_expect (dhcpd_find_lease_start_semaphore, 0)
205 __extension__
extern unsigned short dhcpd_find_lease_start_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
206 #define DHCPD_FIND_LEASE_START() \
207 DTRACE_PROBE(dhcpd,find_lease_start)
210 #if defined STAP_SDT_V1
211 #define DHCPD_FIND_LEASE_DONE_ENABLED() __builtin_expect (find_lease_done_semaphore, 0)
212 #define dhcpd_find_lease_done_semaphore find_lease_done_semaphore
214 #define DHCPD_FIND_LEASE_DONE_ENABLED() __builtin_expect (dhcpd_find_lease_done_semaphore, 0)
216 __extension__
extern unsigned short dhcpd_find_lease_done_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
217 #define DHCPD_FIND_LEASE_DONE() \
218 DTRACE_PROBE(dhcpd,find_lease_done)
221 #if defined STAP_SDT_V1
222 #define DHCPD_SIX_SOLICIT_START_ENABLED() __builtin_expect (six_solicit_start_semaphore, 0)
223 #define dhcpd_six_solicit_start_semaphore six_solicit_start_semaphore
225 #define DHCPD_SIX_SOLICIT_START_ENABLED() __builtin_expect (dhcpd_six_solicit_start_semaphore, 0)
227 __extension__
extern unsigned short dhcpd_six_solicit_start_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
228 #define DHCPD_SIX_SOLICIT_START() \
229 DTRACE_PROBE(dhcpd,six_solicit_start)
232 #if defined STAP_SDT_V1
233 #define DHCPD_SIX_SOLICIT_DONE_ENABLED() __builtin_expect (six_solicit_done_semaphore, 0)
234 #define dhcpd_six_solicit_done_semaphore six_solicit_done_semaphore
236 #define DHCPD_SIX_SOLICIT_DONE_ENABLED() __builtin_expect (dhcpd_six_solicit_done_semaphore, 0)
238 __extension__
extern unsigned short dhcpd_six_solicit_done_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
239 #define DHCPD_SIX_SOLICIT_DONE() \
240 DTRACE_PROBE(dhcpd,six_solicit_done)
243 #if defined STAP_SDT_V1
244 #define DHCPD_SIX_REQUEST_START_ENABLED() __builtin_expect (six_request_start_semaphore, 0)
245 #define dhcpd_six_request_start_semaphore six_request_start_semaphore
247 #define DHCPD_SIX_REQUEST_START_ENABLED() __builtin_expect (dhcpd_six_request_start_semaphore, 0)
249 __extension__
extern unsigned short dhcpd_six_request_start_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
250 #define DHCPD_SIX_REQUEST_START() \
251 DTRACE_PROBE(dhcpd,six_request_start)
254 #if defined STAP_SDT_V1
255 #define DHCPD_SIX_REQUEST_DONE_ENABLED() __builtin_expect (six_request_done_semaphore, 0)
256 #define dhcpd_six_request_done_semaphore six_request_done_semaphore
258 #define DHCPD_SIX_REQUEST_DONE_ENABLED() __builtin_expect (dhcpd_six_request_done_semaphore, 0)
260 __extension__
extern unsigned short dhcpd_six_request_done_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
261 #define DHCPD_SIX_REQUEST_DONE() \
262 DTRACE_PROBE(dhcpd,six_request_done)
265 #if defined STAP_SDT_V1
266 #define DHCPD_SIX_CONFIRM_START_ENABLED() __builtin_expect (six_confirm_start_semaphore, 0)
267 #define dhcpd_six_confirm_start_semaphore six_confirm_start_semaphore
269 #define DHCPD_SIX_CONFIRM_START_ENABLED() __builtin_expect (dhcpd_six_confirm_start_semaphore, 0)
271 __extension__
extern unsigned short dhcpd_six_confirm_start_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
272 #define DHCPD_SIX_CONFIRM_START() \
273 DTRACE_PROBE(dhcpd,six_confirm_start)
276 #if defined STAP_SDT_V1
277 #define DHCPD_SIX_CONFIRM_DONE_ENABLED() __builtin_expect (six_confirm_done_semaphore, 0)
278 #define dhcpd_six_confirm_done_semaphore six_confirm_done_semaphore
280 #define DHCPD_SIX_CONFIRM_DONE_ENABLED() __builtin_expect (dhcpd_six_confirm_done_semaphore, 0)
282 __extension__
extern unsigned short dhcpd_six_confirm_done_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
283 #define DHCPD_SIX_CONFIRM_DONE() \
284 DTRACE_PROBE(dhcpd,six_confirm_done)
287 #if defined STAP_SDT_V1
288 #define DHCPD_SIX_RENEW_START_ENABLED() __builtin_expect (six_renew_start_semaphore, 0)
289 #define dhcpd_six_renew_start_semaphore six_renew_start_semaphore
291 #define DHCPD_SIX_RENEW_START_ENABLED() __builtin_expect (dhcpd_six_renew_start_semaphore, 0)
293 __extension__
extern unsigned short dhcpd_six_renew_start_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
294 #define DHCPD_SIX_RENEW_START() \
295 DTRACE_PROBE(dhcpd,six_renew_start)
298 #if defined STAP_SDT_V1
299 #define DHCPD_SIX_RENEW_DONE_ENABLED() __builtin_expect (six_renew_done_semaphore, 0)
300 #define dhcpd_six_renew_done_semaphore six_renew_done_semaphore
302 #define DHCPD_SIX_RENEW_DONE_ENABLED() __builtin_expect (dhcpd_six_renew_done_semaphore, 0)
304 __extension__
extern unsigned short dhcpd_six_renew_done_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
305 #define DHCPD_SIX_RENEW_DONE() \
306 DTRACE_PROBE(dhcpd,six_renew_done)
309 #if defined STAP_SDT_V1
310 #define DHCPD_SIX_REBIND_START_ENABLED() __builtin_expect (six_rebind_start_semaphore, 0)
311 #define dhcpd_six_rebind_start_semaphore six_rebind_start_semaphore
313 #define DHCPD_SIX_REBIND_START_ENABLED() __builtin_expect (dhcpd_six_rebind_start_semaphore, 0)
315 __extension__
extern unsigned short dhcpd_six_rebind_start_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
316 #define DHCPD_SIX_REBIND_START() \
317 DTRACE_PROBE(dhcpd,six_rebind_start)
320 #if defined STAP_SDT_V1
321 #define DHCPD_SIX_REBIND_DONE_ENABLED() __builtin_expect (six_rebind_done_semaphore, 0)
322 #define dhcpd_six_rebind_done_semaphore six_rebind_done_semaphore
324 #define DHCPD_SIX_REBIND_DONE_ENABLED() __builtin_expect (dhcpd_six_rebind_done_semaphore, 0)
326 __extension__
extern unsigned short dhcpd_six_rebind_done_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
327 #define DHCPD_SIX_REBIND_DONE() \
328 DTRACE_PROBE(dhcpd,six_rebind_done)
331 #if defined STAP_SDT_V1
332 #define DHCPD_SIX_DECLINE_START_ENABLED() __builtin_expect (six_decline_start_semaphore, 0)
333 #define dhcpd_six_decline_start_semaphore six_decline_start_semaphore
335 #define DHCPD_SIX_DECLINE_START_ENABLED() __builtin_expect (dhcpd_six_decline_start_semaphore, 0)
337 __extension__
extern unsigned short dhcpd_six_decline_start_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
338 #define DHCPD_SIX_DECLINE_START() \
339 DTRACE_PROBE(dhcpd,six_decline_start)
342 #if defined STAP_SDT_V1
343 #define DHCPD_SIX_DECLINE_DONE_ENABLED() __builtin_expect (six_decline_done_semaphore, 0)
344 #define dhcpd_six_decline_done_semaphore six_decline_done_semaphore
346 #define DHCPD_SIX_DECLINE_DONE_ENABLED() __builtin_expect (dhcpd_six_decline_done_semaphore, 0)
348 __extension__
extern unsigned short dhcpd_six_decline_done_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
349 #define DHCPD_SIX_DECLINE_DONE() \
350 DTRACE_PROBE(dhcpd,six_decline_done)
353 #if defined STAP_SDT_V1
354 #define DHCPD_SIX_RELEASE_START_ENABLED() __builtin_expect (six_release_start_semaphore, 0)
355 #define dhcpd_six_release_start_semaphore six_release_start_semaphore
357 #define DHCPD_SIX_RELEASE_START_ENABLED() __builtin_expect (dhcpd_six_release_start_semaphore, 0)
359 __extension__
extern unsigned short dhcpd_six_release_start_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
360 #define DHCPD_SIX_RELEASE_START() \
361 DTRACE_PROBE(dhcpd,six_release_start)
364 #if defined STAP_SDT_V1
365 #define DHCPD_SIX_RELEASE_DONE_ENABLED() __builtin_expect (six_release_done_semaphore, 0)
366 #define dhcpd_six_release_done_semaphore six_release_done_semaphore
368 #define DHCPD_SIX_RELEASE_DONE_ENABLED() __builtin_expect (dhcpd_six_release_done_semaphore, 0)
370 __extension__
extern unsigned short dhcpd_six_release_done_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
371 #define DHCPD_SIX_RELEASE_DONE() \
372 DTRACE_PROBE(dhcpd,six_release_done)
375 #if defined STAP_SDT_V1
376 #define DHCPD_SIX_INFORMATION_REQUEST_START_ENABLED() __builtin_expect (six_information_request_start_semaphore, 0)
377 #define dhcpd_six_information_request_start_semaphore six_information_request_start_semaphore
379 #define DHCPD_SIX_INFORMATION_REQUEST_START_ENABLED() __builtin_expect (dhcpd_six_information_request_start_semaphore, 0)
381 __extension__
extern unsigned short dhcpd_six_information_request_start_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
382 #define DHCPD_SIX_INFORMATION_REQUEST_START() \
383 DTRACE_PROBE(dhcpd,six_information_request_start)
386 #if defined STAP_SDT_V1
387 #define DHCPD_SIX_INFORMATION_REQUEST_DONE_ENABLED() __builtin_expect (six_information_request_done_semaphore, 0)
388 #define dhcpd_six_information_request_done_semaphore six_information_request_done_semaphore
390 #define DHCPD_SIX_INFORMATION_REQUEST_DONE_ENABLED() __builtin_expect (dhcpd_six_information_request_done_semaphore, 0)
392 __extension__
extern unsigned short dhcpd_six_information_request_done_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
393 #define DHCPD_SIX_INFORMATION_REQUEST_DONE() \
394 DTRACE_PROBE(dhcpd,six_information_request_done)
397 #if defined STAP_SDT_V1
398 #define DHCPD_SIX_RELAY_FORW_START_ENABLED() __builtin_expect (six_relay_forw_start_semaphore, 0)
399 #define dhcpd_six_relay_forw_start_semaphore six_relay_forw_start_semaphore
401 #define DHCPD_SIX_RELAY_FORW_START_ENABLED() __builtin_expect (dhcpd_six_relay_forw_start_semaphore, 0)
403 __extension__
extern unsigned short dhcpd_six_relay_forw_start_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
404 #define DHCPD_SIX_RELAY_FORW_START() \
405 DTRACE_PROBE(dhcpd,six_relay_forw_start)
408 #if defined STAP_SDT_V1
409 #define DHCPD_SIX_RELAY_FORW_DONE_ENABLED() __builtin_expect (six_relay_forw_done_semaphore, 0)
410 #define dhcpd_six_relay_forw_done_semaphore six_relay_forw_done_semaphore
412 #define DHCPD_SIX_RELAY_FORW_DONE_ENABLED() __builtin_expect (dhcpd_six_relay_forw_done_semaphore, 0)
414 __extension__
extern unsigned short dhcpd_six_relay_forw_done_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
415 #define DHCPD_SIX_RELAY_FORW_DONE() \
416 DTRACE_PROBE(dhcpd,six_relay_forw_done)
419 #if defined STAP_SDT_V1
420 #define DHCPD_FAILOVER_POOL_DOBALANCE_START_ENABLED() __builtin_expect (failover_pool_dobalance_start_semaphore, 0)
421 #define dhcpd_failover_pool_dobalance_start_semaphore failover_pool_dobalance_start_semaphore
423 #define DHCPD_FAILOVER_POOL_DOBALANCE_START_ENABLED() __builtin_expect (dhcpd_failover_pool_dobalance_start_semaphore, 0)
425 __extension__
extern unsigned short dhcpd_failover_pool_dobalance_start_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
426 #define DHCPD_FAILOVER_POOL_DOBALANCE_START() \
427 DTRACE_PROBE(dhcpd,failover_pool_dobalance_start)
430 #if defined STAP_SDT_V1
431 #define DHCPD_FAILOVER_POOL_DOBALANCE_DONE_ENABLED() __builtin_expect (failover_pool_dobalance_done_semaphore, 0)
432 #define dhcpd_failover_pool_dobalance_done_semaphore failover_pool_dobalance_done_semaphore
434 #define DHCPD_FAILOVER_POOL_DOBALANCE_DONE_ENABLED() __builtin_expect (dhcpd_failover_pool_dobalance_done_semaphore, 0)
436 __extension__
extern unsigned short dhcpd_failover_pool_dobalance_done_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
437 #define DHCPD_FAILOVER_POOL_DOBALANCE_DONE() \
438 DTRACE_PROBE(dhcpd,failover_pool_dobalance_done)
441 #if defined STAP_SDT_V1
442 #define DHCPD_FAILOVER_SET_STATE_START_ENABLED() __builtin_expect (failover_set_state_start_semaphore, 0)
443 #define dhcpd_failover_set_state_start_semaphore failover_set_state_start_semaphore
445 #define DHCPD_FAILOVER_SET_STATE_START_ENABLED() __builtin_expect (dhcpd_failover_set_state_start_semaphore, 0)
447 __extension__
extern unsigned short dhcpd_failover_set_state_start_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
448 #define DHCPD_FAILOVER_SET_STATE_START(arg1,arg2) \
449 DTRACE_PROBE2(dhcpd,failover_set_state_start,arg1,arg2)
452 #if defined STAP_SDT_V1
453 #define DHCPD_FAILOVER_SET_STATE_DONE_ENABLED() __builtin_expect (failover_set_state_done_semaphore, 0)
454 #define dhcpd_failover_set_state_done_semaphore failover_set_state_done_semaphore
456 #define DHCPD_FAILOVER_SET_STATE_DONE_ENABLED() __builtin_expect (dhcpd_failover_set_state_done_semaphore, 0)
458 __extension__
extern unsigned short dhcpd_failover_set_state_done_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
459 #define DHCPD_FAILOVER_SET_STATE_DONE() \
460 DTRACE_PROBE(dhcpd,failover_set_state_done)
__extension__ unsigned short dhcpd_main_semaphore __attribute__((unused)) __attribute__((section(".probes")))