Searched refs:us (Results 1 – 5 of 5) sorted by relevance
90 struct sockaddr_qrtr us; member689 int port = ipc->us.sq_port; in qrtr_port_remove()699 pkt->client.node = cpu_to_le32(ipc->us.sq_node); in qrtr_port_remove()700 pkt->client.port = cpu_to_le32(ipc->us.sq_port); in qrtr_port_remove()703 qrtr_bcast_enqueue(NULL, skb, QRTR_TYPE_DEL_CLIENT, &ipc->us, in qrtr_port_remove()783 if (!zapped && addr->sq_port == ipc->us.sq_port) in __qrtr_bind()794 ipc->us.sq_port = port; in __qrtr_bind()832 if (addr->sq_node != ipc->us.sq_node) in qrtr_bind()948 } else if (addr->sq_node == ipc->us.sq_node) { in qrtr_sendmsg()975 if (ipc->us.sq_port == QRTR_PORT_CTRL) { in qrtr_sendmsg()[all …]
153 static void aarp_send_reply(struct net_device *dev, struct atalk_addr *us, in aarp_send_reply() argument182 eah->pa_src_net = us->s_net; in aarp_send_reply()183 eah->pa_src_node = us->s_node; in aarp_send_reply()203 static void aarp_send_probe(struct net_device *dev, struct atalk_addr *us) in aarp_send_probe() argument233 eah->pa_src_net = us->s_net; in aarp_send_probe()234 eah->pa_src_node = us->s_node; in aarp_send_probe()239 eah->pa_dst_net = us->s_net; in aarp_send_probe()240 eah->pa_dst_node = us->s_node; in aarp_send_probe()
549 u32 us = nla_get_u32(tb[TCA_HHF_RESET_TIMEOUT]); in hhf_change() local551 q->hhf_reset_timeout = usecs_to_jiffies(us); in hhf_change()558 u32 us = nla_get_u32(tb[TCA_HHF_EVICT_TIMEOUT]); in hhf_change() local560 q->hhf_evict_timeout = usecs_to_jiffies(us); in hhf_change()
277 static u64 us_to_ns(u64 us) in us_to_ns() argument279 return us * NSEC_PER_USEC; in us_to_ns()
505 u64 us = user; in user2credits_byte() local506 us *= HZ * CREDITS_PER_JIFFY_BYTES; in user2credits_byte()507 return (u32) (us >> 32); in user2credits_byte()