Searched refs:is_empty (Results 1 - 4 of 4) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/arch/ |
H A D | sys_arch.h | 61 unsigned char is_empty; member 74 int is_empty; member
|
/device/soc/rockchip/common/sdk_linux/fs/ubifs/ |
H A D | recovery.c | 47 * is_empty - determine whether a buffer is empty (contains all 0xff). 54 static int is_empty(void *buf, int len) in is_empty() function 173 if (!is_empty(buf, min_t(int, len, sz))) { in get_master_node() 183 if (!is_empty(buf, len)) { in get_master_node() 438 return is_empty(p, check_len); in is_last_write() 488 if (is_empty(buf + skip, len - skip)) { in no_more_nodes() 502 if (is_empty(buf + skip, len - skip)) { in no_more_nodes() 705 if (!is_empty(buf, len) && !is_last_write(c, buf, offs)) { in ubifs_recover_leb() 735 } else if (!is_empty(buf, len)) { in ubifs_recover_leb() 977 if (err || !is_empty(sbu in recover_head() [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/uart/ |
H A D | uart.c | 287 hi_u32 *is_empty = (hi_u32 *) arg; in uart_ioctl() local 288 *is_empty = uart_buf_empty(udd); in uart_ioctl()
|
/device/soc/rockchip/common/sdk_linux/kernel/cgroup/ |
H A D | cpuset.c | 3043 bool is_empty; in hotplug_update_tasks_legacy() local 3063 is_empty = cpumask_empty(cs->cpus_allowed) || nodes_empty(cs->mems_allowed); in hotplug_update_tasks_legacy() 3072 if (is_empty) { in hotplug_update_tasks_legacy()
|
Completed in 10 milliseconds