Searched refs:bpm (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/net/bridge/ |
D | br_mdb.c | 130 struct br_port_msg *bpm; in br_mdb_dump() local 137 sizeof(*bpm), NLM_F_MULTI); in br_mdb_dump() 141 bpm = nlmsg_data(nlh); in br_mdb_dump() 142 memset(bpm, 0, sizeof(*bpm)); in br_mdb_dump() 143 bpm->ifindex = dev->ifindex; in br_mdb_dump() 170 struct br_port_msg *bpm; in nlmsg_populate_mdb_fill() local 173 nlh = nlmsg_put(skb, pid, seq, type, sizeof(*bpm), 0); in nlmsg_populate_mdb_fill() 177 bpm = nlmsg_data(nlh); in nlmsg_populate_mdb_fill() 178 memset(bpm, 0, sizeof(*bpm)); in nlmsg_populate_mdb_fill() 179 bpm->family = AF_BRIDGE; in nlmsg_populate_mdb_fill() [all …]
|
/linux-4.1.27/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()
|