HomeSort by: relevance | last modified time | path
    Searched defs:BARRIER (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/rump/librump/rumpkern/
locks.c 83 #define BARRIER(lock, slp) \
91 #define BARRIER(a, b) do {} while (0)
165 BARRIER(mtx, 1);
272 BARRIER(rw, 1);
  /src/tests/lib/libc/gen/
t_fpsetmask.c 263 #define BARRIER() fpsetmask(0); f_x = f_one * f_one
291 BARRIER();
  /src/dist/pf/sbin/pfctl/
pfctl_optimize.c 85 BARRIER, /* the presence of the field puts the rule in it's own block */
109 PF_RULE_FIELD(label, BARRIER),
110 PF_RULE_FIELD(prob, BARRIER),
111 PF_RULE_FIELD(max_states, BARRIER),
112 PF_RULE_FIELD(max_src_nodes, BARRIER),
113 PF_RULE_FIELD(max_src_states, BARRIER),
114 PF_RULE_FIELD(max_src_conn, BARRIER),
115 PF_RULE_FIELD(max_src_conn_rate, BARRIER),
116 PF_RULE_FIELD(anchor, BARRIER), /* for now */
1409 if (pf_rule_desc[i].prf_type == BARRIER) {
    [all...]

Completed in 13 milliseconds