Searched refs:bpm (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/net/bridge/ |
D | br_mdb.c | 131 struct br_port_msg *bpm; in br_mdb_dump() local 138 sizeof(*bpm), NLM_F_MULTI); in br_mdb_dump() 142 bpm = nlmsg_data(nlh); in br_mdb_dump() 143 memset(bpm, 0, sizeof(*bpm)); in br_mdb_dump() 144 bpm->ifindex = dev->ifindex; in br_mdb_dump() 171 struct br_port_msg *bpm; in nlmsg_populate_mdb_fill() local 174 nlh = nlmsg_put(skb, pid, seq, type, sizeof(*bpm), 0); in nlmsg_populate_mdb_fill() 178 bpm = nlmsg_data(nlh); in nlmsg_populate_mdb_fill() 179 memset(bpm, 0, sizeof(*bpm)); in nlmsg_populate_mdb_fill() 180 bpm->family = AF_BRIDGE; in nlmsg_populate_mdb_fill() [all …]
|
/linux-4.4.14/sound/core/seq/ |
D | seq_queue.c | 763 int i, bpm; in snd_seq_info_queues_read() local 773 bpm = 60000000 / tmr->tempo; in snd_seq_info_queues_read() 775 bpm = 0; in snd_seq_info_queues_read() 785 snd_iprintf(buffer, "current BPM : %d\n", bpm); in snd_seq_info_queues_read()
|