Function report |
Source Code:lib\rhashtable.c |
Create Date:2022-07-28 06:25:04 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:rht_deferred_worker
Proto:static void rht_deferred_worker(struct work_struct *work)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct work_struct * | work |
402 | err = 0 |
405 | mutex_lock( & mutex) |
407 | tbl = rht_dereference(tbl, ht) |
408 | tbl = rhashtable_last_table(ht, tbl) |
410 | If ht_grow_above_75 - returns true if nelems > 0.75 * table-size*@ht: hash table*@tbl: current table Then err = rhashtable_rehash_alloc(ht, tbl, size * 2) |
424 | mutex_unlock( & mutex) |
426 | If err Then schedule_work - put work task in global workqueue*@work: job to be done* Returns %false if @work was already on the kernel-global workqueue and* %true otherwise |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |