Query: struct_clk_notifier_data
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STRUCTCLK_NOTIFIER_(9) Clock Framework STRUCT CLK_NOTIFIER_(9)NAMEstruct_clk_notifier_data - rate data to pass to the notifier callbackSYNOPSISstruct clk_notifier_data { struct clk * clk; unsigned long old_rate; unsigned long new_rate; };MEMBERSclk struct clk * being changed old_rate previous rate of this clk new_rate new rate of this clkDESCRIPTIONFor a pre-notifier, old_rate is the clk's rate before this rate change, and new_rate is what the rate will be in the future. For a post-notifier, old_rate and new_rate are both set to the clk's current rate (this was done to optimize the implementation).COPYRIGHTKernel Hackers Manual 3.10 June 2014 STRUCT CLK_NOTIFIER_(9)
| Related Man Pages |
|---|
| struct_cfg80211_scan_request(9) - centos |
| pvmfhostsync(3pvm) - redhat |
| pvm_hostsync(3pvm) - debian |
| vst(5) - debian |
| vst(5) - minix |
| Similar Topics in the Unix Linux Community |
|---|
| Weird 'find' results |
| Set hard block limit for user using quota |
| How to increment version inside a file? |
| DB2 convert digits to binary format |
| Shopt -s histappend |