Home
last modified time | relevance | path

Searched refs:bpm (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/net/bridge/
A Dbr_mdb.c386 struct br_port_msg *bpm; in br_mdb_valid_dump_req() local
393 bpm = nlmsg_data(nlh); in br_mdb_valid_dump_req()
394 if (bpm->ifindex) { in br_mdb_valid_dump_req()
438 bpm = nlmsg_data(nlh); in br_mdb_dump()
439 memset(bpm, 0, sizeof(*bpm)); in br_mdb_dump()
475 bpm = nlmsg_data(nlh); in nlmsg_populate_mdb_fill()
476 memset(bpm, 0, sizeof(*bpm)); in nlmsg_populate_mdb_fill()
595 bpm = nlmsg_data(nlh); in nlmsg_populate_rtr_fill()
596 memset(bpm, 0, sizeof(*bpm)); in nlmsg_populate_rtr_fill()
1329 bpm = nlmsg_data(nlh); in br_mdb_config_init()
[all …]
/linux-6.3-rc2/sound/core/seq/
A Dseq_queue.c736 int i, bpm; in snd_seq_info_queues_read() local
749 bpm = 60000000 / tmr->tempo; in snd_seq_info_queues_read()
751 bpm = 0; in snd_seq_info_queues_read()
766 snd_iprintf(buffer, "current BPM : %d\n", bpm); in snd_seq_info_queues_read()

Completed in 7 milliseconds