Searched refs:mod (Results 1 - 6 of 6) sorted by relevance

/net/can/
H A Dgw.c102 struct cf_mod *mod);
135 struct cf_mod mod; member in struct:cgw_job
156 struct cf_mod *mod) { op ; }
158 MODFUNC(mod_and_id, cf->can_id &= mod->modframe.and.can_id)
159 MODFUNC(mod_and_dlc, cf->can_dlc &= mod->modframe.and.can_dlc)
160 MODFUNC(mod_and_data, *(u64 *)cf->data &= *(u64 *)mod->modframe.and.data)
161 MODFUNC(mod_or_id, cf->can_id |= mod->modframe.or.can_id)
162 MODFUNC(mod_or_dlc, cf->can_dlc |= mod->modframe.or.can_dlc)
163 MODFUNC(mod_or_data, *(u64 *)cf->data |= *(u64 *)mod->modframe.or.data)
164 MODFUNC(mod_xor_id, cf->can_id ^= mod
624 cgw_parse_attr(struct nlmsghdr *nlh, struct cf_mod *mod, u8 gwtype, void *gwtypeattr, u8 *limhops) argument
891 struct cf_mod mod; local
[all...]
/net/9p/
H A DMakefile6 mod.o \
/net/tipc/
H A Dlink.h250 static inline u32 mod(u32 x) function
266 return mod(right - left) < 32768u;
271 return less_eq(left, right) && (mod(right) != mod(left));
H A Dlink.c130 return mod(l_ptr->next_out_no);
135 return mod(link_next_sent(l_ptr) - 1);
712 uint ack = mod(link->next_in_no - 1);
732 msg_set_word(msg, 2, ((ack << 16) | mod(seqno)));
857 u32 last = lesser(mod(r_q_head + r_q_size),
862 first = mod(first + 1);
866 l_ptr->retransm_queue_size = r_q_size = mod(last - first);
871 msg_set_ack(buf_msg(buf), mod(l_ptr->next_in_no - 1));
874 l_ptr->retransm_queue_head = mod(++r_q_head);
883 msg_set_ack(buf_msg(buf), mod(l_pt
[all...]
H A Dbcast.c184 bcl->fsm_msg_cnt = mod(buf_seqno(bcl->next_out) - 1);
186 bcl->fsm_msg_cnt = mod(bcl->next_out_no - 1);
225 tipc_link_retransmit(bcl, buf, mod(to - after));
523 next_in = mod(node->bclink.last_in + 1);
592 next_in = mod(next_in + 1);
/net/sunrpc/
H A Dsvc.c500 svc_thread_fn func, struct module *mod)
509 serv->sv_module = mod;
498 svc_create_pooled(struct svc_program *prog, unsigned int bufsize, void (*shutdown)(struct svc_serv *serv, struct net *net), svc_thread_fn func, struct module *mod) argument

Completed in 177 milliseconds