Searched refs:bpm (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/net/bridge/ |
D | br_mdb.c | 181 struct br_port_msg *bpm; in br_mdb_dump() local 188 sizeof(*bpm), NLM_F_MULTI); in br_mdb_dump() 192 bpm = nlmsg_data(nlh); in br_mdb_dump() 193 memset(bpm, 0, sizeof(*bpm)); in br_mdb_dump() 194 bpm->ifindex = dev->ifindex; in br_mdb_dump() 221 struct br_port_msg *bpm; in nlmsg_populate_mdb_fill() local 224 nlh = nlmsg_put(skb, pid, seq, type, sizeof(*bpm), 0); in nlmsg_populate_mdb_fill() 228 bpm = nlmsg_data(nlh); in nlmsg_populate_mdb_fill() 229 memset(bpm, 0, sizeof(*bpm)); in nlmsg_populate_mdb_fill() 230 bpm->family = AF_BRIDGE; in nlmsg_populate_mdb_fill() [all …]
|
/Linux-v4.19/sound/core/seq/ |
D | seq_queue.c | 752 int i, bpm; in snd_seq_info_queues_read() local 762 bpm = 60000000 / tmr->tempo; in snd_seq_info_queues_read() 764 bpm = 0; in snd_seq_info_queues_read() 774 snd_iprintf(buffer, "current BPM : %d\n", bpm); in snd_seq_info_queues_read()
|