4 #define _SDT_HAS_SEMAPHORES 1
7 #define STAP_HAS_SEMAPHORES 1
13 #if defined STAP_SDT_V1
14 #define DHCPD_MAIN_ENABLED() __builtin_expect (main_semaphore, 0)
15 #define dhcpd_main_semaphore main_semaphore
17 #define DHCPD_MAIN_ENABLED() __builtin_expect (dhcpd_main_semaphore, 0)
20 #define DHCPD_MAIN() \
21 DTRACE_PROBE (dhcpd, main)
24 #if defined STAP_SDT_V1
25 #define DHCPD_DISCOVER_START_ENABLED() __builtin_expect (discover_start_semaphore, 0)
26 #define dhcpd_discover_start_semaphore discover_start_semaphore
28 #define DHCPD_DISCOVER_START_ENABLED() __builtin_expect (dhcpd_discover_start_semaphore, 0)
30 __extension__
extern unsigned short dhcpd_discover_start_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
31 #define DHCPD_DISCOVER_START() \
32 DTRACE_PROBE (dhcpd, discover_start)
35 #if defined STAP_SDT_V1
36 #define DHCPD_DISCOVER_DONE_ENABLED() __builtin_expect (discover_done_semaphore, 0)
37 #define dhcpd_discover_done_semaphore discover_done_semaphore
39 #define DHCPD_DISCOVER_DONE_ENABLED() __builtin_expect (dhcpd_discover_done_semaphore, 0)
41 __extension__
extern unsigned short dhcpd_discover_done_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
42 #define DHCPD_DISCOVER_DONE() \
43 DTRACE_PROBE (dhcpd, discover_done)
46 #if defined STAP_SDT_V1
47 #define DHCPD_REQUEST_START_ENABLED() __builtin_expect (request_start_semaphore, 0)
48 #define dhcpd_request_start_semaphore request_start_semaphore
50 #define DHCPD_REQUEST_START_ENABLED() __builtin_expect (dhcpd_request_start_semaphore, 0)
52 __extension__
extern unsigned short dhcpd_request_start_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
53 #define DHCPD_REQUEST_START() \
54 DTRACE_PROBE (dhcpd, request_start)
57 #if defined STAP_SDT_V1
58 #define DHCPD_REQUEST_DONE_ENABLED() __builtin_expect (request_done_semaphore, 0)
59 #define dhcpd_request_done_semaphore request_done_semaphore
61 #define DHCPD_REQUEST_DONE_ENABLED() __builtin_expect (dhcpd_request_done_semaphore, 0)
63 __extension__
extern unsigned short dhcpd_request_done_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
64 #define DHCPD_REQUEST_DONE() \
65 DTRACE_PROBE (dhcpd, request_done)
68 #if defined STAP_SDT_V1
69 #define DHCPD_RELEASE_START_ENABLED() __builtin_expect (release_start_semaphore, 0)
70 #define dhcpd_release_start_semaphore release_start_semaphore
72 #define DHCPD_RELEASE_START_ENABLED() __builtin_expect (dhcpd_release_start_semaphore, 0)
74 __extension__
extern unsigned short dhcpd_release_start_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
75 #define DHCPD_RELEASE_START() \
76 DTRACE_PROBE (dhcpd, release_start)
79 #if defined STAP_SDT_V1
80 #define DHCPD_RELEASE_DONE_ENABLED() __builtin_expect (release_done_semaphore, 0)
81 #define dhcpd_release_done_semaphore release_done_semaphore
83 #define DHCPD_RELEASE_DONE_ENABLED() __builtin_expect (dhcpd_release_done_semaphore, 0)
85 __extension__
extern unsigned short dhcpd_release_done_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
86 #define DHCPD_RELEASE_DONE() \
87 DTRACE_PROBE (dhcpd, release_done)
90 #if defined STAP_SDT_V1
91 #define DHCPD_DECLINE_START_ENABLED() __builtin_expect (decline_start_semaphore, 0)
92 #define dhcpd_decline_start_semaphore decline_start_semaphore
94 #define DHCPD_DECLINE_START_ENABLED() __builtin_expect (dhcpd_decline_start_semaphore, 0)
96 __extension__
extern unsigned short dhcpd_decline_start_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
97 #define DHCPD_DECLINE_START() \
98 DTRACE_PROBE (dhcpd, decline_start)
101 #if defined STAP_SDT_V1
102 #define DHCPD_DECLINE_DONE_ENABLED() __builtin_expect (decline_done_semaphore, 0)
103 #define dhcpd_decline_done_semaphore decline_done_semaphore
105 #define DHCPD_DECLINE_DONE_ENABLED() __builtin_expect (dhcpd_decline_done_semaphore, 0)
107 __extension__
extern unsigned short dhcpd_decline_done_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
108 #define DHCPD_DECLINE_DONE() \
109 DTRACE_PROBE (dhcpd, decline_done)
112 #if defined STAP_SDT_V1
113 #define DHCPD_INFORM_START_ENABLED() __builtin_expect (inform_start_semaphore, 0)
114 #define dhcpd_inform_start_semaphore inform_start_semaphore
116 #define DHCPD_INFORM_START_ENABLED() __builtin_expect (dhcpd_inform_start_semaphore, 0)
118 __extension__
extern unsigned short dhcpd_inform_start_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
119 #define DHCPD_INFORM_START() \
120 DTRACE_PROBE (dhcpd, inform_start)
123 #if defined STAP_SDT_V1
124 #define DHCPD_INFORM_DONE_ENABLED() __builtin_expect (inform_done_semaphore, 0)
125 #define dhcpd_inform_done_semaphore inform_done_semaphore
127 #define DHCPD_INFORM_DONE_ENABLED() __builtin_expect (dhcpd_inform_done_semaphore, 0)
129 __extension__
extern unsigned short dhcpd_inform_done_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
130 #define DHCPD_INFORM_DONE() \
131 DTRACE_PROBE (dhcpd, inform_done)
134 #if defined STAP_SDT_V1
135 #define DHCPD_NAK_LEASE_START_ENABLED() __builtin_expect (nak_lease_start_semaphore, 0)
136 #define dhcpd_nak_lease_start_semaphore nak_lease_start_semaphore
138 #define DHCPD_NAK_LEASE_START_ENABLED() __builtin_expect (dhcpd_nak_lease_start_semaphore, 0)
140 __extension__
extern unsigned short dhcpd_nak_lease_start_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
141 #define DHCPD_NAK_LEASE_START() \
142 DTRACE_PROBE (dhcpd, nak_lease_start)
145 #if defined STAP_SDT_V1
146 #define DHCPD_NAK_LEASE_DONE_ENABLED() __builtin_expect (nak_lease_done_semaphore, 0)
147 #define dhcpd_nak_lease_done_semaphore nak_lease_done_semaphore
149 #define DHCPD_NAK_LEASE_DONE_ENABLED() __builtin_expect (dhcpd_nak_lease_done_semaphore, 0)
151 __extension__
extern unsigned short dhcpd_nak_lease_done_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
152 #define DHCPD_NAK_LEASE_DONE() \
153 DTRACE_PROBE (dhcpd, nak_lease_done)
156 #if defined STAP_SDT_V1
157 #define DHCPD_ACK_LEASE_START_ENABLED() __builtin_expect (ack_lease_start_semaphore, 0)
158 #define dhcpd_ack_lease_start_semaphore ack_lease_start_semaphore
160 #define DHCPD_ACK_LEASE_START_ENABLED() __builtin_expect (dhcpd_ack_lease_start_semaphore, 0)
162 __extension__
extern unsigned short dhcpd_ack_lease_start_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
163 #define DHCPD_ACK_LEASE_START() \
164 DTRACE_PROBE (dhcpd, ack_lease_start)
167 #if defined STAP_SDT_V1
168 #define DHCPD_ACK_LEASE_DONE_ENABLED() __builtin_expect (ack_lease_done_semaphore, 0)
169 #define dhcpd_ack_lease_done_semaphore ack_lease_done_semaphore
171 #define DHCPD_ACK_LEASE_DONE_ENABLED() __builtin_expect (dhcpd_ack_lease_done_semaphore, 0)
173 __extension__
extern unsigned short dhcpd_ack_lease_done_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
174 #define DHCPD_ACK_LEASE_DONE() \
175 DTRACE_PROBE (dhcpd, ack_lease_done)
178 #if defined STAP_SDT_V1
179 #define DHCPD_REPLY_START_ENABLED() __builtin_expect (reply_start_semaphore, 0)
180 #define dhcpd_reply_start_semaphore reply_start_semaphore
182 #define DHCPD_REPLY_START_ENABLED() __builtin_expect (dhcpd_reply_start_semaphore, 0)
184 __extension__
extern unsigned short dhcpd_reply_start_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
185 #define DHCPD_REPLY_START() \
186 DTRACE_PROBE (dhcpd, reply_start)
189 #if defined STAP_SDT_V1
190 #define DHCPD_REPLY_DONE_ENABLED() __builtin_expect (reply_done_semaphore, 0)
191 #define dhcpd_reply_done_semaphore reply_done_semaphore
193 #define DHCPD_REPLY_DONE_ENABLED() __builtin_expect (dhcpd_reply_done_semaphore, 0)
195 __extension__
extern unsigned short dhcpd_reply_done_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
196 #define DHCPD_REPLY_DONE() \
197 DTRACE_PROBE (dhcpd, reply_done)
200 #if defined STAP_SDT_V1
201 #define DHCPD_FIND_LEASE_START_ENABLED() __builtin_expect (find_lease_start_semaphore, 0)
202 #define dhcpd_find_lease_start_semaphore find_lease_start_semaphore
204 #define DHCPD_FIND_LEASE_START_ENABLED() __builtin_expect (dhcpd_find_lease_start_semaphore, 0)
206 __extension__
extern unsigned short dhcpd_find_lease_start_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
207 #define DHCPD_FIND_LEASE_START() \
208 DTRACE_PROBE (dhcpd, find_lease_start)
211 #if defined STAP_SDT_V1
212 #define DHCPD_FIND_LEASE_DONE_ENABLED() __builtin_expect (find_lease_done_semaphore, 0)
213 #define dhcpd_find_lease_done_semaphore find_lease_done_semaphore
215 #define DHCPD_FIND_LEASE_DONE_ENABLED() __builtin_expect (dhcpd_find_lease_done_semaphore, 0)
217 __extension__
extern unsigned short dhcpd_find_lease_done_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
218 #define DHCPD_FIND_LEASE_DONE() \
219 DTRACE_PROBE (dhcpd, find_lease_done)
222 #if defined STAP_SDT_V1
223 #define DHCPD_SIX_SOLICIT_START_ENABLED() __builtin_expect (six_solicit_start_semaphore, 0)
224 #define dhcpd_six_solicit_start_semaphore six_solicit_start_semaphore
226 #define DHCPD_SIX_SOLICIT_START_ENABLED() __builtin_expect (dhcpd_six_solicit_start_semaphore, 0)
228 __extension__
extern unsigned short dhcpd_six_solicit_start_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
229 #define DHCPD_SIX_SOLICIT_START() \
230 DTRACE_PROBE (dhcpd, six_solicit_start)
233 #if defined STAP_SDT_V1
234 #define DHCPD_SIX_SOLICIT_DONE_ENABLED() __builtin_expect (six_solicit_done_semaphore, 0)
235 #define dhcpd_six_solicit_done_semaphore six_solicit_done_semaphore
237 #define DHCPD_SIX_SOLICIT_DONE_ENABLED() __builtin_expect (dhcpd_six_solicit_done_semaphore, 0)
239 __extension__
extern unsigned short dhcpd_six_solicit_done_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
240 #define DHCPD_SIX_SOLICIT_DONE() \
241 DTRACE_PROBE (dhcpd, six_solicit_done)
244 #if defined STAP_SDT_V1
245 #define DHCPD_SIX_REQUEST_START_ENABLED() __builtin_expect (six_request_start_semaphore, 0)
246 #define dhcpd_six_request_start_semaphore six_request_start_semaphore
248 #define DHCPD_SIX_REQUEST_START_ENABLED() __builtin_expect (dhcpd_six_request_start_semaphore, 0)
250 __extension__
extern unsigned short dhcpd_six_request_start_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
251 #define DHCPD_SIX_REQUEST_START() \
252 DTRACE_PROBE (dhcpd, six_request_start)
255 #if defined STAP_SDT_V1
256 #define DHCPD_SIX_REQUEST_DONE_ENABLED() __builtin_expect (six_request_done_semaphore, 0)
257 #define dhcpd_six_request_done_semaphore six_request_done_semaphore
259 #define DHCPD_SIX_REQUEST_DONE_ENABLED() __builtin_expect (dhcpd_six_request_done_semaphore, 0)
261 __extension__
extern unsigned short dhcpd_six_request_done_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
262 #define DHCPD_SIX_REQUEST_DONE() \
263 DTRACE_PROBE (dhcpd, six_request_done)
266 #if defined STAP_SDT_V1
267 #define DHCPD_SIX_CONFIRM_START_ENABLED() __builtin_expect (six_confirm_start_semaphore, 0)
268 #define dhcpd_six_confirm_start_semaphore six_confirm_start_semaphore
270 #define DHCPD_SIX_CONFIRM_START_ENABLED() __builtin_expect (dhcpd_six_confirm_start_semaphore, 0)
272 __extension__
extern unsigned short dhcpd_six_confirm_start_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
273 #define DHCPD_SIX_CONFIRM_START() \
274 DTRACE_PROBE (dhcpd, six_confirm_start)
277 #if defined STAP_SDT_V1
278 #define DHCPD_SIX_CONFIRM_DONE_ENABLED() __builtin_expect (six_confirm_done_semaphore, 0)
279 #define dhcpd_six_confirm_done_semaphore six_confirm_done_semaphore
281 #define DHCPD_SIX_CONFIRM_DONE_ENABLED() __builtin_expect (dhcpd_six_confirm_done_semaphore, 0)
283 __extension__
extern unsigned short dhcpd_six_confirm_done_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
284 #define DHCPD_SIX_CONFIRM_DONE() \
285 DTRACE_PROBE (dhcpd, six_confirm_done)
288 #if defined STAP_SDT_V1
289 #define DHCPD_SIX_RENEW_START_ENABLED() __builtin_expect (six_renew_start_semaphore, 0)
290 #define dhcpd_six_renew_start_semaphore six_renew_start_semaphore
292 #define DHCPD_SIX_RENEW_START_ENABLED() __builtin_expect (dhcpd_six_renew_start_semaphore, 0)
294 __extension__
extern unsigned short dhcpd_six_renew_start_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
295 #define DHCPD_SIX_RENEW_START() \
296 DTRACE_PROBE (dhcpd, six_renew_start)
299 #if defined STAP_SDT_V1
300 #define DHCPD_SIX_RENEW_DONE_ENABLED() __builtin_expect (six_renew_done_semaphore, 0)
301 #define dhcpd_six_renew_done_semaphore six_renew_done_semaphore
303 #define DHCPD_SIX_RENEW_DONE_ENABLED() __builtin_expect (dhcpd_six_renew_done_semaphore, 0)
305 __extension__
extern unsigned short dhcpd_six_renew_done_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
306 #define DHCPD_SIX_RENEW_DONE() \
307 DTRACE_PROBE (dhcpd, six_renew_done)
310 #if defined STAP_SDT_V1
311 #define DHCPD_SIX_REBIND_START_ENABLED() __builtin_expect (six_rebind_start_semaphore, 0)
312 #define dhcpd_six_rebind_start_semaphore six_rebind_start_semaphore
314 #define DHCPD_SIX_REBIND_START_ENABLED() __builtin_expect (dhcpd_six_rebind_start_semaphore, 0)
316 __extension__
extern unsigned short dhcpd_six_rebind_start_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
317 #define DHCPD_SIX_REBIND_START() \
318 DTRACE_PROBE (dhcpd, six_rebind_start)
321 #if defined STAP_SDT_V1
322 #define DHCPD_SIX_REBIND_DONE_ENABLED() __builtin_expect (six_rebind_done_semaphore, 0)
323 #define dhcpd_six_rebind_done_semaphore six_rebind_done_semaphore
325 #define DHCPD_SIX_REBIND_DONE_ENABLED() __builtin_expect (dhcpd_six_rebind_done_semaphore, 0)
327 __extension__
extern unsigned short dhcpd_six_rebind_done_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
328 #define DHCPD_SIX_REBIND_DONE() \
329 DTRACE_PROBE (dhcpd, six_rebind_done)
332 #if defined STAP_SDT_V1
333 #define DHCPD_SIX_DECLINE_START_ENABLED() __builtin_expect (six_decline_start_semaphore, 0)
334 #define dhcpd_six_decline_start_semaphore six_decline_start_semaphore
336 #define DHCPD_SIX_DECLINE_START_ENABLED() __builtin_expect (dhcpd_six_decline_start_semaphore, 0)
338 __extension__
extern unsigned short dhcpd_six_decline_start_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
339 #define DHCPD_SIX_DECLINE_START() \
340 DTRACE_PROBE (dhcpd, six_decline_start)
343 #if defined STAP_SDT_V1
344 #define DHCPD_SIX_DECLINE_DONE_ENABLED() __builtin_expect (six_decline_done_semaphore, 0)
345 #define dhcpd_six_decline_done_semaphore six_decline_done_semaphore
347 #define DHCPD_SIX_DECLINE_DONE_ENABLED() __builtin_expect (dhcpd_six_decline_done_semaphore, 0)
349 __extension__
extern unsigned short dhcpd_six_decline_done_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
350 #define DHCPD_SIX_DECLINE_DONE() \
351 DTRACE_PROBE (dhcpd, six_decline_done)
354 #if defined STAP_SDT_V1
355 #define DHCPD_SIX_RELEASE_START_ENABLED() __builtin_expect (six_release_start_semaphore, 0)
356 #define dhcpd_six_release_start_semaphore six_release_start_semaphore
358 #define DHCPD_SIX_RELEASE_START_ENABLED() __builtin_expect (dhcpd_six_release_start_semaphore, 0)
360 __extension__
extern unsigned short dhcpd_six_release_start_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
361 #define DHCPD_SIX_RELEASE_START() \
362 DTRACE_PROBE (dhcpd, six_release_start)
365 #if defined STAP_SDT_V1
366 #define DHCPD_SIX_RELEASE_DONE_ENABLED() __builtin_expect (six_release_done_semaphore, 0)
367 #define dhcpd_six_release_done_semaphore six_release_done_semaphore
369 #define DHCPD_SIX_RELEASE_DONE_ENABLED() __builtin_expect (dhcpd_six_release_done_semaphore, 0)
371 __extension__
extern unsigned short dhcpd_six_release_done_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
372 #define DHCPD_SIX_RELEASE_DONE() \
373 DTRACE_PROBE (dhcpd, six_release_done)
376 #if defined STAP_SDT_V1
377 #define DHCPD_SIX_INFORMATION_REQUEST_START_ENABLED() __builtin_expect (six_information_request_start_semaphore, 0)
378 #define dhcpd_six_information_request_start_semaphore six_information_request_start_semaphore
380 #define DHCPD_SIX_INFORMATION_REQUEST_START_ENABLED() __builtin_expect (dhcpd_six_information_request_start_semaphore, 0)
382 __extension__
extern unsigned short dhcpd_six_information_request_start_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
383 #define DHCPD_SIX_INFORMATION_REQUEST_START() \
384 DTRACE_PROBE (dhcpd, six_information_request_start)
387 #if defined STAP_SDT_V1
388 #define DHCPD_SIX_INFORMATION_REQUEST_DONE_ENABLED() __builtin_expect (six_information_request_done_semaphore, 0)
389 #define dhcpd_six_information_request_done_semaphore six_information_request_done_semaphore
391 #define DHCPD_SIX_INFORMATION_REQUEST_DONE_ENABLED() __builtin_expect (dhcpd_six_information_request_done_semaphore, 0)
393 __extension__
extern unsigned short dhcpd_six_information_request_done_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
394 #define DHCPD_SIX_INFORMATION_REQUEST_DONE() \
395 DTRACE_PROBE (dhcpd, six_information_request_done)
398 #if defined STAP_SDT_V1
399 #define DHCPD_SIX_RELAY_FORW_START_ENABLED() __builtin_expect (six_relay_forw_start_semaphore, 0)
400 #define dhcpd_six_relay_forw_start_semaphore six_relay_forw_start_semaphore
402 #define DHCPD_SIX_RELAY_FORW_START_ENABLED() __builtin_expect (dhcpd_six_relay_forw_start_semaphore, 0)
404 __extension__
extern unsigned short dhcpd_six_relay_forw_start_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
405 #define DHCPD_SIX_RELAY_FORW_START() \
406 DTRACE_PROBE (dhcpd, six_relay_forw_start)
409 #if defined STAP_SDT_V1
410 #define DHCPD_SIX_RELAY_FORW_DONE_ENABLED() __builtin_expect (six_relay_forw_done_semaphore, 0)
411 #define dhcpd_six_relay_forw_done_semaphore six_relay_forw_done_semaphore
413 #define DHCPD_SIX_RELAY_FORW_DONE_ENABLED() __builtin_expect (dhcpd_six_relay_forw_done_semaphore, 0)
415 __extension__
extern unsigned short dhcpd_six_relay_forw_done_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
416 #define DHCPD_SIX_RELAY_FORW_DONE() \
417 DTRACE_PROBE (dhcpd, six_relay_forw_done)
420 #if defined STAP_SDT_V1
421 #define DHCPD_FAILOVER_POOL_DOBALANCE_START_ENABLED() __builtin_expect (failover_pool_dobalance_start_semaphore, 0)
422 #define dhcpd_failover_pool_dobalance_start_semaphore failover_pool_dobalance_start_semaphore
424 #define DHCPD_FAILOVER_POOL_DOBALANCE_START_ENABLED() __builtin_expect (dhcpd_failover_pool_dobalance_start_semaphore, 0)
426 __extension__
extern unsigned short dhcpd_failover_pool_dobalance_start_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
427 #define DHCPD_FAILOVER_POOL_DOBALANCE_START() \
428 DTRACE_PROBE (dhcpd, failover_pool_dobalance_start)
431 #if defined STAP_SDT_V1
432 #define DHCPD_FAILOVER_POOL_DOBALANCE_DONE_ENABLED() __builtin_expect (failover_pool_dobalance_done_semaphore, 0)
433 #define dhcpd_failover_pool_dobalance_done_semaphore failover_pool_dobalance_done_semaphore
435 #define DHCPD_FAILOVER_POOL_DOBALANCE_DONE_ENABLED() __builtin_expect (dhcpd_failover_pool_dobalance_done_semaphore, 0)
437 __extension__
extern unsigned short dhcpd_failover_pool_dobalance_done_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
438 #define DHCPD_FAILOVER_POOL_DOBALANCE_DONE() \
439 DTRACE_PROBE (dhcpd, failover_pool_dobalance_done)
442 #if defined STAP_SDT_V1
443 #define DHCPD_FAILOVER_SET_STATE_START_ENABLED() __builtin_expect (failover_set_state_start_semaphore, 0)
444 #define dhcpd_failover_set_state_start_semaphore failover_set_state_start_semaphore
446 #define DHCPD_FAILOVER_SET_STATE_START_ENABLED() __builtin_expect (dhcpd_failover_set_state_start_semaphore, 0)
448 __extension__
extern unsigned short dhcpd_failover_set_state_start_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
449 #define DHCPD_FAILOVER_SET_STATE_START(arg1, arg2) \
450 DTRACE_PROBE2 (dhcpd, failover_set_state_start, arg1, arg2)
453 #if defined STAP_SDT_V1
454 #define DHCPD_FAILOVER_SET_STATE_DONE_ENABLED() __builtin_expect (failover_set_state_done_semaphore, 0)
455 #define dhcpd_failover_set_state_done_semaphore failover_set_state_done_semaphore
457 #define DHCPD_FAILOVER_SET_STATE_DONE_ENABLED() __builtin_expect (dhcpd_failover_set_state_done_semaphore, 0)
459 __extension__
extern unsigned short dhcpd_failover_set_state_done_semaphore
__attribute__ ((unused))
__attribute__ ((section (".probes")));
460 #define DHCPD_FAILOVER_SET_STATE_DONE() \
461 DTRACE_PROBE (dhcpd, failover_set_state_done)
__extension__ unsigned short dhcpd_main_semaphore __attribute__((unused)) __attribute__((section(".probes")))